[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: QtLua with MSYS/mingw
- From: Wolfgang Pupp <wolfgang.pupp@...>
- Date: Wed, 24 Feb 2010 19:44:32 +0100
Did anyone ever successfully compile QtLua (version 1.2) with
Mingw/MSYS on a windows-system?
Configure is driving me crazy- I finally got it to accept my lua-lib
(via --with-lua-lib="lua51 -L/usr/local/bin"), but it just IGNORES the
"--with-qt=/c/devel/qt/2009.05/qt", and fails to find ANY Qt-
includes: (this is the last meaningful error I get)
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DUNICODE -DQT_LARGEFILE_SUPPORT
-DQT_DLL -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_THREAD_SUPP
ORT -DQT_NEEDS_QMAIN -I/usr/local/include -I/usr/local/include -Wall -Wno-unused
-parameter -DQTLUAREF_DEBUG -MT libqtlua_la-qtluaconsole.moc.lo -MD -MP -MF .dep
s/libqtlua_la-qtluaconsole.moc.Tpo -c QtLua/qtluaconsole.moc.cc -DDLL_EXPORT -D
PIC -o .libs/libqtlua_la-qtluaconsole.moc.o
My configure- options are:
$ configure --with-qt=/c/devel/qt/2009.05/qt --with-lua-inc-dir=/usr/local/incl
ude --with-lua-lib="lua51 -L/usr/local/bin"
Any help/advice would be extremely appreciated (cmake/qmake/scons-
files even more so ;)