Sylweq7a utworzono 5 kwietnia 2010 utworzono 5 kwietnia 2010 Witam! Posiadam OS Ubuntu 9.10 Karmic Koala. Chcę pograć w Tibie ale nie mogę skonfigurować ip changera. Gram na RonOTS Robie wszystko według ten instrukcji [code]http://www.ronots.com/poradnik/32313/klient_linux[/code]] Pobieram potrzebne pliki, rozpakowuję i otwieram terminal Wpisuje "cd ~/Pulpit/ip-changer" Potem "cmake ." A przy "make" wyskakuje... "make: *** Nie podano obiektów i nie znaleziono makefile. Stop." Proszę o pomoc...
Garrappachc komentarz 5 kwietnia 2010 komentarz 5 kwietnia 2010 Jesteś pewien, że wszystko dobrze robisz? Cmake nie wywala błędów? [code][garrappachc][ip-changer] $ cmake . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.6.2 (using /usr/bin/qmake) -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Boost version: 1.42.0 -- Configuring done -- Generating done -- Build files have been written to: /home/garrappachc/Pobrane/ip-changer [garrappachc][ip-changer] $ make Scanning dependencies of target pList [ 9%] Building CXX object ip-changer/pList/CMakeFiles/pList.dir/pList.cpp.o Linking CXX static library libpList.a [ 9%] Built target pList [ 18%] Generating qrc_resources.cxx [ 27%] Generating ui_mainwindow.h [ 36%] Generating moc_mainwindow.cxx Scanning dependencies of target ip-changer [ 45%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/main.cpp.o [ 54%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/mainwindow.cpp.o [ 63%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/history.cpp.o [ 72%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/client.cpp.o [ 81%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/process.cpp.o [ 90%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/moc_mainwindow.cxx.o [100%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/qrc_resources.cxx.o Linking CXX executable ip-changer [100%] Built target ip-changer [garrappachc][ip-changer] $ [/code] 1
Sylweq7a komentarz 5 kwietnia 2010 Autor komentarz 5 kwietnia 2010 [code]sylwek@sylwek-PC:~/Pulpit$ cd ~/Pulpit/ip-changer sylwek@sylwek-PC:~/Pulpit/ip-changer$ cmake . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.5.2 CMake Error at /usr/share/cmake-2.6/Modules/FindBoost.cmake:868 (message): Unable to find the requested Boost libraries. Unable to find the Boost header files. Please set BOOST_ROOT to the root directory containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's headers. Call Stack (most recent call first): CMakeLists.txt:5 (find_package) -- Configuring incomplete, errors occurred! sylwek@sylwek-PC:~/Pulpit/ip-changer$ make make: *** Nie podano obiektów i nie znaleziono makefile. Stop. sylwek@sylwek-PC:~/Pulpit/ip-changer$ [/code] Co jest nie tak?
Sylweq7a komentarz 5 kwietnia 2010 Autor komentarz 5 kwietnia 2010 *Garrappachc Dzięki ! ! ! Wyjaśnił mi wszystko na gg
Jarrett komentarz 20 czerwca 2010 komentarz 20 czerwca 2010 (edytowane) mam problem z tym ip-changerem oto proces instalacji [code]jarrett@jarrett-laptop:~$ cd ip-changer/ jarrett@jarrett-laptop:~/ip-changer$ cmake . -- The C compiler identification is GNU -- The CXX compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found. -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found. -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found. -- Found Qt-Version 4.5.2 -- Boost version: 1.40.0 -- Found the following Boost libraries: -- Configuring done -- Generating done -- Build files have been written to: /home/jarrett/ip-changer jarrett@jarrett-laptop:~/ip-changer$ make Scanning dependencies of target pList [ 9%] Building CXX object ip-changer/pList/CMakeFiles/pList.dir/pList.cpp.o Linking CXX static library libpList.a [ 9%] Built target pList [ 18%] Generating qrc_resources.cxx [ 27%] Generating ui_mainwindow.h [ 36%] Generating moc_mainwindow.cxx Scanning dependencies of target ip-changer [ 45%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/main.cpp.o [ 54%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/mainwindow.cpp.o [ 63%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/history.cpp.o [ 72%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/client.cpp.o [ 81%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/process.cpp.o [ 90%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/moc_mainwindow.cxx.o [100%] Building CXX object ip-changer/CMakeFiles/ip-changer.dir/qrc_resources.cxx.o Linking CXX executable ip-changer [100%] Built target ip-changer jarrett@jarrett-laptop:~/ip-changer$ make install [ 9%] Built target pList [100%] Built target ip-changer Install the project... -- Install configuration: "" -- Installing: /usr/bin/ip-changer CMake Error at ip-changer/cmake_install.cmake:41 (FILE): file INSTALL cannot copy file "/home/jarrett/ip-changer/ip-changer/ip-changer" to "/usr/bin/ip-changer". Call Stack (most recent call first): cmake_install.cmake:37 (INCLUDE) make: *** [install] Błąd 1 jarrett@jarrett-laptop:~/ip-changer$ [/code] i cos jest nie tak jakis błąd pomógł by ktoś ?? problem rozwiązany
Wciąż szukasz rozwiązania problemu? Napisz teraz na forum!
Możesz zadać pytanie bez konieczności rejestracji - wystarczy, że wypełnisz formularz.