You will run into lots of issues trying to make mutella-0.4.3 compile on OSX 10.1.5 if it builds at all, your best bet is mutella-0.4


Matt

On Thursday, Feb 27, 2003, at 12:01 Australia/Sydney, Jerry Leach wrote:


I've been trying to compile Mutella 0.4.3 on OSX 10.1.5 and can't seem to find the package needed to get term_help onto my system. That's where it keeps bombing out. Anyone have any ideas what package I > need?

just after I posted that message I discovered those files in the mutella directory. Now I'm of the opinion that it's term.c I'm looking for.

Here's part of my ./configure out put. Everything up to this point I get "yes" on.
-----
checking limits usability... no
checking limits presence... no
checking for limits... no
checking whether byte ordering is bigendian... yes
checking how to run the C preprocessor... gcc -E
checking for working alloca.h... no
checking for alloca... yes
checking whether time.h and sys/time.h may both be included... yes
checking for nanosleep... yes
checking whether nanosleep is declared... no
checking sys/poll.h usability... no
checking sys/poll.h presence... no
checking for sys/poll.h... no
checking for poll in -lpoll... no
checking for compress in -lz... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lpthread... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking term.h usability... no
checking term.h presence... no
checking for term.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking for tcgetattr... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for readline in readline.h... yes
checking for rl_get_screen_size... yes
checking "if term_help.c links with empty"... "no"
checking "if term_help.c links with ncurses"... "no"
checking "if term_help.c links with curses"... "no"
checking "if term_help.c links with termcap"... "no"
configure: WARNING: "term_help.c might not link! You mignt need to edit term_help.c as described in the begining of the file"
checking for socket in libc... yes
checking for socklen_t... no
checking for va_copy... no
checking for __va_copy... yes
checking for pthread_condattr_init... no
checking for pthread_condattr_destroy... no
-----


here's the part of my make output where it looks like it's choking..
-----------
[localhost:jerrylea/desktop/mutella-0.4.3] root# make install
Making install in mutella
Making install in docs
Making install in en
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
source='sha1thread.cpp' object='sha1thread.o' libtool=no \
depfile='.deps/sha1thread.Po' tmpdepfile='.deps/sha1thread.TPo' \
depmode=gcc /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -D_REENTRANT -D_MIT_POSIX_THREADS -fno-exceptions -fno-check-new -g -O0 -c -o sha1thread.o `test -f 'sha1thread.cpp' || echo './'`sha1thread.cpp
sha1thread.cpp: In method `void MSha1Thread::run()':
sha1thread.cpp:178: `uint8_t' undeclared (first use this function)
sha1thread.cpp:178: (Each undeclared identifier is reported only once
sha1thread.cpp:178: for each function it appears in.)
sha1thread.cpp:178: `pBuffer' undeclared (first use this function)
sha1thread.cpp:178: parse error before `)'
sha1thread.cpp:286: `pDigest' undeclared (first use this function)
make[2]: *** [sha1thread.o] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
[localhost:jerrylea/desktop/mutella-0.4.3] root#
--------


I don't know how many packages I've downloaded and installed trying to get 'term.h'. And it's probably already on my system somewhere.

Any input from anyone here would be greatly appreciated.




------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners




------------------------------------------------------- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more. www.ictp.com/training/sourceforge.asp _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to