Hello!
On 7/12/06, Bob Jamison <rwjj@...127...> wrote:
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.
Yeah, that'll do!
Thanks and greetings!
Daniel Díaz yosoy@...31...
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