I try to compile pocl-0.6.0 on FreeBSD 9 and 10 (either with LLVM/CLANG
3.2 or LLVM/CLANG 3.1).

I run on FreeBSD 9.1-PRE, using gcc 4.6 as the C/C++ compiler with LLVM
llvm-devel-3.2.r163622 into the following error:

/bin/sh ../../libtool --tag=CXX   --mode=compile g++46 -DHAVE_CONFIG_H
-I. -I../..   -I/usr/local/include -I../../include
`/usr/local/bin/llvm-config --cxxflags` -O2 -pipe -O2
-fno-strict-aliasing -pipe -O3 -pipe -march=native
-Wl,-rpath=/usr/local/lib/gcc46 -MT BarrierTailReplication.lo -MD -MP
-MF .deps/BarrierTailReplication.Tpo -c -o BarrierTailReplication.lo
BarrierTailReplication.cc
libtool: compile:  g++46 -DHAVE_CONFIG_H -I. -I../..
-I/usr/local/include -I../../include -I/usr/local/include -DNDEBUG
-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -O2 -fvisibility-inlines-hidden -fno-exceptions
-fPIC -Woverloaded-virtual -Wcast-qual -O2 -pipe -O2
-fno-strict-aliasing -pipe -O3 -pipe -march=native
-Wl,-rpath=/usr/local/lib/gcc46 -MT BarrierTailReplication.lo -MD -MP
-MF .deps/BarrierTailReplication.Tpo -c BarrierTailReplication.cc  -fPIC
-DPIC -o .libs/BarrierTailReplication.o
BarrierTailReplication.cc: In member function 'bool
pocl::BarrierTailReplication::ReplicateJoinedSubgraphs(llvm::BasicBlock*, 
llvm::BasicBlock*,
pocl::BarrierTailReplication::BasicBlockSet&)':
BarrierTailReplication.cc:201:23: error: 'struct
llvm::LoopInfoBase<llvm::BasicBlock, llvm::Loop>' has no member named
'Calculate'
gmake[3]: *** [BarrierTailReplication.lo] Error 1
gmake[3]: Leaving directory
`/usr/ports/devel/pocl/work/pocl-0.6/lib/llvmopencl'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/ports/devel/pocl/work/pocl-0.6/lib'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/pocl/work/pocl-0.6'
gmake: *** [all] Error 2
*** [do-build] Error code 1

Stop in /usr/ports/devel/pocl.
*** [build] Error code 1

Stop in /usr/ports/devel/pocl.


It is possible to compile pocl-0.6.0 with both LLVM 3.1 and CLANG 3.1,
but not on LLVM/CLANG 3.2!

regards,
Oliver

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
pocl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pocl-devel

Reply via email to