bugmldonkey, a multi-networks file-sharing client - Bugs: bug #16018, Compilation failure on Mac OS X...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #16018: Compilation failure on Mac OS X with gcc4

Submitter:  Thomas Klausner <tk>
Submitted:  Mon 06 Mar 2006 08:17:23 PM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  Compilation problem Status:  Wont Fix
Assigned to:  None Open/Closed:  Closed
Release:  None Release:  2.7.4
Operating System:  Mac OS X 10.4 Binaries Origin:  None
CPU type:  PowerPC

Tue 04 Apr 2006 12:00:51 PM UTC, comment #1: 

You need to have Xcode 2.2 and Gcc 4.01 or gcc-3.3 to compile CryptoPP. Ocaml has to be compiled with the same gcc version
you use to compile MLDonkey.

http://mldonkey.sourceforge.net/forums/viewtopic.php?p=21716#21716

spiralvoice <spiralvoice>
Group administrator
Mon 06 Mar 2006 08:17:23 PM UTC, original submission:  

At
http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=32989
Georg Schwarz reported the following compilation problem:

g++ -O3 -fgcse-sm -funroll-loops -fstrict-aliasing -fsched-interblock -falign-loops=16 -falign-jumps=16 -falign-functions=16
-falign-jumps-max-skip=15 -falign-loops-max-skip=15 -malign-natural -ffast-math -freorder-blocks -freorder-blocks-and-partition
-finline-floor -mpowerpc-gpopt -force_cpusubtype_ALL -fstrict-aliasing -mtune=G5 -mcpu=G5 -mpowerpc64 -I/usr/include
-I/Users/schwarz/pkg/include -I/Users/schwarz/pkg/include/freetype2 -fno-omit-frame-pointer -o src/utils/lib/CryptoPP.o
"-I/Users/schwarz/pkg/lib/ocaml" -c src/utils/lib/CryptoPP.cc
cc1plus: warning: -freorder-blocks-and-partition does not work with exceptions
src/utils/lib/CryptoPP.cc: In member function `virtual void
CryptoPP::InvertibleRSAFunction::GenerateRandom(CryptoPP::RandomNumberGenerator&, const CryptoPP::NameValuePairs&)':
src/utils/lib/CryptoPP.cc:7905: error: cannot allocate an object of abstract type 'CryptoPP::NameValuePairs'
src/utils/lib/CryptoPP.h:609: note:   because the following virtual functions are pure within 'CryptoPP::NameValuePairs':
src/utils/lib/CryptoPP.h:690: note:  virtual bool CryptoPP::NameValuePairs::GetVoidValue(const char*, const std::type_info&, void*) const

I'm not completely sure about the Mac OS X version.

Thomas Klausner <tk>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2006-04-04 spiralvoice StatusNone Wont Fix
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code