Now that the files have been checked into the tree, it has become very easy to build on Win32. I have put a couple of recent builds here:
http://troi.lincom-asg.com/~rjamison/inkscape
...along with instructions on how to do it. Please try them out. The main thing I am looking for, is a missing DLL dependency or something like that. Even though I have tried these on other machines, I would still appreciate a 3rd party testing it.
Thanks.
Bob
Hi Bob,
thanks for your work.
I still have some issues to the build proccess. I use Win2k and latest MingW.
1. On my system there is no deltree. 2. mkdir using make does not work mkdir inkscape process_begin: CreateProcess((null), mkdir inkscape, ...) failed. make (e=2): Das System kann die angegebene Datei nicht finden. mingw32-make: *** [dist] Error 2 3. The copy command including star (copy samples*.svg inkscape\samples) Does not work: copy samples*.svg inkscape\samples copy: samples*.svg: No such file or directory mingw32-make: *** [dist] Error 1
suggestions: 1. the first command in dist should not deltree, this is an issue for clean. I recommend to remove that line and add parameter /Y to all the xcopy's 2. I prefer to have a $(CP) $(RM) etc. variables
Best regards,
Adib.
Bob Jamison wrote:
Now that the files have been checked into the tree, it has become very easy to build on Win32. I have put a couple of recent builds here:
http://troi.lincom-asg.com/~rjamison/inkscape
...along with instructions on how to do it. Please try them out. The main thing I am looking for, is a missing DLL dependency or something like that. Even though I have tried these on other machines, I would still appreciate a 3rd party testing it.
Thanks.
Bob
This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
taraben.a@...50... wrote:
Hi Bob,
thanks for your work.
I still have some issues to the build proccess. I use Win2k and latest MingW.
- On my system there is no deltree.
- mkdir using make does not work
mkdir inkscape process_begin: CreateProcess((null), mkdir inkscape, ...) failed. make (e=2): Das System kann die angegebene Datei nicht finden. mingw32-make: *** [dist] Error 2 3. The copy command including star (copy samples*.svg inkscape\samples) Does not work: copy samples*.svg inkscape\samples copy: samples*.svg: No such file or directory mingw32-make: *** [dist] Error 1
suggestions:
- the first command in dist should not deltree, this is an issue for
clean. I recommend to remove that line and add parameter /Y to all the xcopy's 2. I prefer to have a $(CP) $(RM) etc. variables
Best regards,
Adib.
Adib,
Here is an update. According to your suggestions, I have modifed the makefiles extensively. They sense the machine type and use the appropriate commands. I have tested them on Linux, XP, and Win98. You might want to give them a try.
Bob
Hi Bob,
after making all with the current cvs and testing your 1224build on my Win2K:
1. The freehand tool does not work. After finishing drawing the line screws up. It looks like a mathematical problem. 2. Filling of Rectangle and Star(polygon) does not work but in circle. You can see the area correct while drawing, but if you release button. The area is not filled. This happen to solid fill and radial gradient. Linear gradient is ok.
Attached you see pictures: rect1 drawing rectangle ok rect2 rectangle unfilled and while drawing freehand freehand2 releasing button the line screws up
HTH,
Adib. BTW, what is your system configuration?
Bob Jamison wrote:
Now that the files have been checked into the tree, it has become very easy to build on Win32. I have put a couple of recent builds here:
http://troi.lincom-asg.com/~rjamison/inkscape
...along with instructions on how to do it. Please try them out. The main thing I am looking for, is a missing DLL dependency or something like that. Even though I have tried these on other machines, I would still appreciate a 3rd party testing it.
Thanks.
Bob
This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (2)
-
unknown@example.com
-
Bob Jamison