Greetings!
after getting wxWidget installed (that was a chore) I
finally got the configure to complete! I submit the
make command and it get a bit into the compile and then
stops. I haven't a clue to what this error means or
what to do next (I pasted in the error below). Also ..
the nullsoft peice, there is not linux side for that,
correct?
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\"
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"SmartTagFix\"
-DVERSION=\"0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1
-DHAVE_DLFCN_H=1 -I. -I. -Wall -g -fexceptions
-I/usr/local/lib/wx/include/gtk-2.5
-I/usr/local/include -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES `wx-config
--cxxflags` -Wall -g -fexceptions -Wall -g -fexceptions
-I/usr/local/lib/wx/include/gtk-2.5
-I/usr/local/include -DGTK_NO_CHECK_CASTS -D__WXGTK__
-D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -MT
SmartTagFixDlg.o -MD -MP -MF ".deps/SmartTagFixDlg.Tpo" \
-c -o SmartTagFixDlg.o `test -f 'SmartTagFixDlg.cpp'
|| echo './'`SmartTagFixDlg.cpp; \
then mv -f ".deps/SmartTagFixDlg.Tpo"
".deps/SmartTagFixDlg.Po"; \
else rm -f ".deps/SmartTagFixDlg.Tpo"; exit 1; \
fi
SmartTagFixDlg.cpp:29: error: invalid static_cast from
type `void (SmartTagFixDlg::*)(wxCommandEvent&)' to
type `void (wxEvtHandler::*)(wxCloseEvent&)'
make[1]: *** [SmartTagFixDlg.o] Error 1
make[1]: Leaving directory
`/home/dave/Downloads/SmartTagFix-0.1/src'
make: *** [all-recursive] Error 1
I'd really like to see this software in action!
Thanks!
Logged In: YES
user_id=1453661
Same problem ...
SmartTagFixDlg.cpp:29: error: invalid static_cast from type
‘void (SmartTagFixDlg::*)(wxCommandEvent&)’ to type ‘void
(wxEvtHandler::*)(wxCloseEvent&)’
SmartTagFixDlg.cpp: In member function ‘void
SmartTagFixDlg::OnUpdate(wxCommandEvent&)’:
SmartTagFixDlg.cpp:210: warning: ‘GetSystemColour’ is
deprecated (declared at
/usr/local/include/wx-2.6/wx/settings.h:203)
make[1]: *** [SmartTagFixDlg.o] Erreur 1
make[1]: quittant le répertoire «
/home/yug/src/smartTagFix/SmartTagFix-0.1/src »
make: *** [all-recursive] Erreur 1
Logged In: YES
user_id=1037837
SmartTagFix must be compiled with a non-UNICODE version of
wxGTK 2.4.2, are you sure you are doing that?