Well, the problem, it appears, is that "-framework QtCore" is quoted.
That should be 2 separate arguments. At least, that's my guess as to
what's going on.
On Jan 19, 2007, at 3:05 PM, Pau Arumi wrote:
hi,
i'm using scons (the build tool) for a project i'm developing. the
macport scons in
hi,
i'm using scons (the build tool) for a project i'm developing. the
macport scons installed well, but i've found a problem when using it:
$ scons
g++ -o app -L/usr/local/Trolltech/Qt-4.2.2//lib "-framework QtCore" ...
the quoted "-framework xxx" options seems to be totally ignored, thus
gi