lists.zerezo.com
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
***BOGO*** Re: [Mingw-users] try to build qcad
- Date: Fri, 20 Jun 2008 09:30:56 +0800
- From: JonY <10walls@xxxxxxxxx>
- Subject: ***BOGO*** Re: [Mingw-users] try to build qcad
Dirk Schleicher wrote:
> Am Fri, 20 Jun 2008 00:22:06 +0800
> schrieb JonY:
>
>> You DO NOT USE them, those headers are for cygwin, not MinGW, which I
>> assume you are targeting. Btw, are you using qt3 or qt4?
>
> Tanks
>
> I found qt-win-free-mingw-3.3.4 bin and install it.
>
>> Anyway, build qt and add the appropriate -I and -L gcc flags to qcad
>> Makefiles.
>>
> How to put _I and _L gcc flags to the makefiles? I am an absolute
> beginner in compiling.
>
>
Hi,
Those flags has '-' prefixes, not underscores. I'm not sure how the
build system in qcad is organized.
Makefiles _tend_ to use "CXXFLAGS=" and "LDFLAGS=" variables. Add
"-I/path/to/qt/includes" to the former and "-L/path/to/qt/libdir" for
the latter.
Alternatively, if it uses autotools build system, just do something like
"./configure <some options> CXXFLAGS=-I/path/to/qt/includes
LDFLAGS=-L/path/to/qt/libdir".
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
MinGW-users mailing list
MinGW-users@xxxxxxxxxxxxxxxxxxxxx
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users