Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[CodeLite] Problemy z kompilacją
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW
View previous topic :: View next topic  
Author Message
KoKA
n00b
n00b


Joined: 25 Feb 2011
Posts: 21

PostPosted: Tue Nov 25, 2014 8:27 pm    Post subject: [CodeLite] Problemy z kompilacją Reply with quote

Witam, jako że ani w portage, ani w overlayach nie ma stabilnej i aktualnej wersji tego IDE toteż postanowiłem je samodzielnie skompilować.
Pobrałem codelite-6.1.tar.gz z http://downloads.codelite.org/
Potem:
Quote:

tar xzvf codelite-6.1.tar.gz
cd codelite-6.1
mkdir build-release
cd build-release
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .. #próbowałem też z clang i gold linker
make #i tu się wywala

dostaję takie coś:
Quote:

[ 57%] Building CXX object LLDBDebugger/codelite-lldb/CMakeFiles/codelite-lldb.dir/LLDBNetworkServerThread.cpp.o
[ 57%] Building CXX object LLDBDebugger/codelite-lldb/CMakeFiles/codelite-lldb.dir/LLDBProcessEventHandlerThread.cpp.o
Linking CXX executable ../../bin/codelite-lldb
/home/konrad/Pobieranie/codelite-6.1/build-release/lib/libwxsqlite3.so: error: undefined reference to 'dlerror'
/home/konrad/Pobieranie/codelite-6.1/build-release/lib/libwxsqlite3.so: error: undefined reference to 'dlclose'
/home/konrad/Pobieranie/codelite-6.1/build-release/lib/libwxsqlite3.so: error: undefined reference to 'dlopen'
/home/konrad/Pobieranie/codelite-6.1/build-release/lib/libwxsqlite3.so: error: undefined reference to 'dlsym'
x86_64-pc-linux-gnu-clang-3.5.0: error: linker command failed with exit code 1 (use -v to see invocation)
LLDBDebugger/codelite-lldb/CMakeFiles/codelite-lldb.dir/build.make:162: polecenia dla obiektu 'bin/codelite-lldb' nie powiodły się
make[2]: *** [bin/codelite-lldb] Błąd 1
CMakeFiles/Makefile2:1765: polecenia dla obiektu 'LLDBDebugger/codelite-lldb/CMakeFiles/codelite-lldb.dir/all' nie powiodły się
make[1]: *** [LLDBDebugger/codelite-lldb/CMakeFiles/codelite-lldb.dir/all] Błąd 2
Makefile:117: polecenia dla obiektu 'all' nie powiodły się
make: *** [all] Błąd 2


emerge --info: http://pastebin.com/9AGWX4g4
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Polskie forum (Polish) Polish OTW All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum