Error compiling latest SheepShaver CVS

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
huntedsnake
Inquisitive Elf
Posts: 25
Joined: Mon Jun 14, 2004 5:27 pm

Error compiling latest SheepShaver CVS

Post by huntedsnake »

I downloaded the latest source code from the CVS. I am trying to compiler under Linux Mandrake 10 and here is the result:

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
./configure: line 3098: syntax error near unexpected token `1.2.0,'
./configure: line 3098: ` AM_PATH_GTK(1.2.0, '


Can anyone tell me whats wrong ? Or please can someone give me the latest build compiled from the latest CVS. Thanks.
User avatar
ClockWise
Site Admin
Posts: 4404
Joined: Mon May 20, 2002 4:37 am
Location: Uiwang

Post by ClockWise »

This have anything to do with it:

http://www.emaculation.com/phpBB/viewtopic.php?t=1799

??
User avatar
Trombone Bob
Tinkerer
Posts: 83
Joined: Mon Apr 26, 2004 3:32 pm
Location: Utah, USA

Post by Trombone Bob »

It looks like you dont have GTK installed also why are you posting SheepShaver stuff in Pear PC stuff, anyway install GTK 1.2.0 and re run ./autogen
Post Reply