[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[gftp] compile fail on Sparc Solaris 8 machine



Hi,

Has anyone compile successfully on Sparc Solaris 8 machine? The 2 issues I have is:
1) #warning major macro, what is it?
2) readline.h is missing


In file included from sslcommon.c:20:
gftp.h:97: warning: #warning major macro was not defined by the system. Defining one that is probably wrong for your system
gftp.h:102: warning: #warning minor macro was not defined by the system. Defining one that is probably wrong for your system
rm -f libgftp.a
ar cru libgftp.a bookmark.o cache.o config_file.o https.o local.o misc.o protocols.o pty.o rfc959.o rfc2068.o sshv2.o sslcommon.o
ranlib libgftp.a
Making all in po
Making all in src
Making all in text
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/home/tshum/local/lib/glib/include -I/home/tshum/local/include -DSHARE_DIR=\"/home/tshum/local/share/gftp\" -DLOCALE_DIR=\"/home/tshum/local/share/locale\" -I../../intl -g -O2 -c gftp-text.c
In file included from gftp-text.h:25,
from gftp-text.c:20:
../../lib/gftp.h:97: warning: #warning major macro was not defined by the system. Defining one that is probably wrong for your system
../../lib/gftp.h:102: warning: #warning minor macro was not defined by the system. Defining one that is probably wrong for your system
In file included from gftp-text.c:20:
gftp-text.h:28: readline/readline.h: No such file or directory
gftp-text.h:29: readline/history.h: No such file or directory
*** Error code 1

Thanks in advance,
Tony