I mean that gcc is able to figure out the capitalization, so if SCons
can't do the same, it is to be blamed on this. On Windows you should
know that you can't do access("foo.c") to ascertain the presence of
foo.C. It is lame for SCons doing so.

OK. Scons is weak, but is .C is indeed .c under windows.

Ok, I simply wanted to be sure that you know that and that is not a bug.

There are a bunch of fixmes in SConstruct, all related to various
libraries like this. Since I do not know what they are used for, I
need to fix them one by one. Currently, I simply want the main part to
work.

The biggest concern is actully the pch business. I do hope someone can
jump in and add it. (I have no experience with pch.)

I am letting the current build to be completed before doing anything
else. I notice that the moc'ed files are being compiled but they are
called moc_ModuleName.cc instead of ModuleName_moc.C as I was used
with the auto tools. I hope this is accounted for.
Then I also see that it is also trying to compile uic_ModuleName.cc
and this is completely new to me...

They are generated and handled by scons automatically so you should
not have to worry about them.

Bo

Reply via email to