What do you say, we take the compilation of deptool out of the makefile altogether, and just expect the binary to be at the top level? Then cd src && ..$(S)deptool
Just would make it easier for now.
bob
Joshua A. Andler wrote:
Daniel Díaz wrote:
Hey there!
On 7/12/06, Bob Jamison <rwjj@...127...> wrote:
Hi, Daniel,
Sorry, I missed your message when you first sent it. We switched from using the Perl scripts to code over which we have better control. The new stuff, DepTool, runs faster and does better analysis of the files.
I think that if you change line 22 in Makefile.mingw to: cd src && ./deptool.exe
..it should fix your problem. Let us know if that fixes it. If so, we will commit it..
It didn't: -----8<----------8<----------8<----------8<-----
- Compiling...
cd src && i686-pc-mingw32-g++ -g -Wall -o deptool.exe deptool.cpp cd src && ./deptool.exe /bin/sh: ./deptool.exe: cannot execute binary file make: *** [src/make.dep] Error 126 ----->8---------->8---------->8---------->8-----
It was crosscompiled, as opposed to be compiled for the host system. Don't know how to refer to the host's gcc, though.
I cross-compile too... in my command I have it `cd src && wine deptool.exe && cd ..' Obviously you'd need Wine installed to do that though.
-Josh
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel