Bitcoin Forum
May 10, 2024, 11:27:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: problemas para funcionar no ubuntu  (Read 1903 times)
crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
August 21, 2011, 02:19:45 AM
 #1

Segui os passos do post https://bitcointalk.org/index.php?topic=7514.0


Quote
sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

sudo apt-get update

sudo apt-get install screen

screen -S update sudo apt-get install fglrx vim openssh-server g++ libboost-all-dev subversion git-core python-numpy

screen -d -m -S icd wget http://download2-developer.amd.com/amd/Stream20GA/icd-registration.tgz

screen -d -m -S pyopencl wget http://pypi.python.org/packages/source/p/pyopencl/pyopencl-0.92.tar.gz

screen -d -m -S stream wget http://download2-developer.amd.com/amd/Stream20GA/ati-stream-sdk-v2.1-lnx64.tgz

screen -r stream

sudo tar xvfz ati-stream-sdk-v2.1-lnx64.tgz -C /opt

sudo tar xvfz icd-registration.tgz -C /

tar zxfv pyopencl-0.92.tar.gz

screen -r update

svn checkout http://svn.json-rpc.org/trunk/python-jsonrpc

svn checkout http://svn3.xp-dev.com/svn/phoenix-miner/trunk

git clone git://github.com/m0mchil/poclbm poclbm

mv trunk phoenix

echo export DISPLAY=:0 >> ~/.bashrc

cd pyopencl-0.92

sudo sh -c 'echo "/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/" >> /etc/ld.so.conf.d/local.conf'

./configure.py --cl-inc-dir=/opt/ati-stream-sdk-v2.1-lnx64/include/ --cl-lib-dir=/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64

sudo ldconfig



source ~/.bashrc


*** ateh aqui tudo de boa chego no make -j3 me deu um belo erro


make -j3

Quote
ctags -R src || true
/bin/sh: ctags: not found
/usr/bin/python setup.py install
running install
install_dir /usr/local/lib/python2.7/dist-packages/
Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing requirements to pyopencl.egg-info/requires.txt
writing pyopencl.egg-info/PKG-INFO
writing top-level names to pyopencl.egg-info/top_level.txt
writing dependency_links to pyopencl.egg-info/dependency_links.txt
reading manifest file 'pyopencl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pyopencl.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
running build_py
running build_ext
building '_cl' extension
----------------------------------------------------------------------------
Sorry, your build failed. Try rerunning configure.py with different options.
----------------------------------------------------------------------------
Traceback (most recent call last):
  File "setup.py", line 160, in <module>
    main()
  File "setup.py", line 152, in main
    extra_link_args=conf["LDFLAGS"],
  File "/home/crazy/pyopencl-0.92/aksetup_helper.py", line 37, in setup
    setup(*args, **kwargs)
  File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
    dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.linux-i686/egg/setuptools/command/install.py", line 73, in run
  File "build/bdist.linux-i686/egg/setuptools/command/install.py", line 93, in do_egg_install
  File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.linux-i686/egg/setuptools/command/bdist_egg.py", line 179, in run
  File "build/bdist.linux-i686/egg/setuptools/command/bdist_egg.py", line 166, in call_command
  File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.linux-i686/egg/setuptools/command/install_lib.py", line 20, in run
  File "/usr/lib/python2.7/distutils/command/install_lib.py", line 111, in build
    self.run_command('build_ext')
  File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "build/bdist.linux-i686/egg/setuptools/command/build_ext.py", line 46, in run
  File "/usr/lib/python2.7/distutils/command/build_ext.py", line 340, in run
    self.build_extensions()
  File "/usr/lib/python2.7/distutils/command/build_ext.py", line 449, in build_extensions
    self.build_extension(ext)
  File "build/bdist.linux-i686/egg/setuptools/command/build_ext.py", line 182, in build_extension
  File "/usr/lib/python2.7/distutils/command/build_ext.py", line 496, in build_extension
    include_dirs=ext.include_dirs,
  File "/home/crazy/pyopencl-0.92/aksetup_helper.py", line 69, in include_dirs
    return self._include_dirs + [self.get_numpy_incpath()]
  File "/home/crazy/pyopencl-0.92/aksetup_helper.py", line 63, in get_numpy_incpath
    file, pathname, descr = find_module("numpy")
ImportError: No module named numpy
make: ** [install] Erro 1



sudo make install

cd ../python-jsonrpc

sudo python setup.py install

cd ~

chmod +x phoenix/phoenix.py poclbm/poclbm.py

sudo aticonfig --initial -f --adapter=all

sudo reboot
1715340445
Hero Member
*
Offline Offline

Posts: 1715340445

View Profile Personal Message (Offline)

Ignore
1715340445
Reply with quote  #2

1715340445
Report to moderator
1715340445
Hero Member
*
Offline Offline

Posts: 1715340445

View Profile Personal Message (Offline)

Ignore
1715340445
Reply with quote  #2

1715340445
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715340445
Hero Member
*
Offline Offline

Posts: 1715340445

View Profile Personal Message (Offline)

Ignore
1715340445
Reply with quote  #2

1715340445
Report to moderator
1715340445
Hero Member
*
Offline Offline

Posts: 1715340445

View Profile Personal Message (Offline)

Ignore
1715340445
Reply with quote  #2

1715340445
Report to moderator
1715340445
Hero Member
*
Offline Offline

Posts: 1715340445

View Profile Personal Message (Offline)

Ignore
1715340445
Reply with quote  #2

1715340445
Report to moderator
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
August 22, 2011, 05:29:24 AM
 #2

Caro,

 Só para testar, instale o "ctags" com o comando:

Code:
sudo aptitude install exuberant-ctags

 E tenta rodar o "make" novamente... De dentro do mesmo diretório...

 Vou preparar um novo guia para o garimpo de bitcoins em Ubuntu... O deste camarada não é o melhor que podemos conseguir com o Ubuntu... Mas este erro não poderia acontecer...

 Talvez eu tenha passado por este erro na sexta-feira, ou parecido, e postei aqui:

 https://bitcointalk.org/index.php?topic=7514.msg468509#msg468509

 Veja se te ajuda... Qualquer coisa, posso fornecer os meus pacotes já pré-compilados e com os downloads em cache local...

 O que eu fiz para prosseguir com o meu novo Mining Rig foi copiar todo o /home de um outro Linux, para este novo e rodar o "make install" logo de uma vez... Posso providenciar um /home pronto para quem quiser... Caso não consigam solucionar este problema...

Att,
Thiago
crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
August 22, 2011, 12:27:26 PM
 #3

Eu vi o seu post tentei me basear por ele mas não rolo (só peguei o python dele o resto continuo sem funfa) ...

Apreciaria muito se pude-se fornecer um meio mais facil pq tem varios erros naquele How-to (links desatualizados e outros erros do nada)...

Essa ideia do home parece ser uma boa ...

Agora to no trabalho instalei um windows na maquina só para não deixar desligada, mesmo não estando nas configurações certas esta com seus 380 Mhz (melhor do que nada)...

Hoje a noite vai ter mais 1 rodada de chá de cadeira tentando fazer funfar no ubuntu com uma configuração boa ...


crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
August 26, 2011, 01:23:25 PM
 #4

Bom sexta feira sem dinheiro no bolso para sair com a muié ...
Vou voltar ao ubuntu começar do zero formatar de novo e mandar ver ...  se alguem tiver alguma dica para mudar as ordens do amigão que ta cheio de bugs https://bitcointalk.org/index.php?topic=7514.0 (ontem fui instalar o openssh-server não achava o programa =/ ) talvez repositórios que funcionem quem sabe já seria de grande valia

Tkz
crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
September 01, 2011, 06:33:04 PM
 #5

Bem amigos cansei de tentar arrumar essa tranqueira larguei no windows mesmo se alguem tiver um guia que esteja funfando que eu deixe o linux a ponto de liga a maquina e ta minerando bem provavel que role um tip ^^
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
September 01, 2011, 07:20:20 PM
 #6

Bem amigos cansei de tentar arrumar essa tranqueira larguei no windows mesmo se alguem tiver um guia que esteja funfando que eu deixe o linux a ponto de liga a maquina e ta minerando bem provavel que role um tip ^^

Vou fazer isso pra ti.
Só preciso terminar um trabalhos que estão na fila e já vejo isso.

Abx!
Thiago
crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
September 06, 2011, 12:54:13 AM
 #7

formatei e tentei dinovo ta ai erro no mesmo lugar =/

Code:
crazy@rig1:~/pyopencl-0.92$ make -j3
ctags -R src || true
/bin/sh: ctags: not found
/usr/bin/python setup.py build
running build
running build_py
creating build
creating build/lib.linux-i686-2.7
creating build/lib.linux-i686-2.7/pyopencl
copying pyopencl/version.py -> build/lib.linux-i686-2.7/pyopencl
copying pyopencl/array.py -> build/lib.linux-i686-2.7/pyopencl
copying pyopencl/clrandom.py -> build/lib.linux-i686-2.7/pyopencl
copying pyopencl/__init__.py -> build/lib.linux-i686-2.7/pyopencl
copying pyopencl/elementwise.py -> build/lib.linux-i686-2.7/pyopencl
copying pyopencl/clmath.py -> build/lib.linux-i686-2.7/pyopencl
copying pyopencl/tools.py -> build/lib.linux-i686-2.7/pyopencl
running build_ext
building '_cl' extension
creating build/temp.linux-i686-2.7
creating build/temp.linux-i686-2.7/src
creating build/temp.linux-i686-2.7/src/wrapper
creating build/temp.linux-i686-2.7/bpl-subset
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src
creating build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl_part_1.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_1.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl_part_1.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl_part_2.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_2.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl_part_2.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_constants.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_constants.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_constants.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
src/wrapper/wrap_constants.cpp: In function ‘void pyopencl_expose_constants()’:
src/wrapper/wrap_constants.cpp:87:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:91:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:92:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:93:5: warning: deprecated conversion from string constant to ‘char*’
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/function.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/iterator.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/iterator.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/enum.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/enum.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/class.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/class.o
bpl-subset/bpl_subset/libs/python/src/object/class.cpp: In function ‘int boost::python::property_init(PyObject*, PyObject*, PyObject*)’:
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/inheritance.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/inheritance.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/life_support.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/life_support.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/pickle_support.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/pickle_support.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.o
bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.cpp:369:13: warning: ‘boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc’ defined but not used
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/type_id.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/type_id.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/registry.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/registry.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/from_python.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/from_python.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/slice.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/slice.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/tuple.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/tuple.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/wrapper.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/wrapper.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/import.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/import.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/exec.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/exec.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/numeric.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/numeric.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/list.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/list.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/long.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/long.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/dict.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/dict.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/errors.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/errors.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/str.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/str.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object_operators.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_operators.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/module.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/module.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object_protocol.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_protocol.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/thread/src/pthread/thread.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/thread.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/thread/src/pthread/once.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/once.o
g++ -pthread -shared -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-i686-2.7/src/wrapper/wrap_cl.o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_1.o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_2.o build/temp.linux-i686-2.7/src/wrapper/wrap_constants.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/iterator.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/enum.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/class.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/inheritance.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/life_support.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/pickle_support.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/type_id.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/registry.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/from_python.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/slice.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/tuple.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/wrapper.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/import.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/exec.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/numeric.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/list.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/long.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/dict.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/errors.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/str.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_operators.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/module.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_protocol.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/thread.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/once.o -L/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64 -lOpenCL -o build/lib.linux-i686-2.7/pyopencl/_cl.so
/usr/bin/ld: skipping incompatible /opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/libOpenCL.so when searching for -lOpenCL
/usr/bin/ld: cannot find -lOpenCL
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
make: ** [all] Erro 1
crazy@rig1:~/pyopencl-0.92$ sudo make install
ctags -R src || true
/bin/sh: ctags: not found
/usr/bin/python setup.py install
running install
install_dir /usr/local/lib/python2.7/dist-packages/
Checking .pth file support in /usr/local/lib/python2.7/dist-packages/
/usr/bin/python -E -c pass
TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files
running bdist_egg
running egg_info
writing requirements to pyopencl.egg-info/requires.txt
writing pyopencl.egg-info/PKG-INFO
writing top-level names to pyopencl.egg-info/top_level.txt
writing dependency_links to pyopencl.egg-info/dependency_links.txt
reading manifest file 'pyopencl.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pyopencl.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
running build_py
running build_ext
building '_cl' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl_part_1.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_1.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl_part_1.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl_part_2.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_2.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl_part_2.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_constants.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_constants.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_constants.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
src/wrapper/wrap_constants.cpp: In function ‘void pyopencl_expose_constants()’:
src/wrapper/wrap_constants.cpp:87:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:91:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:92:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:93:5: warning: deprecated conversion from string constant to ‘char*’
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/function.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/iterator.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/iterator.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/enum.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/enum.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/class.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/class.o
bpl-subset/bpl_subset/libs/python/src/object/class.cpp: In function ‘int boost::python::property_init(PyObject*, PyObject*, PyObject*)’:
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/inheritance.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/inheritance.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/life_support.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/life_support.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/pickle_support.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/pickle_support.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.o
bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.cpp:369:13: warning: ‘boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc’ defined but not used
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/type_id.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/type_id.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/registry.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/registry.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/from_python.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/from_python.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/slice.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/slice.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/tuple.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/tuple.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/wrapper.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/wrapper.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/import.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/import.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/exec.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/exec.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/numeric.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/numeric.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/list.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/list.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/long.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/long.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/dict.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/dict.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/errors.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/errors.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/str.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/str.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object_operators.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_operators.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/module.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/module.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object_protocol.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_protocol.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/thread/src/pthread/thread.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/thread.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/thread/src/pthread/once.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/once.o
g++ -pthread -shared -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-i686-2.7/src/wrapper/wrap_cl.o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_1.o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_2.o build/temp.linux-i686-2.7/src/wrapper/wrap_constants.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/iterator.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/enum.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/class.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/inheritance.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/life_support.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/pickle_support.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/type_id.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/registry.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/from_python.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/slice.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/tuple.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/wrapper.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/import.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/exec.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/numeric.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/list.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/long.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/dict.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/errors.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/str.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_operators.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/module.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_protocol.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/thread.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/once.o -L/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64 -lOpenCL -o build/lib.linux-i686-2.7/pyopencl/_cl.so
/usr/bin/ld: skipping incompatible /opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/libOpenCL.so when searching for -lOpenCL
/usr/bin/ld: cannot find -lOpenCL
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
make: ** [install] Erro 1


 
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
September 06, 2011, 01:26:58 AM
 #8

Calma truta... Estou terminando um job aqui e já vou te ajudar...

Ficou faltando instalar o ctags... Segura ae!!

Abx!
Thiago
crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
September 06, 2011, 12:19:47 PM
 #9

Calma truta... Estou terminando um job aqui e já vou te ajudar...

Ficou faltando instalar o ctags... Segura ae!!

Abx!
Thiago

verdade vo instala isso hj ...

só acho que devia vir instalado isso ...

instalei tanta coisa =/
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
September 06, 2011, 02:00:03 PM
 #10

Vamos terminar isso hoje a noite! Okay?!  ^^
crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
September 06, 2011, 11:54:33 PM
 #11

Agora com ctags e mulher agroo ( to indo pro bar )  mais tarde eu volto...

soh comentando mesmo erro


Code:
 
crazy@rig1:~/pyopencl-0.92$ make -j3
ctags -R src || true
/usr/bin/python setup.py build
running build
running build_py
running build_ext
building '_cl' extension
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl_part_1.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_1.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl_part_1.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_cl_part_2.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_2.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_cl_part_2.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c src/wrapper/wrap_constants.cpp -o build/temp.linux-i686-2.7/src/wrapper/wrap_constants.o
In file included from bpl-subset/bpl_subset/boost/python/detail/wrap_python.hpp:50:0,
                 from bpl-subset/bpl_subset/boost/python/detail/prefix.hpp:13,
                 from bpl-subset/bpl_subset/boost/python/slice.hpp:9,
                 from src/wrapper/wrap_cl.hpp:41,
                 from src/wrapper/wrap_constants.cpp:1:
/usr/include/python2.7/pyconfig.h:1155:0: warning: "_POSIX_C_SOURCE" redefined
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1177:0: warning: "_XOPEN_SOURCE" redefined
/usr/include/features.h:165:0: note: this is the location of the previous definition
src/wrapper/wrap_constants.cpp: In function ‘void pyopencl_expose_constants()’:
src/wrapper/wrap_constants.cpp:87:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:91:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:92:5: warning: deprecated conversion from string constant to ‘char*’
src/wrapper/wrap_constants.cpp:93:5: warning: deprecated conversion from string constant to ‘char*’
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/function.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/iterator.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/iterator.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/enum.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/enum.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/class.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/class.o
bpl-subset/bpl_subset/libs/python/src/object/class.cpp: In function ‘int boost::python::property_init(PyObject*, PyObject*, PyObject*)’:
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
bpl-subset/bpl_subset/libs/python/src/object/class.cpp:79:64: warning: deprecated conversion from string constant to ‘char*’
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/inheritance.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/inheritance.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/life_support.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/life_support.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object/pickle_support.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/pickle_support.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.o
bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.cpp:369:13: warning: ‘boost::python::converter::<unnamed>::py_unicode_as_string_unaryfunc’ defined but not used
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/type_id.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/type_id.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/registry.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/registry.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/converter/from_python.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/from_python.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/slice.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/slice.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/tuple.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/tuple.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/wrapper.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/wrapper.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/import.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/import.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/exec.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/exec.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/numeric.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/numeric.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/list.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/list.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/long.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/long.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/dict.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/dict.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/errors.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/errors.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/str.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/str.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object_operators.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_operators.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/module.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/module.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/python/src/object_protocol.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_protocol.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/thread/src/pthread/thread.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/thread.o
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -O3 -DNDEBUG -fPIC -DBOOST_MULTI_INDEX_DISABLE_SERIALIZATION=1 -Isrc/cpp -Ibpl-subset/bpl_subset -I/opt/ati-stream-sdk-v2.1-lnx64/include/ -I/usr/lib/pymodules/python2.7/numpy/core/include -I/usr/include/python2.7 -c bpl-subset/bpl_subset/libs/thread/src/pthread/once.cpp -o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/once.o
g++ -pthread -shared -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions build/temp.linux-i686-2.7/src/wrapper/wrap_cl.o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_1.o build/temp.linux-i686-2.7/src/wrapper/wrap_cl_part_2.o build/temp.linux-i686-2.7/src/wrapper/wrap_constants.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/iterator.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/enum.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/stl_iterator.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/class.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/function_doc_signature.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/inheritance.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/life_support.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object/pickle_support.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/builtin_converters.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/type_id.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/registry.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/arg_to_python_base.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/converter/from_python.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/slice.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/tuple.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/wrapper.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/import.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/exec.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/numeric.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/list.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/long.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/dict.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/errors.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/str.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_operators.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/module.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/python/src/object_protocol.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_debug_hooks.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/smart_ptr/src/sp_collector.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/thread.o build/temp.linux-i686-2.7/bpl-subset/bpl_subset/libs/thread/src/pthread/once.o -L/opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64 -lOpenCL -o build/lib.linux-i686-2.7/pyopencl/_cl.so
/usr/bin/ld: skipping incompatible /opt/ati-stream-sdk-v2.1-lnx64/lib/x86_64/libOpenCL.so when searching for -lOpenCL
/usr/bin/ld: cannot find -lOpenCL
collect2: ld returned 1 exit status
error: command 'g++' failed with exit status 1
make: ** [all] Erro 1

ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
September 07, 2011, 06:19:00 AM
 #12

Tô ae no MSN!

Abx!
AssemblY
Full Member
***
Offline Offline

Activity: 392
Merit: 100



View Profile
September 08, 2011, 11:57:27 AM
 #13

Tô ae no MSN!

Abx!

O assunto foi resolvido?

Tá na hora de começar a trancar os tópicos com dúvidas respondidas, resolvidas, para organizar isso de uma vez.
Assim, quem pesquisa já entra no tópico sabendo se ali está a resposta do problema/duvida procurada.
crazynp (OP)
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
September 08, 2011, 01:00:24 PM
 #14

Tô ae no MSN!

Abx!

O assunto foi resolvido?

Tá na hora de começar a trancar os tópicos com dúvidas respondidas, resolvidas, para organizar isso de uma vez.
Assim, quem pesquisa já entra no tópico sabendo se ali está a resposta do problema/duvida procurada.

Ainda não nem voltei para casa depois disso =) ...

um dia eu converso com ele ^^

e Agora minha rig deu pau vo te que arruma ainda
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!