[Top][All Lists]
[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...
- Sketch on Windows, Joonas Paalasmaa, 2003/10/07
- Re: Sketch on Windows, Bernhard Herzog, 2003/10/07
- Re: Sketch on Windows (It's working),
Joonas Paalasmaa <=
- Re: Sketch on Windows (It's working), Bernhard Herzog, 2003/10/08
- Re: Sketch on Windows (It's working), Joonas Paalasmaa, 2003/10/10
- Re: Sketch on Windows (It's working), Bernhard Herzog, 2003/10/10
- Re: Sketch on Windows (It's working), Joonas Paalasmaa, 2003/10/10
- Re: Sketch on Windows (It's working), Bernhard Herzog, 2003/10/10
- Re: Sketch on Windows (It's working), Joonas Paalasmaa, 2003/10/11