Search found 3 matches

by ozykiss
Thu Aug 18, 2011 2:17 am
Forum: dxflib Troubleshooting and Problems
Topic: Ubuntu LTS 10.04 Compile Issue
Replies: 3
Views: 30720

Now I get this In file included from src/dl_writer_ascii.h:35, from src/dl_writer_ascii.cpp:34: src/dl_writer.h: In member function ‘void DL_Writer::entityAttributes(const DL_Attributes&) const’: src/dl_writer.h:337: error: ‘strcasecmp’ was not declared in this scope src/dl_writer_ascii.cpp: In memb...
by ozykiss
Thu Aug 18, 2011 2:13 am
Forum: dxflib Troubleshooting and Problems
Topic: Ubuntu LTS 10.04 Compile Issue
Replies: 3
Views: 30720

Never built dxflib, but reading the error message, you are missing an include. On my same ubuntu system "man strcasecmp" tells me, its "#include <strings.h>". that should fix the other str... failures too. Try and put that statement into "src/dl_writer_ascii.h". -- peter The file dl_writer_ascii.h ...
by ozykiss
Wed Aug 17, 2011 6:50 am
Forum: dxflib Troubleshooting and Problems
Topic: Ubuntu LTS 10.04 Compile Issue
Replies: 3
Views: 30720

Ubuntu LTS 10.04 Compile Issue

Using the build script I get this. Building libdxf.a failed The reason why I am compiling from source is : The elipse function does not produce proper code for use in Autocad or dxf to gcode and is just a mess. Help function .. does not work also. Using the build script I get this. QTDIR is: /usr/sh...

Go to advanced search