LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 12-19-2008, 02:45 AM   #1
nagendrar
Member
 
Registered: Apr 2008
Location: HYD, INDIA.
Posts: 154

Rep: Reputation: 15
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
 
Old 12-19-2008, 04:08 AM   #2
weibullguy
ReliaFree Maintainer
 
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware 14.2
Posts: 2,815
Blog Entries: 1

Rep: Reputation: 261Reputation: 261Reputation: 261
Code:
about_dlg.hpp:29:23: error: wx/dialog.h: No such file or directory
You need to install wxWidgets.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
what happen ? pls, tell me how to solve. heinlynn Linux - Software 6 10-18-2007 08:18 AM
Pls Help Me To Solve This Squid Errors... hjehmssgm Linux - Software 1 08-06-2007 06:29 AM
help me cannot install fedora core 4 booting problem pls solve mohitjangra17 Fedora - Installation 1 03-02-2006 04:22 AM
can any1 solve me this prob pls! ibra82 Linux - Software 5 11-01-2005 12:02 PM
error installing gaim 0.61...help pls mp3province Linux - Software 23 07-16-2003 01:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration