aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: 1 2 3 [4] 5 6

Author Topic: *REQ* New Universal/Intel Compile  (Read 55634 times)

blackfede

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 66
Re: *REQ* New Universal/Intel Compile
« Reply #45 on: February 26, 2008, 11:14:40 AM »

Sure, i have used that. I've made a mistake in my previous post, sorry.
So, reassuming: now i make a full cleanup of my wx installation (remains only 2.5, but is installed by macos, and i can't remove this). Compiled the last version of wx, following exactly the istruction on wiki, and get:
Code: [Select]
$> ./wx-config --list

    Default config is mac-unicode-debug-static-2.8

  Default config will be used for output
And this is ok. I've tryed to compile a old CVS version of November 2007, only to check the goodness of my wx installation. And all is fine. (i didn't let the compilation finish but after a while without error i'm almost sure  that all is fine).  I also compiled and executed some of the example present in wx source distribution.
At this point i started the compilation of amule CVS 20080218, ( i chose this because bongo reported to compile succesful) but this will fail almost for the same reason ("template with C linkage").

So i dowload the 20080226, but also this hang with the same error.
Now the question is: if an old amule version is compiling, if the sample is compiling is it possible that my problem is related to wx? I don't think so.

@Bongo, please can you check the CVS date of your build?
« Last Edit: February 26, 2008, 11:25:16 AM by blackfede »
Logged
All troll are idiots and will go in /dev/null

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: *REQ* New Universal/Intel Compile
« Reply #46 on: February 26, 2008, 11:42:32 AM »

blackfede, can you check in which tarball the error introduced? At least if it's still available from the download page...
Logged
concordia cum veritate

bongo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: *REQ* New Universal/Intel Compile
« Reply #47 on: February 26, 2008, 11:46:10 AM »

i checked my version and it is cvs 20080218. i will try another cvs date in the evening just to see if this makes a difference. here http://forum.amule.org/index.php?topic=14197.0 is a report of a succesful ppc built from the cvs 20080107 but you know this because you also posted there. did you try to unistall the macport version of wxmac?
Logged

blackfede

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 66
Re: *REQ* New Universal/Intel Compile
« Reply #48 on: February 26, 2008, 01:19:09 PM »

@Bongo: previusly,when i post the first message on this thread i had wx from macport. That version works fine with Nov. 2007 version. In fact i build an amule-gui version for mysefl.
Now i build by hand the wx version dowloaded from wx site, and have ONLY this version.

@ GonoszTopi:
Sure i will try starting with the oldest CVS tarball and post here the result as soon as i get something!
Logged
All troll are idiots and will go in /dev/null

blackfede

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 66
Re: *REQ* New Universal/Intel Compile
« Reply #49 on: February 26, 2008, 06:54:09 PM »

I really don't understand.  ??? It's possible that bongo can compile the 20080218 version and i can't?
I mean, my wx installation and build is clean: wx 2.8 mac unicode debug; the sample program in wx source tarbal compile and execute fine; my old amule snapshot 20071120 is compilig fine with the same wx installation that fail with 20080218.

Is it possible the problem is in amule code? Once we found a person who say it can compile, doesn't this prove the sanity of amule code?

I'm writing this because i don't want to make a bug hunt, if there is no bug and is a problem of mine!!  :(

So returning to the request of GonoszTopi: i had downloaded the 20080125 but this fail to. I'm so sorry abut this... :-[

Logged
All troll are idiots and will go in /dev/null

bongo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: *REQ* New Universal/Intel Compile
« Reply #50 on: February 26, 2008, 07:54:53 PM »

perhaps it's some problem with ppc? i tried it now with todays tarball aMule-CVS-20080226.tar.bz2.
for configure i used
Code: [Select]
./configure --disable-systray --disable-gtk --enable-embedded_crypto --with-wx-config=../wxMac-2.8.7/build/wx-config --enable-cas --enable-amulecmd --enable-debug --disable-optimize --enable-wxcas --disable-nls --enable-webserver --enable-amule-gui and got
Code: [Select]
Configure script has finished system check.

  Configured aMule SVN for 'i686-apple-darwin9.2.0'.

  aMule enabled options:

  **** aMule Core ****
  Prefix where aMule should be installed?                    /usr/local
  Should aMule be compiled with i18n support?                no
  Should aMule be compiled in debug mode?                    yes
  Should aMule be compiled with profiling?                   no
  Should aMule be compiled with optimizations?               no
  Should aMule be compiled with UPnP support?                yes
  Should aMule be compiled with IP2country support?          no
  Should aMule monolithic application be built?              yes
  Should aMule daemon version be built?                      no
  Should aMule remote gui be built? (EXPERIMENTAL)           yes
  Crypto++ library/headers style?                            installed

  **** aMule TextClient ****
  Should aMule Command Line Client be built?                 yes

  **** aMule WebServer ****
  Should aMule WebServer be built?                           yes

  **** aMule ED2K Links Handler ****
  Should aMule ED2K Links Handler be built?                  yes

  **** aMuleLinkCreator ****
  Should aMuleLinkCreator GUI version (alc) be built?        no
  Should aMuleLinkCreator for console (alcc) be built?       no

  **** aMule Statistics ****
  Should C aMule Statistics (CAS) be built?                  yes
  Should aMule GUI Statistics (wxCas) be built?              yes

  **** General Libraries and Tools ****
  Should ccache support be enabled?                          no
  Libraries aMule will use to build:
                                       wxWidgets             2.8.7 (mac,static)
                                       crypto++              5.5.2 (installed)
                                       libpng                1.2.23
                                       libgd                 2.0.35
                                       zlib                  1.2.3
then the make was successful and after calling the mac_packager i got a working amule. on difference seems to be that you get a wxwidgets shared after configure and i get a static at least when i compare to your posted configure result a bit above.
Logged

blackfede

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 66
Re: *REQ* New Universal/Intel Compile
« Reply #51 on: February 26, 2008, 08:29:21 PM »

Well i try to recompile wx statical, and cross my finger!  :P
EDIT: Bongo, how did you get a statically linked wx lib? I don't see any config option to set this.
« Last Edit: February 26, 2008, 10:07:28 PM by blackfede »
Logged
All troll are idiots and will go in /dev/null

bongo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: *REQ* New Universal/Intel Compile
« Reply #52 on: February 26, 2008, 09:05:19 PM »

i did nothing special to make it static. i just followed the wiki after downloading and expanding wxmac into the same folder as amule.
Logged

eisa01

  • Full Member
  • ***
  • Karma: 0
  • Offline Offline
  • Posts: 100
Re: *REQ* New Universal/Intel Compile
« Reply #53 on: February 27, 2008, 12:01:32 AM »

I compiled it just fine on PPC and Leopard with the 26th Feb SVN version.
It complained about not having BFD, but it didn't matter. I did not compile a debug version though.
Logged

blackfede

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 66
Re: *REQ* New Universal/Intel Compile
« Reply #54 on: February 28, 2008, 10:39:09 AM »

I have compiled the Wx libs and make them static, according to wx-config utput.
I've relaunch the compilation of aMule, but the error, the same, is still here.

Maybe is really a problem with Tiger PPC. But i should not understand why!

I can give a try compiling a Genuary, 2008 snapshot if some Devs can post here a tarball, just to see if that version will compile fine.

@Eisa01:
Here http://forum.amule.org/index.php?topic=14486.0 it's discussing about "bfd.h". The message is still there even in the case you have binutils installed.
« Last Edit: February 28, 2008, 10:43:16 AM by blackfede »
Logged
All troll are idiots and will go in /dev/null

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: *REQ* New Universal/Intel Compile
« Reply #55 on: February 28, 2008, 12:21:01 PM »

blackfede: Here's January 19th: http://www.htw-dresden.de/~s59596/
Logged

blackfede

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 66
Re: *REQ* New Universal/Intel Compile
« Reply #56 on: February 28, 2008, 01:12:53 PM »

configure script is missign here, is it sufficient, after extraction, run the autogen.sh script?
Logged
All troll are idiots and will go in /dev/null

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: *REQ* New Universal/Intel Compile
« Reply #57 on: February 28, 2008, 01:32:59 PM »

Yes, it is even necessary to run it. ;) We developers have to do it every time we compile from a check-out, too.
Logged

blackfede

  • Jr. Member
  • **
  • Karma: 3
  • Offline Offline
  • Posts: 66
Re: *REQ* New Universal/Intel Compile
« Reply #58 on: February 29, 2008, 11:58:24 AM »

This couldn't be true!  :o I'm surely cursed!  :-\ This one fail too. But the error reported is a bit different in the final part. Here is a cut&paste.
Quote
Making all in ec
make  all-recursive
Making all in cpp
make  all-am
g++ -DHAVE_CONFIG_H -I. -I../../../..    -isystem /Users/blackfede/.wxMac-287-ppc//lib/wx/include/mac-unicode-debug-static-2.8 -isystem /Users/blackfede/.wxMac-287-ppc//include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXMAC__ -I../../../../src -I../../../../src/libs -I../../../../src/include -isystem ../../.libcryptopp552/installation//include -D__CRYPTO_INSTALLED__ -g -D__DEBUG__ -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0   -DUSE_WX_EXTENSIONS -MT libec_a-ECTag.o -MD -MP -MF .deps/libec_a-ECTag.Tpo -c -o libec_a-ECTag.o `test -f 'ECTag.cpp' || echo './'`ECTag.cpp
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/defs.h:603: error: template with C linkage
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1048: error: declaration of C function 'wxString operator+(const wxString&, wxChar)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1046: error: previous declaration 'wxString operator+(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1050: error: declaration of C function 'wxString operator+(wxChar, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1048: error: previous declaration 'wxString operator+(const wxString&, wxChar)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1053: error: declaration of C function 'wxString operator+(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1050: error: previous declaration 'wxString operator+(wxChar, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1056: error: declaration of C function 'wxString operator+(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1053: error: previous declaration 'wxString operator+(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1421: error: declaration of C function 'wxString operator+(const wxString&, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1056: error: previous declaration 'wxString operator+(const wxChar*, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1422: error: declaration of C function 'wxString operator+(const wxString&, wxChar)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1421: error: previous declaration 'wxString operator+(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1423: error: declaration of C function 'wxString operator+(wxChar, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1422: error: previous declaration 'wxString operator+(const wxString&, wxChar)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1424: error: declaration of C function 'wxString operator+(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1423: error: previous declaration 'wxString operator+(wxChar, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1425: error: declaration of C function 'wxString operator+(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1424: error: previous declaration 'wxString operator+(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator==(const wxString&, const wxChar*)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1562: error: declaration of C function 'bool operator==(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1560: error: previous declaration 'bool operator==(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator==(const wxChar*, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1564: error: declaration of C function 'bool operator==(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1562: error: previous declaration 'bool operator==(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator!=(const wxString&, const wxChar*)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1568: error: declaration of C function 'bool operator!=(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1566: error: previous declaration 'bool operator!=(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator!=(const wxChar*, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1570: error: declaration of C function 'bool operator!=(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1568: error: previous declaration 'bool operator!=(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator<(const wxString&, const wxChar*)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1574: error: declaration of C function 'bool operator<(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1572: error: previous declaration 'bool operator<(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator<(const wxChar*, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1576: error: declaration of C function 'bool operator<(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1574: error: previous declaration 'bool operator<(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator>(const wxString&, const wxChar*)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1580: error: declaration of C function 'bool operator>(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1578: error: previous declaration 'bool operator>(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator>(const wxChar*, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1582: error: declaration of C function 'bool operator>(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1580: error: previous declaration 'bool operator>(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator<=(const wxString&, const wxChar*)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1586: error: declaration of C function 'bool operator<=(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1584: error: previous declaration 'bool operator<=(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator<=(const wxChar*, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1588: error: declaration of C function 'bool operator<=(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1586: error: previous declaration 'bool operator<=(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator>=(const wxString&, const wxChar*)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1592: error: declaration of C function 'bool operator>=(const wxString&, const wxChar*)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1590: error: previous declaration 'bool operator>=(const wxString&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator>=(const wxChar*, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1594: error: declaration of C function 'bool operator>=(const wxChar*, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1592: error: previous declaration 'bool operator>=(const wxString&, const wxChar*)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator==(const wxString&, const wxWCharBuffer&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1598: error: declaration of C function 'bool operator==(const wxString&, const wxWCharBuffer&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1564: error: previous declaration 'bool operator==(const wxChar*, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator==(const wxWCharBuffer&, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1600: error: declaration of C function 'bool operator==(const wxWCharBuffer&, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1598: error: previous declaration 'bool operator==(const wxString&, const wxWCharBuffer&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator!=(const wxString&, const wxWCharBuffer&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1602: error: declaration of C function 'bool operator!=(const wxString&, const wxWCharBuffer&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1570: error: previous declaration 'bool operator!=(const wxChar*, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator!=(const wxWCharBuffer&, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1604: error: declaration of C function 'bool operator!=(const wxWCharBuffer&, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1602: error: previous declaration 'bool operator!=(const wxString&, const wxWCharBuffer&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'wxString operator+(const wxString&, const wxWCharBuffer&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1618: error: declaration of C function 'wxString operator+(const wxString&, const wxWCharBuffer&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1425: error: previous declaration 'wxString operator+(const wxChar*, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'wxString operator+(const wxWCharBuffer&, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1620: error: declaration of C function 'wxString operator+(const wxWCharBuffer&, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1618: error: previous declaration 'wxString operator+(const wxString&, const wxWCharBuffer&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator==(wxChar, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1633: error: declaration of C function 'bool operator==(wxChar, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1600: error: previous declaration 'bool operator==(const wxWCharBuffer&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator==(const wxString&, wxChar)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1634: error: declaration of C function 'bool operator==(const wxString&, wxChar)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1633: error: previous declaration 'bool operator==(wxChar, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator!=(wxChar, const wxString&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1635: error: declaration of C function 'bool operator!=(wxChar, const wxString&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1604: error: previous declaration 'bool operator!=(const wxWCharBuffer&, const wxString&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h: In function 'bool operator!=(const wxString&, wxChar)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1636: error: declaration of C function 'bool operator!=(const wxString&, wxChar)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/string.h:1635: error: previous declaration 'bool operator!=(wxChar, const wxString&)' here

--- CUT ---
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h: In function 'wxULongLong operator+(long unsigned int, const wxULongLong&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1060: error: declaration of C function 'wxULongLong operator+(long unsigned int, const wxULongLong&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1047: error: previous declaration 'wxLongLong operator+(long int, const wxLongLong&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h: In function 'wxLongLong operator-(long unsigned int, const wxULongLong&)':
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1062: error: declaration of C function 'wxLongLong operator-(long unsigned int, const wxULongLong&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1048: error: previous declaration 'wxLongLong operator-(long int, const wxLongLong&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h: At global scope:
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1070: error: declaration of C function 'wxTextOutputStream& operator<<(wxTextOutputStream&, long long unsigned int)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:557: error: previous declaration 'wxTextOutputStream& operator<<(wxTextOutputStream&, const wxULongLongNative&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1071: error: declaration of C function 'wxTextOutputStream& operator<<(wxTextOutputStream&, long long int)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1070: error: previous declaration 'wxTextOutputStream& operator<<(wxTextOutputStream&, long long unsigned int)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1073: error: declaration of C function 'wxTextInputStream& operator>>(wxTextInputStream&, long long unsigned int&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:559: error: previous declaration 'wxTextInputStream& operator>>(wxTextInputStream&, wxULongLongNative&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1074: error: declaration of C function 'wxTextInputStream& operator>>(wxTextInputStream&, long long int&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1073: error: previous declaration 'wxTextInputStream& operator>>(wxTextInputStream&, long long unsigned int&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/dynarray.h:993: error: declaration of C function 'wxArrayShort::reverse_iterator operator+(int, const wxArrayShort::reverse_iterator&)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/longlong.h:1060: error: previous declaration 'wxULongLong operator+(long unsigned int, const wxULongLong&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/dynarray.h:993: error: declaration of C function 'wxArrayShort::reverse_iterator operator+(const wxArrayShort::reverse_iterator&, int)' conflicts with
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/dynarray.h:993: error: previous declaration 'wxArrayShort::reverse_iterator operator+(int, const wxArrayShort::reverse_iterator&)' here
/Users/blackfede/.wxMac-287-ppc//include/wx-2.8/wx/dynarray.h:993: confused by earlier errors, bailing out
make[7]: *** [libec_a-ECTag.o] Error 1
make[6]: *** [all] Error 2
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

PS: the autogen.sh script is not cecking properly the presence of automake 1.7 or above, by default i had 1.6, and the script doesn't complain about it.

PSS: Sure, i had updated automake before starting compilation.
Logged
All troll are idiots and will go in /dev/null

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: *REQ* New Universal/Intel Compile
« Reply #59 on: March 25, 2008, 08:34:25 PM »

Could anyone please try to compile a Universal Binary?
Logged
Pages: 1 2 3 [4] 5 6