Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 219424
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Peter Alfredsen <loki_val@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
qcad-2.0.4.0-gcc43.patch qcad-2.0.4.0-gcc43.patch patch Peter Alfredsen 2008-04-27 07:26 0000 2.13 KB Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 219424 depends on: Show dependency tree
Bug 219424 blocks: 198121
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-04-27 07:24 0000
Run 'make depend' to create dependencies.

test -d ./include || mkdir -p ./include
( cd ./include; rm -f *.h; \
        for hf in `find ../src -name '*.h'`; do \
                ln -s "$hf" 2> /dev/null || cp "$hf" .; \
        done )
gcc -I./src -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 
-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLINUX=1 -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1  -c src/dl_dxf.cpp -o src/dl_dxf.o
gcc -I./src -O2 -march=i686 -mtune=athlon-xp -msse -mmmx -pipe -ggdb3 
-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLINUX=1 -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1  -c src/dl_writer_ascii.cpp -o
src/dl_writer_ascii.o
In file included from src/dl_writer_ascii.h:36,
                 from src/dl_writer_ascii.cpp:35:
src/dl_writer.h: In member function ‘void DL_Writer::entityAttributes(const
DL_Attributes&) const’:
src/dl_writer.h:333: error: ‘strcasecmp’ was not declared in this scope
src/dl_writer_ascii.cpp: In member function ‘virtual void
DL_WriterA::dxfReal(int, double) const’:
src/dl_writer_ascii.cpp:72: error: ‘strlen’ was not declared in this scope
src/dl_writer_ascii.cpp:81: error: ‘strlen’ was not declared in this scope
src/dl_writer_ascii.cpp: In static member function ‘static void
DL_WriterA::strReplace(char*, char, char)’:
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

------- Comment #1 From Peter Alfredsen 2008-04-27 07:26:55 0000 -------
Created an attachment (id=151106) [details]
qcad-2.0.4.0-gcc43.patch

Fixes the problem. Home-spun patch for 2.0.4.0 based off Debian's patch for
2.0.5.0, two extra includes added.

------- Comment #2 From Markus Dittrich 2008-04-27 12:55:47 0000 -------
Thank you very much for the patch and this is now
in portage cvs.

Best,
Markus

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug