Re: [Pythonocc-users] VS2003 compile error

2009-03-25 Thread Frank Conradie
Thanks Thomas - that did the trick! - Frank thomas.pav...@free.fr wrote: Hi Franbck, I have the same issue on my machine. Just comment out the line '(GeomPlate',[],[])' in the script Modules.py and pythonOCC should compile. This bug only occurs on Windows. Thomas I should probably add th

Re: [Pythonocc-users] VS2003 compile error

2009-03-24 Thread thomas . paviot
Hi Franbck, I have the same issue on my machine. Just comment out the line '(GeomPlate',[],[])' in the script Modules.py and pythonOCC should compile. This bug only occurs on Windows. Thomas >I should probably add that a large part of the library builds fine, and >the error occurs with OCC._G

Re: [Pythonocc-users] VS2003 compile error

2009-03-24 Thread Frank Conradie
I should probably add that a large part of the library builds fine, and the error occurs with OCC._GeomPlate. Here is a full dump of the output: ... building 'OCC._GeomPlate' extension swigging C:\Dev\pythonocc\src\SWIG_src_modular_win32\GeomPlate.i to C:\Dev\pythonocc\src\SWIG_src_modular_win32

[Pythonocc-users] VS2003 compile error

2009-03-24 Thread Frank Conradie
I'm trying to compile pythonocc from SVN with VS.NET 2003 SP1, and get a few errors in WinNT.h, starting with this: C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\WinNT.h(286) : error C2143: syntax error : missing ';' before '*' C:\Program Files\Microsoft Visual Stud