
20 Oct
2005
20 Oct
'05
12:37 p.m.
lode leroy wrote:
on Win32 + MSYS + MinGW + GTK2.8 + Python24,
the detection of Python fails:
checkPYTHON_CFLAGS = -Ic:\Python24\include
where it should be
checkPYTHON_CFLAGS = -Ic:/Python24/include
and
checkPYTHON_LIBS=" None/None None"
where it should be
checkPYTHON_LIBS=" -Lc:/Python24/libs -lpython24"
Hello,
Please make sure you're using our pre-packaged libraries (which includes gtk, perl, and python) from http://inkscape.org/win32/gtk28-050930.7z. If you follow the directions at http://inkscape.org/win32/win32buildnotes.html, it should compile fine for you.
-Josh