KDevelop4 64 bits: problems

JoseThadeu Cavalcante josethadeu at gmail.com
Fri Sep 18 02:50:33 BST 2009


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 <alonsoschaich at gmx.de>:
> 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 at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop
>




More information about the KDevelop mailing list