On 11/07/2011 10:05 PM, AJ Lewis wrote: > $ gcc --version > gcc (GCC) 4.2.0 > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > Maybe I need to get a newer one installed - I've had other issues with > this one as well...(gcc actually segfaults when trying to compile google > protocol buffers IIRC)
I am using gcc-4.4.3, however, we should make compilation with 4.2.0 work... What about adding the forward declaration as mentioned before *and* changing the two offending occurences of "class msg_t" to "zmq::msg_t"? Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
