Package Details: openobd 0.5.0-1

Package Base: openobd
Description: A cross platform GUI for OBD-II interface device control.
Upstream URL: http://openobd.sourceforge.net/
Category: system
Licenses: GPL3
Submitter: None
Maintainer: None
Last Packager: None
Votes: 4
First Submitted: 2013-04-08 17:52
Last Updated: 2013-04-08 17:57

Latest Comments

Comment by webdawg

2014-06-29 16:16

put this under cd build

sed -i '125s/.*/ wxFD_SAVE | wxFD_OVERWRITE_PROMPT);/' ../src/obdFrame.cpp

Comment by sirkingchase

2014-06-07 16:07

Thanks koassim! Followed your suggestions and it Compiled for me!

Comment by koassim

2014-02-03 08:16

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

2014-01-28 02:27

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

2014-01-15 21:39

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

2013-06-28 06:46

Needs intltool for building. Please update