GTK not found

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
Nicko
Trader
Trader
Posts: 17
Joined: Wed Aug 23, 2006 1:33 pm
Location: Italy

GTK not found

Post by Nicko »

Both Gtk-1.2 and 2.0 and relative dev packages are installed in the standard directories but configure doesn't find them :(
What am I doing wrong?

Running Fedora 7 x86_64...
You do not have the required permissions to view the files attached to this post.
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

You need "pango" development packages, as well as "glib" development packages.

Not sure why redhat doesn't figure out that it requires those packages unless you installed without dependencies.

You might very well need more than those...

Also, you do not need any "1.2" packages... Vegastrike has moved to 2.0 instead.
Nicko
Trader
Trader
Posts: 17
Joined: Wed Aug 23, 2006 1:33 pm
Location: Italy

Post by Nicko »

Also, you do not need any "1.2" packages... Vegastrike has moved to 2.0 instead.
OK, but you forgot to tell it to configure:

Code: Select all

configure: WARNING: GTK 1.2 Was not found.  VSSETUP will not be built
You need "pango" development packages, as well as "glib" development packages.
I had both already installed, and AFAIK fedora dependency system is not currently broken.

I can only guess this is due to pango-devel rpm only existing 32bit, while all other packages are installed in both versions, but I have no idea how to get this working...
ace123
Lead Network Developer
Lead Network Developer
Posts: 2560
Joined: Sun Jan 12, 2003 9:13 am
Location: Palo Alto CA
Contact:

Post by ace123 »

Unfortunately I have no idea either...

I am using 64-bit on Ubuntu and it works fine for me, so it shouldn't be a 32-bit problem.

You can also try getting it working with GTK 1.2

Really, the VSSetup is not the end of the world if you can't compile it.
You should be able to run Vegastrike perfectly fine without the setup interface.
Nicko
Trader
Trader
Posts: 17
Joined: Wed Aug 23, 2006 1:33 pm
Location: Italy

Post by Nicko »

ace123 wrote:You should be able to run Vegastrike perfectly fine without the setup interface.
Of course, thanks anyway...
Post Reply