From: <wat...@hi...> - 2006-02-21 03:52:50
|
Here is what i have done so far: Yes Inicates a sucessfull operation NO i= dicates a probblem that i had trying to instal sheepshaver. If i'm using the wron= g compiler or doing something wrong please help me out. I'm compling this c= ode under linux linspire OS. Thaks! wat...@hi... *************************************************************************= *********************** OK $ su OK $ cvs -d :pserver:an...@cv...:/home/cvs/cebix login Ok (password is "anoncvs") downloaded CVS =96 linspire (CNR) to use the cvs command Ok $ cvs -d :pserver:an...@cv...:/home/cvs/cebix checkout Basil= iskII OK $ cvs -d :pserver:an...@cv...:/home/cvs/cebix checkout Sheep= Shaver OK $ cd SheepShaver OK $ make links You can then try to compile the program with OK $ cd src/Unix NO $ ./autogen.sh =96 compiling errors: (ftp site was down can=92t download automake 1.3) Missing automake - Downloaded automake 1.4 (CNR) Missing X11 =96 Downloaded X11 Development Library (CNR) Missing C compiler =96 Downloaded GCC 272 Missing C compiler =96 Downloaded GNU C (CNR) NO $ make under Linux, or $ cd src/BeOS $ make *************************************************************************= ***************** After runing "$ ./autogen.sh" comand this is what the shell says: *************************************************************************= ***************** user:~/SheepShaver/src/Unix# ./autogen.sh + Running aclocal: aclocal: configure.ac: 247: macro `AM_PATH_GTK_2_0' no= t foun d in library aclocal: configure.ac: 269: macro `AM_PATH_GTK' not found in library aclocal: configure.ac: 283: macro `AM_PATH_ESD' not found in library done. + Running autoheader: done. + Running autoconf: done. + Running 'configure ': ** If you wish to pass arguments to ./configure, please ** specify them on the command line. checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking how to run the C preprocessor... gcc -E checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for egrep... grep -E checking for file... /usr/bin/file checking for perl... /usr/bin/perl checking for PowerPC target CPU... no checking for mon... no configure: WARNING: Could not find mon, ignoring --with-mon. checking for sem_init in -lposix4... no checking for cos in -lm... yes checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for pthread_create in -lpthread... yes checking for pthread_cancel... yes checking for pthread_cond_init... yes checking for pthread_testcancel... yes checking for pthread_mutexattr_setprotocol... no checking for pthread_mutexattr_settype... yes checking for pthread_mutexattr_setpshared... yes checking for sem_init... yes checking linux/fb.h usability... yes checking linux/fb.h presence... yes checking for linux/fb.h... yes checking for XF86DGAQueryExtension in -lXxf86dga... yes checking for XF86VidModeQueryExtension in -lXxf86vm... yes ./configure: line 7079: syntax error near unexpected token `1.3.15,' ./configure: line 7079: ` AM_PATH_GTK_2_0(1.3.15,' user:~/SheepShaver/src/Unix# |