← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 723957] Re: 0.781 Linking Error

 

Assuming you're compiling under WIndows, make sure you use the official
MinGW 4.5.2 compiler, not some other hacked ones (like TDM, etc..)

** Changed in: dcplusplus
       Status: New => Incomplete

-- 
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++:
  Incomplete

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.



References