jakubdaniel
November 17th, 2007, 09:13 AM
Hi guys it's pretty possible that it should be in other forum but i didnt know where to post it.
so, i downloaded http://ald.sourceforge.net/ and i tried to install it
./configure
make install
.
.
.
Making install in source
make[1]: Entering directory `/tmp/ald-0.1.7/source'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../libDebug/include -I../libDASM/include -I../libOFF/include -I../libString/include -g -O2 -DNDEBUG -MT readln.o -MD -MP -MF ".deps/readln.Tpo" -c -o readln.o readln.c; \
then mv -f ".deps/readln.Tpo" ".deps/readln.Po"; else rm -f ".deps/readln.Tpo"; exit 1; fi
readln.c:25:31: error: readline/readline.h: No such file or directory
readln.c:30:30: error: readline/history.h: No such file or directory
make[1]: *** [readln.o] Error 1
make[1]: Leaving directory `/tmp/ald-0.1.7/source'
make: *** [install-recursive] Error 1
^ this is what i get ^
and i dont know what i should search for, what to install, like i can see that there is something missing :) but i dont know if its supposed to be part of the install or is it a dependency?
so, i downloaded http://ald.sourceforge.net/ and i tried to install it
./configure
make install
.
.
.
Making install in source
make[1]: Entering directory `/tmp/ald-0.1.7/source'
if gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../libDebug/include -I../libDASM/include -I../libOFF/include -I../libString/include -g -O2 -DNDEBUG -MT readln.o -MD -MP -MF ".deps/readln.Tpo" -c -o readln.o readln.c; \
then mv -f ".deps/readln.Tpo" ".deps/readln.Po"; else rm -f ".deps/readln.Tpo"; exit 1; fi
readln.c:25:31: error: readline/readline.h: No such file or directory
readln.c:30:30: error: readline/history.h: No such file or directory
make[1]: *** [readln.o] Error 1
make[1]: Leaving directory `/tmp/ald-0.1.7/source'
make: *** [install-recursive] Error 1
^ this is what i get ^
and i dont know what i should search for, what to install, like i can see that there is something missing :) but i dont know if its supposed to be part of the install or is it a dependency?