pls help me to solve the error while installing the rapidsvn-0.9.4
while making the rapidsvn-0.9.4 , i am getting following error.
Please help e to solve this error.
rapidsvn-0.9.4]$ make
Making all in include
make[1]: Entering directory `/home/nag/TOOLS/rapidsvn-0.9.4/include'
Making all in svncpp
make[2]: Entering directory `/home/nag/TOOLS/rapidsvn-0.9.4/include/svncpp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nag/TOOLS/rapidsvn-0.9.4/include/svncpp'
make[2]: Entering directory `/home/nag/TOOLS/rapidsvn-0.9.4/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/home/nag/TOOLS/rapidsvn-0.9.4/include'
make[1]: Leaving directory `/home/nag/TOOLS/rapidsvn-0.9.4/include'
Making all in src
make[1]: Entering directory `/home/nag/TOOLS/rapidsvn-0.9.4/src'
Making all in svncpp
make[2]: Entering directory `/home/nag/TOOLS/rapidsvn-0.9.4/src/svncpp'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/nag/TOOLS/rapidsvn-0.9.4/src/svncpp'
make[2]: Entering directory `/home/nag/TOOLS/rapidsvn-0.9.4/src'
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"rapidsvn\" -DVERSION=\"0.9.4\" -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. -I/home/nag/TOOLS/rapidsvn-0.9.4/include -Wall -fexceptions -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include/apr-1 -I/usr/include/apr-1 -D_LARGEFILE64_SOURCE -DNE_LFS -I/usr/include/neon -I/usr/include//subversion-1 -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -g -O2 -Wall -fexceptions -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -MT about_dlg.o -MD -MP -MF ".deps/about_dlg.Tpo" -c -o about_dlg.o about_dlg.cpp; \
then mv -f ".deps/about_dlg.Tpo" ".deps/about_dlg.Po"; else rm -f ".deps/about_dlg.Tpo"; exit 1; fi
In file included from about_dlg.cpp:33:
about_dlg.hpp:29:23: error: wx/dialog.h: No such file or directory
about_dlg.hpp:36: error: expected class-name before ‘{’ token
utils.hpp:91: error: expected constructor, destructor, or type conversion before ‘*’ token
utils.hpp:150: error: expected constructor, destructor, or type conversion before ‘*’ token
utils.hpp:306: error: ‘wxBitmap’ does not name a type
about_dlg.cpp: In constructor ‘AboutDlg::AboutDlg(wxWindow*, const wxLocale&)’:
about_dlg.cpp:40: error: class ‘AboutDlg’ does not have any field named ‘wxDialog’
about_dlg.cpp:40: error: ‘wxDefaultPosition’ was not declared in this scope
about_dlg.cpp:44: error: ‘SetTitle’ was not declared in this scope
about_dlg.cpp:95: error: ‘wxStaticBitmap’ was not declared in this scope
about_dlg.cpp:95: error: ‘logo’ was not declared in this scope
about_dlg.cpp:96: error: expected type-specifier before ‘wxStaticBitmap’
about_dlg.cpp:96: error: expected `;' before ‘wxStaticBitmap’
about_dlg.cpp:97: error: ‘wxStaticText’ was not declared in this scope
about_dlg.cpp:97: error: ‘labelCopy’ was not declared in this scope
about_dlg.cpp:97: error: expected type-specifier before ‘wxStaticText’
about_dlg.cpp:97: error: expected `;' before ‘wxStaticText’
about_dlg.cpp:98: error: ‘labelBuilt’ was not declared in this scope
about_dlg.cpp:98: error: expected type-specifier before ‘wxStaticText’
about_dlg.cpp:98: error: expected `;' before ‘wxStaticText’
about_dlg.cpp:99: error: ‘labelInfo’ was not declared in this scope
about_dlg.cpp:99: error: expected type-specifier before ‘wxStaticText’
about_dlg.cpp:99: error: expected `;' before ‘wxStaticText’
about_dlg.cpp:100: error: ‘wxButton’ was not declared in this scope
about_dlg.cpp:100: error: ‘button’ was not declared in this scope
about_dlg.cpp:100: error: expected type-specifier before ‘wxButton’
about_dlg.cpp:100: error: expected `;' before ‘wxButton’
about_dlg.cpp:103: error: ‘wxFlexGridSizer’ was not declared in this scope
about_dlg.cpp:103: error: ‘topSizer’ was not declared in this scope
about_dlg.cpp:103: error: expected type-specifier before ‘wxFlexGridSizer’
about_dlg.cpp:103: error: expected `;' before ‘wxFlexGridSizer’
about_dlg.cpp:109: error: ‘wxBoxSizer’ was not declared in this scope
about_dlg.cpp:109: error: ‘mainSizer’ was not declared in this scope
about_dlg.cpp:109: error: expected type-specifier before ‘wxBoxSizer’
about_dlg.cpp:109: error: expected `;' before ‘wxBoxSizer’
about_dlg.cpp:113: error: ‘SetAutoLayout’ was not declared in this scope
about_dlg.cpp:114: error: ‘SetSizer’ was not declared in this scope
about_dlg.cpp:119: error: ‘CentreOnParent’ was not declared in this scope
make[2]: *** [about_dlg.o] Error 1
make[2]: Leaving directory `/home/nag/TOOLS/rapidsvn-0.9.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nag/TOOLS/rapidsvn-0.9.4/src'
make: *** [all-recursive] Error 1
Thanks,
nag
|