Hello Sir
I am using follwing tool for compile Inkscape On Window Xp.
inkscape-0.48.1
tdm-gcc-4.5.1.exe
devlibs-svn-0811161728 (http://inkscape.modevia.com/win32libs/?C=M;O=D)(Copy the Devlibs in C Drive)
I have write the following command On command prompt.
E:\Editor\inkscape-0.48.1\inkscape-0.48.1> mingwenv
E:\Editor\inkscape-0.48.1\inkscape-0.48.1> g++ buildtool.cpp -o btool
E:\Editor\inkscape-0.48.1\inkscape-0.48.1> btool
Here, The following error occur ,Please suggest the right way to resolve this one.
####################################################
# [b] BuildTool v0.9.9
####################################################
######## PARSE : build.xml
============ cmd ============
bzr revno
=============================
Make error line 0: executeCommand : could not create process : The system cannot
find the file specified.
Make error line 0: error executing 'bzr revno':
Make error line 0: cannot open file 'c:\devlibs\lib\pkgconfig\Magick++.pc' for r
eading
Make error line 0: Cannot find package 'Magick++'. Do you have it installed?[/b]
Thanks
Cannot find package 'Magick++'
Re: Cannot find package 'Magick++'
Mahendra wrote:inkscape-0.48.1
tdm-gcc-4.5.1.exe
devlibs-svn-0811161728 (http://inkscape.modevia.com/win32libs/?C=M;O=D)
Did you read the wiki page about compiling on Windows carefully? The devlibs package you use is outdated, the repository had moved to launchpad in January 2010.
Please start here: Compiling Inkscape on Windows - Inkscape Wiki and make sure you have up-to-date tools. Since there have been some changes to the devlibs lately, you might have to check out the 0.48.x branch of Inkscape (instead of using the tarball of 0.48.1) - but I'm not sure about this since I do not compile Inkscape on Windows myself.
BTW - you might get better informed answers on the mailing list 'inkscape-devel' [1] since this forum is mainly for users, not developers.
[1] Please try with the updated devslibs as described in the wiki first, it might resolve your problems.