win32 port
Frédéric-Emmanuel PICCA
piccaf at physics.mcgill.ca
Thu Jan 5 17:46:51 CET 2006
Hello
I try to use generic.py with my MSVC++6 but bksys stop with errors.
in line 70 of detect_generic.py INCLUDE is not a valid key of os.environ
but (Windows XP Pro + Python2.4) INCLUDEVC is.
I read on line 42 some cl options
env.AppendUnique( GENCCFLAGS =
['-wd4619','-wd4820','-DWIN32_LEAN_AND_MEAN'] )
the two -w option are not valid for my cl.exe compiler and there is no
replacement except putting #pragma in sources.
So my question is : can we sort out this INCLUDE (maybe a windows
version problem) and how to deal with cl.exe versions.
Have a nice day.
Frédéric
More information about the Kde-buildsystem
mailing list