
I'm not sure it's necessary because that path is already defined in the batch file mingwenv.bat:
@echo Setting environment variables for MinGw build of Inkscape set MINGW_BIN=c:\mingw\bin set CMAKE_BIN=c:\cmake\bin set GTK=c:/devlibs set GTKDOS=c:\devlibs set PKG_CONFIG_PATH=c:/devlibs/lib/pkgconfig set DEVLIBS_PATH=c:/devlibs set PATH=%MINGW_BIN%;%CMAKE_BIN%;%GTKDOS%\bin;%GTKDOS%\python;%PATH%
2009/1/20 bulia byak <buliabyak@...400...>
This works for me, but since I rarely build for Windows I wanted to alert others in case this may turn problematic:
cxxtests use python, but they assume there's a python executable in the path, which may not work for everyone, so I switched that to use ${devlibs}/python/python.exe
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel