Hello,
trying to compile the latest version for the Ubuntu software site getdeb.net.
There are two errors here:
./wx+/file_drop.h:94:94: error: no matching function for call to
‘wxEvtHandler::AddPendingEvent(zen::FileDropEvent)’
ui/folder_history_box.cpp:106:24: error: ‘ChangeValue’ was not declared in
this scope
This is the full build log:
http://sprunge.us/RKRF
I put the zen and wx+ directory inside the source directly so the compilation
is easier.
Applied this patch to change the path:
http://sprunge.us/fdac
Also the zenxml headers are installed into /usr/include
Got the latest version from here:
http://zenxml.sourceforge.net/
Please help with compiling the package.
Best regards
Christoph Korn
Compilation error on Ubuntu 14.04
- Posts: 1
- Joined: 23 Nov 2009
- Site Admin
- Posts: 7281
- Joined: 9 Dec 2007
You need wxWidgets 3.0 to compile FreeFileSync.Hello,
trying to compile the latest version for the Ubuntu software site getdeb.net.
There are two errors here:
./wx+/file_drop.h:94:94: error: no matching function for call to
‘wxEvtHandler::AddPendingEvent(zen::FileDropEvent)’
ui/folder_history_box.cpp:106:24: error: ‘ChangeValue’ was not declared in
this scope
This is the full build log:
http://sprunge.us/RKRF
I put the zen and wx+ directory inside the source directly so the compilation
is easier.
Applied this patch to change the path:
http://sprunge.us/fdac
Also the zenxml headers are installed into /usr/include
Got the latest version from here:
http://zenxml.sourceforge.net/
Please help with compiling the package.
Best regards
Christoph Kornc-korn