|
|
Home » U++ TheIDE » U++ TheIDE: Installation, Compiling and Running of theide » [SOLVED] Scientific Linux installation problem
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
|
|
|
Goto Forum:
Current Time: Fri Aug 01 15:11:37 CEST 2025
Total time taken to generate the page: 0.07864 seconds
|
|
|