Displaying 3 results from an estimated 3 matches for "priority_queue_base_dispatch".
2009 Aug 31
2
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
...--emit-llvm flag in the CCFLAGS and CXXFLAGS environment variables. Configure works but make fails with:
from /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/precompiled/extc++.h:60:
/Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: ISO C++ forbids declaration of ‘rc_binomial_heap_’ with no type
/Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: expected ‘;’ before ‘<’ token
I'm building on MacOSX 10.5.8 and my parnter wil...
2009 Aug 31
0
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
...ag in the CCFLAGS and CXXFLAGS environment variables. Configure works but make fails with:
>
> from /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/precompiled/extc++.h:60:
> /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: ISO C++ forbids declaration of ‘rc_binomial_heap_’ with no type
> /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79: error: expected ‘;’ before ‘<’ token
>
> I'm building on MacOSX 10.5.8 and...
2009 Sep 01
4
[LLVMdev] accessing a bitcode library exported from C++ using the JIT
...gt; environment variables. Configure works but make fails with:
> >
> > from
> /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/precompiled/extc++.h:60:
> >
> /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79:
> error: ISO C++ forbids declaration of ‘rc_binomial_heap_’ with no type
> >
> /Users/samuraicrow/Documents/llvm-gcc4.2-2.5.source/libstdc++-v3/include/ext/pb_ds/detail/priority_queue_base_dispatch.hpp:79:
> error: expected ‘;’ before ‘<’ token
> >
> > I'...