Compiling rapidSVN on RHEL 4
shay <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.rapidsvn.user |
|---|---|
| Message-ID | <13607452.55491252447221057.JavaMail.httpd@localhost> |
Hi,
I've been trying to compile rapidSVN on RHEL 4 but have been running into a few difficulties.
First of all
(1) Compiled subversion 1.4.5
(2) Compiled wxWidgets 2.6.4
(3) Ran configure on rapidSVN 0.10.0 and pointed it to APR APU etc.
When I first tried to run Make, the build complained about not being able to find "wx/datectrl.h" And when I looked, indeed that file was not there. I however found it in 2 other places:
wx/generic/datectrl.h and also in the original source under wx/datectrl.h
I have no idea why datectrl.h was not copied over on install, but never the less, I copied it over, and managed to get over that issue.
Next, I get the following error, that I've got no clue on:
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'
make[2]: *** [filelist_ctrl.o] Error 1
I assume it has something to do with WXEXPORTDLL not being defined? But I'm not sure...
Any thoughts or help from someone would be greatly appreciated.
tks,
------------------------------------------------------
http://rapidsvn.tigris.org/ds/viewMessage.do?dsForumId=671&dsMessageId=2392677
To unsubscribe from this discussion, e-mail: [[email protected]].