Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » theide and Puppy-linux
Re: theide and Puppy-linux [message #8512 is a reply to message #8511] Wed, 14 March 2007 21:24 Go to previous messageGo to previous message
ebojd is currently offline  ebojd
Messages: 225
Registered: January 2007
Location: USA
Experienced Member

You can try running the following command from a terminal window:

pkg-config --cflags gtk+-2.0

If that return a "no package found error" then you need to install gtk+-2.0+. On the other hand, if it gives you something reasonable then add the next few lines to the makefile:

CINC = -I$(UPPDIR1) \
$(shell pkg-config --cflags libpng gtk+-2.0 xft x11)
LIBS = $(shell pkg-config --libs libpng gtk+-2.0 xft x11)

Then you will need to remove the hard coded liked libs from the final link stage (just look for -lX11, and similar). Replace all of these with ${LIBS}. That hopefully will do it. Oh, remember to remove the -DflagNOGTK...

EBo --
 
Read Message icon14.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Where are upt files gone on 2007.1beta3 deb?
Next Topic: segfault while starting theide
Goto Forum:
  


Current Time: Thu Jun 05 05:08:19 CEST 2025

Total time taken to generate the page: 0.21501 seconds