We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"
wx-config --cflags
python-config --include
pkg-config --libs --cflags glib-2.0
/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"
I'm unable to locate a package to correct this.
The text was updated successfully, but these errors were encountered:
libopenobex1-dev
Sorry, something went wrong.
No branches or pull requests
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.hpython-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.hpython-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"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.
The text was updated successfully, but these errors were encountered: