Log in

View Full Version : icedump building


LaptoniC
April 21st, 2002, 12:16
I have tried to build icedump but it doesnt works.I read Owl's post and downloaded djgpp' make but it gives error.
What is the magic settings to build icedump again?
Here is the error messages

Command line too long.
make.exe: *** [icedump.lnk] Error -1
If I remove icedump.lnk line it gives below error

make.exe[1]: Entering directory `e:/icedump/w9x/3.22'
nasm -M -dMAKEDEP -w+orphan-labels -dWINICE_VERSION_MAJOR=3 -dWINICE_VERSION_MIN
OR=22 -i../src/inc/ -i../mp3/inc/ -i../pd/inc/ -i../../common/inc/ ../src/wiat.a
sm | sed 's/\(.*wiat:\)/wiat.o :/g' > wiat.dep
Command line too long.
make.exe[1]: *** [wiat.dep] Error -1
make.exe[1]: Leaving directory `/e:/icedump/w9x/3.22'
make.exe: *** [3.22] Error 2