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.
Greetings!
Daniel Díaz yosoy@...31...
bob
Daniel Díaz wrote:
Hello there!
It looks like the autobuilds on my server have been breaking since June 18th because of this:
cp config.h.mingw config.h cd src && i686-pc-mingw32-g++ -g -Wall -o deptool.exe deptool.cpp cd src && deptool.exe /bin/sh: deptool.exe: command not found make: *** [src/make.dep] Error 127
Maybe I wasn't paying too close attention to the list and missed a configuration thing, or a new library bundle. Or maybe something else, because my server is kind of reluctant to run that deptool.exe executable.
In any case, what do I need to get the builds to be built again?
Greetings!
Daniel Díaz ddiaz@...1105...