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++ Library support » U++ Library : Other (not classified elsewhere) » Linking problem
Re: Linking problem [message #31576 is a reply to message #31575] Tue, 15 March 2011 15:25 Go to previous messageGo to previous message
chickenk is currently offline  chickenk
Messages: 169
Registered: May 2007
Location: Grenoble, France
Experienced Member
Indeed, '-lfreetype' is not appended to your linker command-line and with the new DSO policy in Ubuntu, this cannot work.

After looking at CtrlCore.upp, it seems we don't explicitely insert freetype for linux platforms (I suppose we expect it to be injected by another dependency, but the new policy avoids just that).

IMHO it's a bug in CtrlCore.upp and you should try by replacing the line
library(LINUX) "X11 Xrender";
by the line
library(LINUX) "X11 Xrender freetype";

and tell us if it works better...

But the main problem is that we might have plenty of there DSO issues and it should be time getting rid of them. I bet plenty of work on dependencies is needed.

My 2 cents, I'm not using Ubuntu anyway.

EDIT: my bad, freetype lib was added to Draw/Draw.upp at revision r3239 and since CtrlCore depends on Draw, it should work perfectly. Can you check that Draw/Draw.upp includes the line below?
library(LINUX) "dl freetype";


Lionel

[Updated on: Tue, 15 March 2011 15:35]

Report message to a moderator

 
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
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: Weired appearance of GUI elements
Next Topic: Drag and Drop between instances [FEATURE REQUEST]
Goto Forum:
  


Current Time: Mon May 13 20:11:33 CEST 2024

Total time taken to generate the page: 0.03065 seconds