Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline olegil

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 955
    • Show all replies
Re: Error when Compiling UAE
« on: July 15, 2003, 12:23:46 PM »
Under Debian, you need libgtk1.2 and libgtk1.2-dev

Since you never wrote ANYTHING about what system this is running on, check this again.

There's something odd about how configure-scripts detect gtk, they use the presence of a tool which I forget the name of to see if gtk is installed. I've cursed over this before :-)
 

Offline olegil

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 955
    • Show all replies
Re: Error when Compiling UAE
« Reply #1 on: July 15, 2003, 04:36:58 PM »
gtk-config --version will tell you what version is installed (this is the application used by the configure script, it can also tell you what compiler and linker options you need, automagically :-) ).

Check for the existence of /usr/include/gtk-1.2/gtk/ directory with header files (.h extension) to see if you have the right development package installed.