On 05/07/2012, at 6:49 AM, GitHub wrote:
> 
>  Remove more debugs.

Sorry, there's temporarily a bug that leads to this kind of diagnostic in C++ 
compilation:

//////////////////
* build/release/bin/flx --test=build/release: 
build/release/test/zmq/wuproxy.flx -> build/release/test/zmq/wuproxy.dylib
 + build/release/bin/flx -Ibuild/release/test/zmq --test=build/release -c 
--test=build/release build/release/test/zmq/wuproxy.flx
In file included from 
/Users/johnskaller/.felix/cache/text/Users/johnskaller/felix/build/release/test/zmq/wuproxy.cpp:24:
/Users/johnskaller/.felix/cache/text/Users/johnskaller/felix/build/release/test/zmq/wuproxy.rtti:245:39:
 fatal error: redefinition of 'int_ptr_map' with a different type
static ::flx::gc::generic::gc_shape_t int_ptr_map = {
                                      ^
/Users/johnskaller/.felix/cache/text/Users/johnskaller/felix/build/release/test/zmq/wuproxy.rtti:197:40:
 note: previous definition is here
static ::flx::gc::generic::gc_shape_t &int_ptr_map = ::flx::rtl::_int_ptr_map;
                                       ^
1 error generated.
Error 1 in flx: Operation not permitted
//////////////

This is related to the new linear types feature which uses "int" representation.
I will fix this shortly i hope. Sorry for any inconvenience. Note that some
code not using linear types still gets the bug (like the case above).


--
john skaller
skal...@users.sourceforge.net
http://felix-lang.org




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to