sketch-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sketch on Windows (It's working)


From: Joonas Paalasmaa
Subject: Re: Sketch on Windows (It's working)
Date: Wed, 08 Oct 2003 09:07:37 GMT

Bernhard Herzog writes:
Can you submit a patch with your changes to savannah? Preferably after
getting rid of the #ifs. The WIN32 specific version should work on the
other systems as well.

I did the changes you requested and now it's working! The program crashes quite easily, but at least it starts. The crash occurs in _SKGTK.
Unfortunately I am unable to build a debug version of _skgtk, because the
following errors are printed. I can build the module with MinGW, but it
can't be debugged with MSVC++. C:\Program Files\Microsoft Visual Studio\VC98\BIN\cl.exe /c /nologo /Od /MDd /W3 /GX /Z7 /D_DEBUG -IC:/Dev-C++/include/gtk-2.0/ -IC:/Dev-C++/include/glib-2.0 -IC:/Dev-C++/include/pango-1.0 -IC:/Dev-C++/lib/glib-2.0/include -IC:/Dev-C++/lib/gtk-2.0/include -IC:/Dev-C++/include/atk-1.0 -IC:/Python23/include/pygtk-2.0 -IC:/Python23/include/pil -IC:\Python23\include -IC:\Python23\PC /TcC:\sketch\sketch-head\sketch\Sketch\Modules\skgtkimage.c /Fobuild\temp.win32-2.3\Debug\Sketch/Modules/skgtkimage.obj -DNO_LIBART
skgtkimage.c
C:\sketch\sketch-head\sketch\Sketch\Modules\skgtkimage.c(59) : error C2036: 'void *' : unknown size C:\sketch\sketch-head\sketch\Sketch\Modules\skgtkimage.c(106) : error C2036: 'void *' : unknown size C:\sketch\sketch-head\sketch\Sketch\Modules\skgtkimage.c(107) : error C2036: 'void *' : unknown size C:\sketch\sketch-head\sketch\Sketch\Modules\skgtkimage.c(149) : error C2036: 'void *' : unknown size C:\sketch\sketch-head\sketch\Sketch\Modules\skgtkimage.c(149) : error C2036: 'void *' : unknown size
....
More errors of the same type...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]