Hello everybody,
I just downloaded the latest svn8640 and compiled it on an OpenSuSE 12.1 x64. It works like a charm. But when I try to open the c::b project (unix workspace) and try to compile c::b it compiles alright, but doesn’t link. It gives out a flood of warnings all of them the same:
||warning: /home/fri/Programmieren/cb_svn/trunk/src: linker input file unused because linking not done|
Yes, I looked in the forum and found nothing really related, also searched in internet. But I can't seem to find what I am missing. My own projects compile and link fine just like always. The svn and c::b installation are on a clean system, the first time c::b used on that machine.
Could anybody give me help here, please?
here is one block of the output:
g++ -Wshadow -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wswitch-enum -Wswitch-default -Wextra -Wall
/home/fri/Programmieren/cb_svn/trunk/src -Ulinux -Uunix -I/usr/lib64/wx-2.8-wxcontainer/wx/include/gtk2-unicode-release-2.8
-I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -Winvalid-pch -fexceptions -fPIC -DCB_PRECOMP -DcbDEBUG
-I../../../include -I../../../sdk/wxscintilla/include
-c /home/fri/Programmieren/cb_svn/trunk/src/plugins/contrib/DoxyBlocks/Config.cpp
-o ../../../.objs/plugins/contrib/DoxyBlocks/Config.o
g++: warning: /home/fri/Programmieren/cb_svn/trunk/src: linker input file unused because linking not done