Help Compiling on Mandrake 10

About SheepShaver, a PPC Mac emulator for Windows, MacOS X, and Linux that can run System 7.5.3 to MacOS 9.0.4.

Moderators: Cat_7, Ronald P. Regensburg, ClockWise

Post Reply
Guest

Help Compiling on Mandrake 10

Post by Guest »

I'm having trouble compiling SheepShaver on linux. I downloaded the files and followed the tutorial and a got an error at the very end when I typed in make links.

Terminal:

[jozef@localhost SheepShaver]$ make links
adb.cpp
audio.cpp
cdrom.cpp
disk.cpp
extfs.cpp
prefs.cpp
scsi.cpp
sony.cpp
xpram.cpp
include/adb.h
include/audio.h
include/audio_defs.h
include/cdrom.h
include/clip.h
include/debug.h
include/disk.h
include/extfs.h
include/extfs_defs.h
include/prefs.h
include/scsi.h
include/serial.h
include/serial_defs.h
include/sony.h
include/sys.h
include/timer.h
include/xpram.h
BeOS/audio_beos.cpp
BeOS/extfs_beos.cpp
BeOS/scsi_beos.cpp
BeOS/serial_beos.cpp
BeOS/sys_beos.cpp
BeOS/timer_beos.cpp
BeOS/xpram_beos.cpp
BeOS/SheepDriver
BeOS/SheepNet
Unix/audio_oss_esd.cpp
Unix/extfs_unix.cpp
Unix/serial_unix.cpp
Unix/sshpty.h
Unix/sshpty.c
Unix/strlcpy.h
Unix/strlcpy.c
Unix/sys_unix.cpp
Unix/timer_unix.cpp
Unix/xpram_unix.cpp
Unix/sigsegv.h
Unix/sigsegv.cpp
Unix/vm_alloc.h
Unix/vm_alloc.cpp
Unix/posix_sem.cpp
Unix/video_vosf.h
Unix/video_blit.h
Unix/video_blit.cpp
Unix/config.sub
Unix/config.guess
Unix/Linux/scsi_linux.cpp
Unix/Linux/NetDriver
Unix/Darwin/lowmem.c
Unix/Darwin/pagezero.c
Unix/Darwin/testlmem.sh
dummy/audio_dummy.cpp
dummy/prefs_editor_dummy.cpp
dummy/scsi_dummy.cpp
[jozef@localhost SheepShaver]$ cd src/Unix
[jozef@localhost Unix]$ ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
processing .
aclocal: configure.in: 155: macro `AM_PATH_GTK' not found in library
configure.in:188: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:188: warning: AC_TRY_RUN called without default to allow cross compiling
autoconf: Undefined macros:
configure.in:103: AC_DEFINE(HAVE_PTHREAD_CANCEL, 1, [Define if you have the pthread_cancel function.])
configure.in:118: AC_DEFINE(HAVE_PTHREADS, 1, [Define if pthreads are available.])
configure.in:133: AC_DEFINE(ENABLE_XF86_DGA)
configure.in:136: AC_MSG_WARN([Could not find XFree86 DGA extension, ignoring --enable-xf86-dga.])
configure.in:144: AC_DEFINE(ENABLE_XF86_VIDMODE)
configure.in:147: AC_MSG_WARN([Could not find XFree86 VidMode extension, ignoring --enable-xf86-vidmode.])
configure.in:156: AC_DEFINE(ENABLE_GTK)
configure.in:162: AC_MSG_WARN([Could not find GTK+, disabling user interface.])
configure.in:170: AC_DEFINE(ENABLE_ESD)
configure.in:175: AC_MSG_WARN([Could not find ESD, disabling ESD support.])
configure.in:217: AC_DEFINE(HAVE_SIGNAL_SA_RESTORER)
configure.in:272: AC_DEFINE($1, 1, $3)
configure.in:50: AC_DEFINE(EMULATED_PPC)
configure.in:622: AC_DEFINE(ENABLE_VOSF, 1, [Define if using video enabled on SEGV signals.])
configure.in:68: AC_DEFINE(ENABLE_MON)
configure.in:81: AC_MSG_WARN([Could not find mon, ignoring --with-mon.])
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for c++... c++
checking whether the C++ compiler (c++ ) works... yes
checking whether the C++ compiler (c++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
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 X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
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_mutexattr_setprotocol... no
checking for pthread_mutexattr_settype... yes
checking for pthread_mutexattr_setpshared... yes
checking for sem_init... yes
checking for XF86DGAQueryExtension in -lXxf86dga... yes
checking for XF86VidModeQueryExtension in -lXxf86vm... yes
./configure: line 3098: syntax error near unexpected token `1.2.0,'
./configure: line 3098: ` AM_PATH_GTK(1.2.0, '
[jozef@localhost Unix]$
Post Reply