From kdevelop Fri Sep 18 01:50:33 2009 From: JoseThadeu Cavalcante Date: Fri, 18 Sep 2009 01:50:33 +0000 To: kdevelop Subject: Re: KDevelop4 64 bits: problems Message-Id: <7cb6920f0909171850n635c7bafve9770472a93a12fc () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=kdevelop&m=125323877923511 Hi, I don't understand what happens I see that library in the directory. But I solved changing CMakeList.txt. I change the line target_link_libraries(fo -lqwt -lgslcblas -lgsl ${QT_LIBRARIES}) by removing the term relative to Qt libs, now the program is compiled e running. Since I new in cmake style I continue to not understand what is happens. Thank's Jose Thadeu 2009/9/17, alonso schaich : > On Thursday 17 September 2009 18:41:40 Jose Thadeu Cavalcante wrote: >> Hi, >> >> I use KDevelop 4 in a openSUSE 11.1 and KDE 4.3.1 in three differents >> computers. One has installed openSUSE 11.1 32 bits, in this computer I >> have >> no problem when compile a program with KDevelop 4. The others have >> installed openSUSE 11.1 64 bits, in those I have no success for the same >> program. An error message is showed: >> >> "make[2]: *** No rule to make to make target '/usr/lib/libQtGui.so', >> needed >> by 'fo'. Stop. >> >> Can someone help me? >> >> Thank you in advanced >> > Hello > > i guess probably /usr/lib/libQtGui.so does not exist... > you can find the libs by either reading through yast's log files or running > something the likes of > #LD_DEBUG=libs assistant 2>/tmp/test && cat test | sed '/calling fini: > [^\0]*libQtGui/ !d' && rm /tmp/test > > what build system are you using, and is the lib's path __hardcoded__ in the > make-/project-file? > > alonso > > _______________________________________________ > kdevelop mailing list > kdevelop@kdevelop.org > https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop > _______________________________________________ kdevelop mailing list kdevelop@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop