Error in ./configure

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
mike

Error in ./configure

Post by mike »

./configure: line 5963: syntax error near unexpected token `1.2.0,'
./configure: line 5963: ` AM_PATH_GTK(1.2.0,'

I get that when i run ./autogen.sh. any idea if its the ./configure file thats messed up? if so can someone please attach a good one?

Thanks!
Mike
mike

Post by mike »

I forgot to mention that i installed the rpm but when i do ./SheepShaver i get bash: ./SheepShaver: No such file or directory. How do i launch sheephaver?

thanks
mike
Mac Emu
Forum All-Star
Posts: 1208
Joined: Mon May 20, 2002 11:50 am
Location: Ouraion

Post by Mac Emu »

After installing via the rpm, the binary should be located in the /usr/bin directory. You can move it wherever you want and create a syboloic link (shortcut) to it if desired.

That AM_PATH_GTK error can be fixed by either installing automake 1.4+ or installing some unknown to me GTK library. (Use your distro's package manager (if it has one) to find all uninstalled packages containing GTK (plus automake) and install them.
Guest

Post by Guest »

./configure: line 5963: syntax error near unexpected token `1.2.0,'
./configure: line 5963: ` AM_PATH_GTK(1.2.0,'
This relates to automake not having previously seen gtk's macro file (gtk.m4). On my dist this file exists in /usr/share/aclocal and was included as part of gtk 1.2
Post Reply