The two offending files are:
./zdk/make/Common.mak
./zdk/make/Common.mak.in # <== I think this is the master file
The offending code block is:
ifeq ($(CXX_MAJOR),4)
CXXFLAGS+=-Wno-attributes
CXXFLAGS+=-std=c++0x
CXXFLAGS+=-DHAVE_LAMBDA_SUPPORT # <= I just commented out this line
endif
I think there is a way to get make to create a var that could be tested to be true if gcc is 4.5 or greater, but I leave that as an exercise for masochists. (I would just use Perl and auto-generate the offending master file.)
The build and installation thereafter went fine. So now I'm experimenting.
Thanks again for a great product, Cristian--it's sorely needed (I occasionally try gdb raw or ddd but give up in frustration soon thereafter).
Best regards,
-Tom
Tom Browder
Niceville, Florida
USA
--
You received this message because you are subscribed to the Google Groups "zerobugs" group.
To view this discussion on the web visit https://groups.google.com/d/msg/zerobugs/-/ATsYuhhSiycJ.
To post to this group, send email to zero...@googlegroups.com.
To unsubscribe from this group, send email to zerobugs+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/zerobugs?hl=en.