Open GoogleCodeExporter opened 8 years ago
hazeman, please take a look
Original comment by lukas.l...@gmail.com
on 15 Feb 2011 at 4:13
First of all latest Cpyrit-calpp core requires version 0.90 of CAL++ library.
Your problem is that compiler doesn't see ATI SDK include files.
As far as I know there are no official SDK 2.3 deb packages - so the problem
might be with the .deb package you installed.
Original comment by hazema...@gmail.com
on 15 Feb 2011 at 7:40
cheers i'll check it and let ya know when ihave some time to put my dev machine
on the bench
Original comment by andyto...@gmail.com
on 15 Feb 2011 at 8:31
I am also getting the same error:
middle@The-Beast:~/Desktop/pyrit_svn/cpyrit_calpp$ ./setup.py build
The headers required to build CAL++ kernelwere not found. Trying to continue
anyway...
running build
running build_ext
Building modules...
building 'cpyrit._cpyrit_calpp' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c _cpyrit_calpp.cpp -o
build/temp.linux-i686-2.6/_cpyrit_calpp.o -Wall -fno-strict-aliasing
-DVERSION="0.4.0-dev (svn r297)"
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for
Ada/C/ObjC but not for C++
In file included from _cpyrit_calpp.cpp:38:
/usr/local/include/cal/cal.hpp:26: fatal error: cal.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
really not sure what to do this time.
Thanks
Original comment by Keylogge...@gmail.com
on 16 Feb 2011 at 7:45
copy headers to /user/local/include and it will see them. then you get to the
next error :)
Original comment by noblu...@gmail.com
on 3 Mar 2011 at 9:28
Original issue reported on code.google.com by
andyto...@gmail.com
on 2 Feb 2011 at 10:00