You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm having a fatal error when I run "make" in pcan_python
This is the error mkdir -p ./build/ gcc -c -fpic -I/usr/include/python2.7 -I/usr/include -o ./build/pcan_module.o ./src/pcan_module.c In file included from ./src/pcan_module.c:45:0: /usr/include/libpcan.h:40:18: fatal error: pcan.h: No such file or directory compilation terminated. Makefile:33: recipe for target 'build/pcan_module.o' failed make: *** [build/pcan_module.o] Error 1
The text was updated successfully, but these errors were encountered:
Hello,
I'm having a fatal error when I run "make" in pcan_python
This is the error
mkdir -p ./build/ gcc -c -fpic -I/usr/include/python2.7 -I/usr/include -o ./build/pcan_module.o ./src/pcan_module.c In file included from ./src/pcan_module.c:45:0: /usr/include/libpcan.h:40:18: fatal error: pcan.h: No such file or directory compilation terminated. Makefile:33: recipe for target 'build/pcan_module.o' failed make: *** [build/pcan_module.o] Error 1
The text was updated successfully, but these errors were encountered: