| Issue 198: | qmake with cffi | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? I am trying to had qt into haxe, I am using qmake-qt4 with cffi to make .ndll What is the expected output? What do you see instead? after I am using make , I got dynlib error What version of the product are you using? On what operating system? ubuntu 12.04, haxe 2.09
Sep 8, 2012
Project Member
#1
gameh...@gmail.com
Sep 8, 2012
Dear Sir, I have solved this problem, I had to change cffi folder. I am using g++ and linux, Is there guide how to compile under windows,mac,android,ios? Best Regards, Gadi
Feb 13, 2013
Hi, I use the hxcpp built-in build system, which involves writing a Build.xml for your project, rather than a makefile. The flags for the targets are in the variouls build-tool xml files, and you would need to duplicate this logic in your own make system.
Status:
WontFix
|