Menu

#2 Compile fail again

open
nobody
None
5
2008-10-28
2008-10-28
No

make[2]: Entering directory `/I/USR_SRC/vdk-2.4.1/vdk'
if /bin/sh ../libtool --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -s -O2 -Wall -Wcast-qual -Woverloaded-virtual -Wconversion -Wstrict-prototypes -Winline -s -O2 -Wall -Wcast-qual -Woverloaded-virtual -Wconversion -Wstrict-prototypes -Winline -MT vdkeditor.lo -MD -MP -MF ".deps/vdkeditor.Tpo" -c -o vdkeditor.lo vdkeditor.cc; \ then mv -f ".deps/vdkeditor.Tpo" ".deps/vdkeditor.Plo"; else rm -f ".deps/vdkeditor.Tpo"; exit 1; fi
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -s -O2 -Wall -Wcast-qual -Woverloaded-virtual -Wconversion -Wstrict-prototypes -Winline -s -O2 -Wall -Wcast-qual -Woverloaded-virtual -Wconversion -Wstrict-prototypes -Winline -MT vdkeditor.lo -MD -MP -MF .deps/vdkeditor.Tpo -c vdkeditor.cc -fPIC -DPIC -o .libs/vdkeditor.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
In file included from ../vdk/evhandle.h:28,
from ../vdk/vdk.h:30,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/vdkprops.h:116: warning: 'VDKReadWriteValueProp<T, S>::operator S() const [with T = VDKObject, S = VDKPoint]' was hidden
../vdk/vdkobj.h:122: warning: by 'SizeObjectProp::operator VDKPoint()'
In file included from ../vdk/vdk.h:42,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/vdkobj.h:436: warning: 'virtual void VDKObject::Add(VDKObject*, int, int, int, int)' was hidden
../vdk/menu.h:203: warning: by 'void VDKMenuItem::Add(VDKMenu*)'
../vdk/vdkobj.h:436: warning: 'virtual void VDKObject::Add(VDKObject*, int, int, int, int)' was hidden
../vdk/menu.h:268: warning: by 'void VDKOptionMenu::Add(VDKMenu*)'
In file included from ../vdk/vdkclist.h:29,
from ../vdk/vdk.h:46,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/vdkarray.h:202: warning: 'int VDKArray<T>::operator==(VDKArray<T>&) [with T = VDKString]' was hidden
../vdk/vdkcustom.h:58: warning: by 'int Tuple::operator==(Tuple&)'
In file included from ../vdk/vdk.h:46,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/vdkprops.h:106: warning: 'void VDKReadWriteValueProp<T, S>::operator=(S) [with T = VDKCustomList, S = VDKPoint]' was hidden
../vdk/vdkclist.h:40: warning: by 'SelectionProp& SelectionProp::operator=(SelectionProp&)'
In file included from ../vdk/vdk.h:61,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/vdkprops.h:116: warning: 'VDKReadWriteValueProp<T, S>::operator S() const [with T = VDKNotebook, S = int]' was hidden
../vdk/notebook.h:61: warning: by 'ActivePageProperty::operator int()'
In file included from ../vdk/vdk.h:64,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/forms.h:257: warning: 'virtual void VDKForm::Show(GtkWindowPosition)' was hidden
../vdk/filedlg.h:78: warning: by 'void VDKFileSel::Show()'
In file included from ../vdk/vdk.h:82,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/vdkcomboentry.h:54: error: extra qualification 'VDKComboEntry::' on member 'FocusOutEvent'
../vdk/vdkcomboentry.h:55: error: extra qualification 'VDKComboEntry::' on member 'FocusInEvent'
In file included from ../vdk/vdk.h:97,
from ../vdk/vdkeditor.h:32,
from vdkeditor.cc:26:
../vdk/vdkarray.h:202: warning: 'int VDKArray<T>::operator==(VDKArray<T>&) [with T = VDKString]' was hidden
../vdk/vdktreeview.h:113: warning: by 'int VDKTreeViewModelTuple::operator==(VDKTreeViewModelTuple&)'
vdkeditor.cc: In static member function 'static void VDKEditor::HandleRealize(GtkWidget*, void*)':
vdkeditor.cc:90: warning: deprecated conversion from string constant to 'char*'
vdkeditor.cc: In member function 'void VDKEditor::InstallSyntaxTable(VDKColor*, VDKFont*, VDKColor*, VDKFont*, VDKColor*, VDKFont*, VDKColor*, VDKFont*, VDKColor*, VDKFont*, VDKColor*, VDKFont*)':
vdkeditor.cc:216: warning: missing sentinel in function call
vdkeditor.cc:233: warning: missing sentinel in function call
vdkeditor.cc:244: warning: missing sentinel in function call
vdkeditor.cc:253: warning: missing sentinel in function call
vdkeditor.cc:268: warning: missing sentinel in function call
vdkeditor.cc:277: warning: missing sentinel in function call
vdkeditor.cc:288: warning: missing sentinel in function call
vdkeditor.cc:296: warning: missing sentinel in function call
vdkeditor.cc:307: warning: missing sentinel in function call
vdkeditor.cc:315: warning: missing sentinel in function call
vdkeditor.cc:329: warning: missing sentinel in function call
vdkeditor.cc:337: warning: missing sentinel in function call
vdkeditor.cc:352: warning: missing sentinel in function call
vdkeditor.cc:361: warning: missing sentinel in function call
vdkeditor.cc:375: warning: missing sentinel in function call
vdkeditor.cc:383: warning: missing sentinel in function call
vdkeditor.cc:394: warning: missing sentinel in function call
vdkeditor.cc:402: warning: missing sentinel in function call
vdkeditor.cc:413: warning: missing sentinel in function call
vdkeditor.cc:421: warning: missing sentinel in function call
vdkeditor.cc:435: warning: missing sentinel in function call
vdkeditor.cc:443: warning: missing sentinel in function call
vdkeditor.cc:454: warning: missing sentinel in function call
vdkeditor.cc:462: warning: missing sentinel in function call
make[2]: *** [vdkeditor.lo] Error 1
make[2]: Leaving directory `/I/USR_SRC/vdk-2.4.1/vdk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/I/USR_SRC/vdk-2.4.1'
make: *** [all] Error 2

Discussion

  • Jaroslav Fojtik

    Jaroslav Fojtik - 2008-10-28

    Proposed fix for this issue

     
  • Jaroslav Fojtik

    Jaroslav Fojtik - 2008-10-28

    File Added: vdkcomboentry.diff

     

Log in to post a comment.