Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with building on FC16 #27

Open
mark-olive opened this issue Dec 16, 2011 · 1 comment
Open

Problems with building on FC16 #27

mark-olive opened this issue Dec 16, 2011 · 1 comment

Comments

@mark-olive
Copy link

Not a bug as such, but I am now stuck unable to build the application:

First problem was:

sh -c -x "g++ -Wall wx-config --cflags -Winvalid-pch -include wx_pch.h python-config --include pkg-config --libs --cflags glib-2.0 -DWX_PRECOMP -O3 -g -I/usr/include/libxml2 -Iinclude -Ilibusb/libusb -c AboutDialog.cpp -o obj/Debug/AboutDialog.o"

/bin/sh: wx-config: command not found

The wxGTK libraries are not a part of the standard FC16 repository, I downloaded:
http://pkgs.org/fedora-16/fedora-i386/libudev-173-3.fc16.i686.rpm.html
http://pkgs.org/fedora-16/fedora-i386/libudev-devel-173-3.fc16.i686.rpm.html

Then the compilation fails on:

sh -c -x "g++ -Wall wx-config --cflags -Winvalid-pch -include wx_pch.h python-config --include pkg-config --libs --cflags glib-2.0 -DWX_PRECOMP -O3 -g -I/usr/include/libxml2 -Iinclude -Ilibusb/libusb -c DeviceInfo.cpp -o obj/Debug/DeviceInfo.o"

  • g++ -Wall -I/usr/lib64/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread -Winvalid-pch -include wx_pch.h -I/usr/include/python2.7 -I/usr/include/python2.7 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lglib-2.0 -DWX_PRECOMP -O3 -g -I/usr/include/libxml2 -Iinclude -Ilibusb/libusb -c DeviceInfo.cpp -o obj/Debug/DeviceInfo.o
    In file included from DeviceInfo.h:26:0,
    from DeviceInfo.cpp:18:
    include/Smartpen.h:19:27: fatal error: openobex/obex.h: No such file or directory

I'm unable to locate a package to correct this.

@krisjans
Copy link
Contributor

krisjans commented May 7, 2012

libopenobex1-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants