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
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
On Wed, Jan 21, 2009 at 2:43 AM, Yann Papouin <yann.papouin@...400...> wrote:
I'm not sure it's necessary because that path is already defined in the batch file mingwenv.bat:
indeed... but that didn't work for me for some reason, so I added an explicit path.
participants (2)
-
bulia byak
-
Yann Papouin