On 24.05.2013 21:37, Ben Reser wrote:
The build system should be able to compile with the major tool chains,
nobody expects to know how to work around weird autoconf, make, gcc,
etc quirks on Linux. I don't say this to be dismissive of anyones
contributions but just to point out that producing Windows builds with
a modern toolchain is not simple.
yeah ...; and from what I see our project files are already broken even
when not converted and used directly with MSVC6, f.e. when doing a
release build a bunch of files land in the debug folder, and finally at
linking stage it breaks ...
probably we should think about moving either to plain Nmakefiles (as
Pierre Joy also suggested), or add a Cmake build system; for me SCon is
no alternative since I saw it too often already fail on modern Linux
boxes (with other projects), so I have no hope that it works any better
on Windows ...
and regarding trunk: AFAICT there are no improvements (what I mentioned
above was with trunk) ...
Gün.