linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #03390
[Bug 723957] [NEW] 0.781 Linking Error
Public bug reported:
I have the following error when compiling the 0.781 source:
Linking build\release-mingw\bin\DCPlusPlus.exe (static)
c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../libmsvcrt.a(duyms00667.o):(.text+
0x0): multiple definition of `isxdigit'
build\release-mingw\dcpp\libdcpp.a(SimpleXMLReader.o):c:/mingw/bin/../lib/gcc/mi
ngw32/4.5.2/../../../../include/ctype.h:164: first defined here
collect2: ld returned 1 exit status
scons: *** [build\release-mingw\bin\DCPlusPlus.exe] Error 1
scons: building terminated because of errors.
I noticed this was similar to Bug #693893 and made sure my gcc was at
4.5.2 and I'm still getting the same error.
** Affects: dcplusplus
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to DC++.
https://bugs.launchpad.net/bugs/723957
Title:
0.781 Linking Error
Status in DC++:
New
Bug description:
I have the following error when compiling the 0.781 source:
Linking build\release-mingw\bin\DCPlusPlus.exe (static)
c:/mingw/bin/../lib/gcc/mingw32/4.5.2/../../../libmsvcrt.a(duyms00667.o):(.text+
0x0): multiple definition of `isxdigit'
build\release-mingw\dcpp\libdcpp.a(SimpleXMLReader.o):c:/mingw/bin/../lib/gcc/mi
ngw32/4.5.2/../../../../include/ctype.h:164: first defined here
collect2: ld returned 1 exit status
scons: *** [build\release-mingw\bin\DCPlusPlus.exe] Error 1
scons: building terminated because of errors.
I noticed this was similar to Bug #693893 and made sure my gcc was at
4.5.2 and I'm still getting the same error.
Follow ups
References