Problems compiling on RHEL4
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.user |
|---|---|
| Message-ID | <27030247.53331252439002048.JavaMail.httpd@localhost> |
Hi, I've been trying to get rapidSVN compiled on RHEL but have been getting into some compile issues.
Things done so far
(1) compiled subversion 1.4.5 (I know that's old, but ...)
(2) compiled wxWidgets 2.6.4 (with x11)
(3) ran configure with all the --with-XXX apr apu etc configured
What I call Make to build rapidSVN, it very quickly comes back and complains that
/wx/datectrl.h is missing.
Indeed I find that it is missing from my install, but present in /wx/generic/datectrl.h and also in my original src for wxWidget (non-genereic version that is).
So I copied over the non generic datectrl.h into my wxWidget install and got over that first problem.
The next issue I ran into was :
In file included from filelist_ctrl.cpp:57:
rapidsvn_drop_target.hpp:33: error: expected class-name before '{' token
rapidsvn_drop_target.hpp:33: warning: `class RapidSvnDropTarget' has virtual functions but non-virtual destructor
filelist_ctrl.cpp: In member function `void FileListCtrl::OnBeginDrag(wxListEvent&)':
filelist_ctrl.cpp:1750: error: `wxFileDataObject' was not declared in this scope
filelist_ctrl.cpp:1750: error: expected `;' before "data"
filelist_ctrl.cpp:1755: error: `data' was not declared in this scope
filelist_ctrl.cpp:1755: warning: unused variable 'data'
filelist_ctrl.cpp:1758: error: `wxDropSource' was not declared in this scope
filelist_ctrl.cpp:1758: error: expected `;' before "dropSource"
filelist_ctrl.cpp:1759: error: `dropSource' was not declared in this scope
filelist_ctrl.cpp:1759: error: `data' was not declared in this scope
filelist_ctrl.cpp:1750: warning: unused variable 'wxFileDataObject'
filelist_ctrl.cpp:1758: warning: unused variable 'wxDropSource'
filelist_ctrl.cpp:1759: warning: unused variable 'data'
I'm not sure what's going on here. And I can't find where WXDLLEXPORT is defined -- I'm guessing this is what it is really complaining about but ...?
Any ideas people?
Tks,
Shay
------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2392623
To unsubscribe from this discussion, e-mail: [[email protected]].