|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » [SOLVED] Scientific Linux installation problem
[SOLVED] Scientific Linux installation problem [message #39461] |
Sun, 17 March 2013 09:01  |
 |
BeNJiBoY
Messages: 6 Registered: March 2013 Location: In front of the PC
|
Promising Member |
|
|
Hello,
i've got a problem with the installation of TheIDE on Scientific Linux.
When i'm installing it there's this message :
CtrlLib/TrayIconX11.cpp:9:34: error: libnotify/notify.h: No such file or directory
CtrlLib/TrayIconX11.cpp: In member function ‘void Upp::TrayIcon::Message(int, const char*, const char*, int)’:
CtrlLib/TrayIconX11.cpp:104: error: ‘notify_is_initted’ was not declared in this scope
CtrlLib/TrayIconX11.cpp:105: error: ‘notify_init’ was not declared in this scope
CtrlLib/TrayIconX11.cpp:111: error: ‘NotifyNotification’ was not declared in this scope
CtrlLib/TrayIconX11.cpp:111: error: ‘notification’ was not declared in this scope
CtrlLib/TrayIconX11.cpp:118: error: ‘notify_notification_new’ was not declared in this scope
CtrlLib/TrayIconX11.cpp:119: error: ‘notify_notification_set_timeout’ was not declared in this scope
CtrlLib/TrayIconX11.cpp:120: error: ‘notify_notification_show’ was not declared in this scope
CtrlLib/TrayIconX11.cpp: In function ‘void Upp::s__s125_fn()’:
CtrlLib/TrayIconX11.cpp:126: error: ‘notify_is_initted’ was not declared in this scope
CtrlLib/TrayIconX11.cpp:127: error: ‘notify_uninit’ was not declared in this scope
gmake[1]: *** [_out/CtrlLib//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux-Posix-Shared/TrayIconX11.o] Error 1
gmake[1]: Leaving directory `/home/benjiboy/upp/uppsrc'
cp: cannot stat `uppsrc/ide.out': No such file or directory
make: *** [all] Error 1
Can anyone help me for this ?
[Updated on: Sun, 24 March 2013 16:55] Report message to a moderator
|
|
|
|
Re: Scientific Linux installation problem [message #39463 is a reply to message #39462] |
Sun, 17 March 2013 10:56   |
 |
BeNJiBoY
Messages: 6 Registered: March 2013 Location: In front of the PC
|
Promising Member |
|
|
dolik.rce wrote on Sun, 17 March 2013 09:30 | Hi BeNJiBoY,
Welcome to the forum
You are missing the develpoment libs for libnotify. You need to install libnotify-devel package using your favorite package manager (not sure what is used in Scientific Linux).
Best regards,
Honza
|
Thank you,
But now that i've downloaded the libnotify-devel, it is doing those errors :
plugin/bz2/bz2upp.cpp:7:20: error: bzlib.h: No such file or directory
plugin/bz2/bz2upp.cpp: In function ‘Upp::String Upp::BZ2Decompress(Upp::String, Upp::Gate2<int, int>)’:
plugin/bz2/bz2upp.cpp:26: error: ‘bz_stream’ was not declared in this scope
plugin/bz2/bz2upp.cpp:26: error: expected ‘;’ before ‘z’
plugin/bz2/bz2upp.cpp:27: error: ‘z’ was not declared in this scope
plugin/bz2/bz2upp.cpp:31: error: ‘BZ2_bzDecompressInit’ was not declared in this scope
plugin/bz2/bz2upp.cpp:31: error: ‘BZ_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:41: error: ‘BZ2_bzDecompress’ was not declared in this scope
plugin/bz2/bz2upp.cpp:41: error: ‘BZ_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:45: error: ‘BZ2_bzDecompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:53: error: ‘BZ2_bzDecompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:60: error: ‘BZ2_bzDecompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp: In function ‘Upp::String Upp::BZ2Compress(Upp::String, Upp::Gate2<int, int>)’:
plugin/bz2/bz2upp.cpp:76: error: ‘bz_stream’ was not declared in this scope
plugin/bz2/bz2upp.cpp:76: error: expected ‘;’ before ‘z’
plugin/bz2/bz2upp.cpp:77: error: ‘z’ was not declared in this scope
plugin/bz2/bz2upp.cpp:81: error: ‘BZ2_bzCompressInit’ was not declared in this scope
plugin/bz2/bz2upp.cpp:81: error: ‘BZ_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:92: error: ‘BZ_RUN’ was not declared in this scope
plugin/bz2/bz2upp.cpp:92: error: ‘BZ_FINISH’ was not declared in this scope
plugin/bz2/bz2upp.cpp:92: error: ‘BZ2_bzCompress’ was not declared in this scope
plugin/bz2/bz2upp.cpp:92: error: ‘BZ_RUN_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:92: error: ‘BZ_FINISH_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:99: error: ‘BZ2_bzCompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:104: error: ‘BZ2_bzCompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:105: error: ‘BZ_STREAM_END’ was not declared in this scope
plugin/bz2/bz2upp.cpp: In function ‘void Upp::BZ2Decompress(Upp::Stream&, Upp::Stream&, Upp::Gate2<int, int>)’:
plugin/bz2/bz2upp.cpp:117: error: ‘bz_stream’ was not declared in this scope
plugin/bz2/bz2upp.cpp:117: error: expected ‘;’ before ‘z’
plugin/bz2/bz2upp.cpp:118: error: ‘z’ was not declared in this scope
plugin/bz2/bz2upp.cpp:122: error: ‘BZ2_bzDecompressInit’ was not declared in this scope
plugin/bz2/bz2upp.cpp:122: error: ‘BZ_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:144: error: ‘BZ2_bzDecompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:149: error: ‘BZ2_bzDecompress’ was not declared in this scope
plugin/bz2/bz2upp.cpp:155: error: ‘BZ2_bzDecompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:160: error: ‘BZ_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:163: error: ‘BZ2_bzDecompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp: In function ‘void Upp::BZ2Compress(Upp::Stream&, Upp::Stream&, Upp::Gate2<int, int>)’:
plugin/bz2/bz2upp.cpp:170: error: ‘bz_stream’ was not declared in this scope
plugin/bz2/bz2upp.cpp:170: error: expected ‘;’ before ‘z’
plugin/bz2/bz2upp.cpp:171: error: ‘z’ was not declared in this scope
plugin/bz2/bz2upp.cpp:174: error: ‘BZ2_bzCompressInit’ was not declared in this scope
plugin/bz2/bz2upp.cpp:174: error: ‘BZ_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:183: error: ‘BZ_RUN’ was not declared in this scope
plugin/bz2/bz2upp.cpp:192: error: ‘BZ_FINISH’ was not declared in this scope
plugin/bz2/bz2upp.cpp:196: error: ‘BZ2_bzCompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:201: error: ‘BZ2_bzCompress’ was not declared in this scope
plugin/bz2/bz2upp.cpp:207: error: ‘BZ2_bzCompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:212: error: ‘BZ_RUN_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:212: error: ‘BZ_FINISH_OK’ was not declared in this scope
plugin/bz2/bz2upp.cpp:215: error: ‘BZ2_bzCompressEnd’ was not declared in this scope
plugin/bz2/bz2upp.cpp:216: error: ‘BZ_STREAM_END’ was not declared in this scope
gmake[1]: *** [_out/plugin/bz2//home/upp/Scripts/GCCMK.bm-Gcc-Gui-Linux-Po six-Shared/bz2upp.o] Error 1
gmake[1]: Leaving directory `/home/benjiboy/upp/uppsrc'
cp: cannot stat `uppsrc/ide.out': No such file or directory
make: *** [all] Error 1
[Updated on: Sun, 24 March 2013 16:52] Report message to a moderator
|
|
|
Re: Scientific Linux installation problem [message #39470 is a reply to message #39463] |
Sun, 17 March 2013 20:20   |
|
Seems you're still missing some of the development packages. The complete list of the necessary packages should be this:
gtk2-devel
pango-devel
atk-devel
cairo-devel
xorg-x11-devel
freetype2-devel
libexpat-devel
Note that some of the names might be slightly different, as this list was taken from OpenSUSE. Also, it is pretty old, so some things might have changed since I never used any of the RPM based distros, so I'm not really well informed about all this :-/
Honza
|
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 01:49:02 CEST 2025
Total time taken to generate the page: 0.05083 seconds
|
|
|