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) » U++ 1977 compile broblem.
Re: U++ 1977 compile broblem. [message #24772 is a reply to message #24760] Fri, 29 January 2010 15:55 Go to previous messageGo to previous message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
rett wrote on Fri, 29 January 2010 15:13

HELP!!! I've updated to SVN 1977 and can't compile my application (Ubuntu linux)

I use linux_scripts/dosvn

plugin\png: 3 file(s) built in (0:00.64), 213 msecs / file, duration = 1784 msecs, parallelization 100%
ide: 42 file(s) built in (0:21.57), 513 msecs / file, duration = 22062 msecs, parallelization 18%
Linking...

/tmp/idebuild.ciL8186/CtrlLib/GCC.Blitz.Gui.Shared/$blitz.o: In function `Upp::TrayIcon::Message(int, char const*, char const*, int)':
$blitz.cpp:(.text+0x10056): undefined reference to `notify_init'
$blitz.cpp:(.text+0x10089): undefined reference to `notify_notification_new'
$blitz.cpp:(.text+0x1009b): undefined reference to `notify_notification_set_timeout'
$blitz.cpp:(.text+0x100a7): undefined reference to `notify_notification_show'
$blitz.cpp:(.text+0x100af): undefined reference to `notify_uninit'
collect2: ld returned 1 exit status

There were errors. (2:02.16)

ERROR - TheIDE returned '1' error code
Creating package......


You better start to use uppbox/Scripts as linux_script are deprecated.
Your problem is related to linkage step. You may miss notify lib from libraries dependencies (it was added as dependency to CtrlCore), check if it exists there. If it's there then check if you have it installed in /usr/lib/ (libnotify.a /so).
 
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: Wrong icon16x16.png file
Next Topic: [BUG] Win32DnD.cpp: tagPOINT has no member named ToString
Goto Forum:
  


Current Time: Sun Aug 24 00:09:49 CEST 2025

Total time taken to generate the page: 0.03669 seconds