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 #8538 is a reply to message #8528] Fri, 16 March 2007 15:29 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1207
Registered: March 2006
Location: Italy
Senior Contributor
ebojd wrote on Thu, 15 March 2007 19:00

Hmmm...

Attached is my modified makefile. If you are willing, please use it for a real test. If it dies, please reply with an attachment of error messages. I'll see if I can spot something obvious.



EBo,

your makefile works great. It compiled theide without problems
Now theide is gtkped and I'll use it in this form although I do not like it (the original look I think is much better).
In future I'll ask how to compile other packages with theide and GTK enabled.
Now please let me ask you further assistance in completing the installation procedure and realize an upp.pet package (equivalent to upp.deb for Debian).
In order to produce it I need to run a command like this:
# new2dir make install

what "new2dir" does we do not need to know (and I do not know). What it is important is the "make install". You provvide such task in the makefile but is not complete. In fact neither theide nor the GCC.bm are copied in /usr/share/upp. Can you put some more lines to include the additional tasks? (If I'm right there is nothing to add to the existing). My GCC.bm file stays in ~/upp/, that is ../../ with respect the Makefie. It is the following
BUILDER = "GCC";
DEBUG_INFO = "0";
DEBUG_BLITZ = "1";
DEBUG_LINKMODE = "1";
DEBUG_OPTIONS = "-O0";
RELEASE_BLITZ = "0";
RELEASE_LINKMODE = "1";
RELEASE_OPTIONS = "-O3 -ffunction-sections";
DEBUGGER = "gdb";
PATH = "";
INCLUDE = "/usr/include/freetype2";
LIB = "/usr/X11R6/lib";
REMOTE_HOST = "";
REMOTE_OS = "";
REMOTE_TRANSFER = "";
REMOTE_MAP = "";

I do not know if it OK for our current setting because I got it from an old version. After this task I can generate a upp.pet package and make it available in the next days.
Thanks a lot,
Luigi
 
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:09:33 CEST 2025

Total time taken to generate the page: 0.20700 seconds