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

piNes.c doesn't compile #22

Open
dmcg opened this issue May 28, 2013 · 1 comment
Open

piNes.c doesn't compile #22

dmcg opened this issue May 28, 2013 · 1 comment

Comments

@dmcg
Copy link
Contributor

dmcg commented May 28, 2013

WiringPi-Python $ sudo python setup.py install
...
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c WiringPi/wiringPi/piNes.c -o build/temp.linux-armv6l-2.7/WiringPi/wiringPi/piNes.o
WiringPi/wiringPi/piNes.c:25:22: fatal error: wiringPi.h: No such file or directory

Fixed by changing from #include <wiringPi.h> to #include "wiringPi.h" in my local copy, but this is bogus as it is in a separate project.

@fxd0h
Copy link

fxd0h commented Jun 11, 2013

sudo python setup.py build_ext -I ./WiringPi/wiringPi install

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