ha1ronpa / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Problem compiling calpp (environment ATISTREAMSDKROOT) but not OpenCL #240

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

What is the expected output? What do you see instead?

elect@elect-desktop:~/Scaricati/pyrit_svn/cpyrit_calpp$ sudo ./setup.py install 
--record ~/pyritcalpp.txt
unavailable enviroment variable ATISTREAMSDKROOT
Traceback (most recent call last):
  File "./setup.py", line 35, in <module>
    CALPP_INC_DIR = os.environ['ATISTREAMSDKROOT']
  File "/usr/lib/python2.6/UserDict.py", line 22, in __getitem__
    raise KeyError(key)
KeyError: 'ATISTREAMSDKROOT'

What version of the product are you using? On what operating system?

svn
3.0

It is weird because I can use without any problems OpenCl, but not with Cal++ 
and the variable exist and shown properly by the echo command..

elect@elect-desktop:~/Scaricati/pyrit_svn/cpyrit_calpp$ echo $ATISTREAMSDKROOT
/ati-stream-sdk-v2.2-lnx64

Original issue reported on code.google.com by elec...@gmail.com on 17 Jan 2011 at 4:59

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
hazeman11, please check on that

Original comment by lukas.l...@gmail.com on 18 Jan 2011 at 7:37

GoogleCodeExporter commented 8 years ago

Original comment by lukas.l...@gmail.com on 26 Jan 2011 at 12:05