U++ framework
Do not panic. Ask here before giving up.

Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » about makefile produced by theIDE
about makefile produced by theIDE [message #3930] Sun, 09 July 2006 23:57 Go to previous message
forlano is currently offline  forlano
Messages: 1221
Registered: March 2006
Location: Italy
Senior Contributor
Hello,

under Ubunto 5.10 my application is compiled by theIDE in a 3 MB executable (shared + blitz). Today I tried to compile my application using the Makefile produced by theIDE itself. It was impossible. After many temptives I've understood the reason; in the makefile was
absent the path of the freetype2 font.

----------------------------------------------
UPPDIR1 = /home/vega/upp/MyApps/
UPPDIR2 = /home/vega/upp/uppsrc/

UPPOUT = /home/vega/upp/out/
CINC = -I$(UPPDIR1) -I$(UPPDIR2) I/usr/include/freetype2
...
---------------------------------------------

This is not necessary in Windows. Of course this include is present in the menu item Setup/Build Method.

Moreover the dimension of the executable became 4.4 MB instead of the previous 3. This means that the Makefile generated do not reflect the same setting used by theIDE to produce its exe file.

Luigi

PS: I hope the Italian visit was interesting despite the strike of the taxidriver that paralized many cities
 
Read Message
Read Message
Read Message
Previous Topic: compilation problem in DrawX11.cpp
Next Topic: Compiling Errors 607-dev2 on Ubuntu(Edgy)
Goto Forum:
  


Current Time: Sun Apr 26 11:54:30 GMT+2 2026

Total time taken to generate the page: 0.00496 seconds