On Wed, 29 Apr 2009 02:40:45 +0100 lux-integ <[email protected]> wrote:
> Greetings, > > src/dl_writer_ascii.cpp:147: error: 'strlen' was not declared in this > scope make: *** [src/dl_writer_ascii.o] Error 1 Building libdxf.a > failed > > > If any one on list has an inkling of a way forward, your > suggestion will be much appreciated. > add to the top of src/dl_writer_ascii.cpp; #include <cstring> I don't use c++, but I've dabbled. if you need to fix builds for this kind of stuff, grep or browse the c++ headers in /usr/include/c++/[your-version]. Maybe this helps, maybe not --- David Jensen -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
