put this under cd build
sed -i '125s/.*/ wxFD_SAVE | wxFD_OVERWRITE_PROMPT);/' ../src/obdFrame.cpp
Search Criteria
Package Details: openobd 0.5.0-1
Package Actions
| Package Base: | openobd |
|---|---|
| Description: | A cross platform GUI for OBD-II interface device control. |
| Upstream URL: | http://openobd.sourceforge.net/ |
| Category: | system |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 4 |
| First Submitted: | 2013-04-08 17:52 |
| Last Updated: | 2013-04-08 17:57 |
Required by (0)
Sources
Latest Comments
Comment by webdawg
Comment by sirkingchase
Thanks koassim! Followed your suggestions and it Compiled for me!
Comment by koassim
Hello,
In order to compile this the dependecies are:
wxgtk (latest version)
cmake
intltool
libsm
sqlite3
Also change line 125 of src/obdFrame.cpp:
Original:
wxFD_SAVE | wxOVERWRITE_PROMPT);
Patched:
wxFD_SAVE | wxFD_OVERWRITE_PROMPT);
Comment by LaloHao
I installed wxgtk2.8 and cmake, got this error:
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find wxWidgets (missing: wxWidgets_FOUND)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-2.8/Modules/FindwxWidgets.cmake:832 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:25 (find_package)
Comment by Raimar
Please change dependency wxgtk to wxgtk2.8, because the default version of wxgtk has changed from 2.8.x to 3.x and they are not compatible.
Comment by moonman
Needs intltool for building. Please update