Welcome, Guest. Please login or register.

Author Topic: Error when Compiling UAE  (Read 1461 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline EmufreakTopic starter

  • Jr. Member
  • **
  • Join Date: May 2003
  • Posts: 64
    • Show all replies
Error when Compiling UAE
« on: July 15, 2003, 11:55:54 AM »
I tried to configure UAE with the following options:

./configure --enable-ui

But I get an error who states that it wasn't possible to configure UAE with all the selected options. As I went to the output which was generated by the configure command I found a line who states, that gtk+ is not available and therefor the userinterface won't be configured.

So I went to yast to checkout wether gtk+ is installed and it is.  I also installed the development-package for gtk, but it didn't help.

If somebody could help i would really appreciate it.
 

Offline EmufreakTopic starter

  • Jr. Member
  • **
  • Join Date: May 2003
  • Posts: 64
    • Show all replies
Re: Error when Compiling UAE
« Reply #1 on: July 15, 2003, 12:37:10 PM »
I use SUSE 7.1. But it could still be a problem with the version of gtk. How to I check the version of gtk. I can't find any Information about that in yast2.
 

Offline EmufreakTopic starter

  • Jr. Member
  • **
  • Join Date: May 2003
  • Posts: 64
    • Show all replies
Re: Error when Compiling UAE
« Reply #2 on: July 15, 2003, 10:02:13 PM »
There is a directory /usr/include/gtk with .h files and no subdirectorys. There is no /usr/include/gtk-1.2 directory. gtk-config --version returns 1.2.8. SO the Version of gtk seems to be alright. I looked at the error message a bit more closely and it states this:

The gtk-config script installed by gtk could not be found. If GTK was installed in PREFIX make sure PREFIX/bin is in your path, or set the GTK_CONFIG environment variable to the full path to gtk-config.

So I set the variable to /usr/bin where gtk-config is located. But it still brought up the same error.
 

Offline EmufreakTopic starter

  • Jr. Member
  • **
  • Join Date: May 2003
  • Posts: 64
    • Show all replies
Re: Error when Compiling UAE
« Reply #3 on: July 16, 2003, 09:01:46 PM »
Thanks!! This actually helped. After I deleted the file config.cache. Compilation went through fine.