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 #24777 is a reply to message #24772] Fri, 29 January 2010 17:33 Go to previous messageGo to previous message
rett is currently offline  rett
Messages: 15
Registered: January 2010
Promising Member
andrei_natanael wrote on Fri, 29 January 2010 15:55

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).


Thank you,

I change uppsrc/CtrlCore/CtrlCore.upp
add "notify" in "library((LINUX | BSD) & !NOGTK)" line Smile

but uppbox/Scripts not work:
$ make
sh domake
make: *** uppsrc: No such file or directory.  Stop.
cp: cannot stat `uppsrc/ide.out': No such file or directory
make: *** [all] Error 1



b4b9ef0096f53f85f38f8c84bc5eabec
 
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: Wed May 29 03:45:25 CEST 2024

Total time taken to generate the page: 0.01375 seconds