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 ... 6

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

scalimani

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 19
Re: *REQ* New Universal/Intel Compile
« Reply #15 on: February 15, 2008, 01:40:39 PM »

This is the content of config.log:

Code: [Select]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by aMule configure SVN, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --disable-systray --disable-gtk --enable-embedded_crypto --with-wx-config=../wxMac-2.8.7/build/wx-config --enable-cas --enable-webserver --enable-amulecmd --enable-debug --disable-optimize --disable-dependency-tracking CFLAGS=-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk CXXFLAGS=-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk

## --------- ##
## Platform. ##
## --------- ##

hostname = ***.local
uname -m = Power Macintosh
uname -r = 9.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.2.0: Tue Feb  5 16:15:19 PST 2008; root:xnu-1228.3.13~1/RELEASE_PPC

/usr/bin/uname -p = powerpc
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = Mach kernel version:
Darwin Kernel Version 9.2.0: Tue Feb  5 16:15:19 PST 2008; root:xnu-1228.3.13~1/RELEASE_PPC
Kernel configured for a single processor only.
1 processor is physically available.
1 processor is logically available.
Processor type: ppc7450 (PowerPC 7450)
Processor active: 0
Primary memory available: 1.00 gigabytes
Default processor set: 82 tasks, 282 threads, 1 processors
Load average: 2.87, Mach factor: 0.34
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1451: checking build system type
configure:1469: result: powerpc-apple-darwin9.2.0
configure:1477: checking host system type
configure:1491: result: powerpc-apple-darwin9.2.0
configure:1513: checking for a BSD-compatible install
configure:1568: result: /usr/bin/install -c
configure:1579: checking whether build environment is sane
configure:1622: result: yes
configure:1687: checking for gawk
configure:1716: result: no
configure:1687: checking for mawk
configure:1716: result: no
configure:1687: checking for nawk
configure:1716: result: no
configure:1687: checking for awk
configure:1703: found /usr/bin/awk
configure:1713: result: awk
configure:1723: checking whether make sets $(MAKE)
configure:1743: result: yes
configure:1915: checking whether to enable maintainer-specific portions of Makefiles
configure:1924: result: no
configure:2031: checking for g++
configure:2047: found /usr/bin/g++
configure:2057: result: g++
configure:2073: checking for C++ compiler version
configure:2076: g++ --version </dev/null >&5
powerpc-apple-darwin9-g++-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2079: $? = 0
configure:2081: g++ -v </dev/null >&5
Using built-in specs.
Target: powerpc-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple-darwin9 --target=powerpc-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)
configure:2084: $? = 0
configure:2086: g++ -V </dev/null >&5
g++-4.0: argument to `-V' is missing
configure:2089: $? = 1
configure:2112: checking for C++ compiler default output file name
configure:2115: g++ -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk   -bind_at_load conftest.cc  >&5
ld: library not found for -lcrt1.10.5.o
collect2: ld returned 1 exit status
ld: library not found for -lcrt1.10.5.o
collect2: ld returned 1 exit status
lipo: can't open input file: /var/folders/aT/aTfjKss4HGmISmDJXxYu3k+++TI/-Tmp-//ccUINSOH.out (No such file or directory)
configure:2118: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "aMule"
| #define PACKAGE_TARNAME "amule"
| #define PACKAGE_VERSION "SVN"
| #define PACKAGE_STRING "aMule SVN"
| #define PACKAGE_BUGREPORT "admin@amule.org"
| #define PACKAGE "amule"
| #define VERSION "SVN"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:2157: error: C++ compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=powerpc-apple-darwin9.2.0
ac_cv_build_alias=powerpc-apple-darwin9.2.0
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk'
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_RC_set=
ac_cv_env_RC_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=powerpc-apple-darwin9.2.0
ac_cv_host_alias=powerpc-apple-darwin9.2.0
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /Users/simon/source/amule-cvs/missing --run aclocal-1.9'
ALCC_FALSE=''
ALCC_TRUE=''
ALC_FALSE=''
ALC_TRUE=''
ALLOCA=''
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/simon/source/amule-cvs/missing --run tar'
AMULEWEB_DEFS=''
AMULE_DAEMON_FALSE=''
AMULE_DAEMON_TRUE=''
AMULE_GUI_FALSE=''
AMULE_GUI_TRUE=''
AR=''
AUTOCONF='${SHELL} /Users/simon/source/amule-cvs/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/simon/source/amule-cvs/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/simon/source/amule-cvs/missing --run automake-1.9'
AWK='awk'
BFD_FLAGS=''
BFD_LIB=''
BUILD_CC=''
BUILD_CFLAGS=''
BUILD_CPPFLAGS=''
BUILD_EXEEXT=''
BUILD_INCLUDED_LIBINTL=''
BUILD_LDFLAGS=''
CAS_DEFS=''
CAS_FALSE=''
CAS_TRUE=''
CATOBJEXT=''
CC=''
CCACHE=''
CCDEPMODE=''
CFLAGS='-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -no-cpp-precomp -D_INTL_REDIRECT_MACROS -DNOPCH'
COMPILE_CMD_FALSE=''
COMPILE_CMD_TRUE=''
COMPILE_NLS_FALSE=''
COMPILE_NLS_TRUE=''
CPP=''
CPPFLAGS=''
CRYPTOLIBS=''
CRYPTO_PP_CXXFLAGS=''
CRYPTO_PP_INCLUDE_PREFIX=''
CRYPTO_PP_LDFLAGS=''
CRYPTO_PP_LIB_NAME=''
CRYPTO_PP_PREFIX=''
CRYPTO_PP_STYLE=''
CRYPTO_PP_VERSION_NUMBER=''
CRYPTO_PP_VERSION_STRING=''
CXX='g++'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS='-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk'
CYGPATH_W='echo'
DATADIRNAME=''
DEFS=''
DEPDIR=''
ECHO_C='ECHO_N=''
ECHO_T=''
ED2K_FALSE=''
ED2K_TRUE=''
EGREP=''
ENABLE_IP2COUNTRY_FALSE=''
ENABLE_IP2COUNTRY_TRUE=''
ENABLE_UPNP_FALSE=''
ENABLE_UPNP_TRUE=''
EXEEXT=''
EXEEXT=''
GDLIB_CFLAGS=''
GDLIB_CFLAGS_ONLY=''
GDLIB_CONFIG_PATH=''
GDLIB_CPPFLAGS=''
GDLIB_CXXFLAGS=''
GDLIB_CXXFLAGS_ONLY=''
GDLIB_LDFLAGS=''
GDLIB_LIBS=''
GDLIB_LIBS_STATIC=''
GDLIB_VERSION=''
GENCAT=''
GENERATE_FLEX_HEADER_FALSE=''
GENERATE_FLEX_HEADER_TRUE=''
GEOIP_INCLUDE=''
GEOIP_LIB=''
GLIBC21=''
GMSGFMT=''
HAVE_FLEX_EXTENDED=''
HAVE_GETTEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT=''
INTLBISON=''
INTLLIBS=''
INTLOBJS=''
INTL_LIBTOOL_SUFFIX_PREFIX=''
LD=''
LDFLAGS=' -bind_at_load'
LEX=''
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBICONV=''
LIBINTL=''
LIBOBJS=''
LIBPNG_CFLAGS=''
LIBPNG_CONFIG_PATH=''
LIBPNG_CXXFLAGS=''
LIBPNG_LDFLAGS=''
LIBPNG_LIBS=''
LIBS=''
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/simon/source/amule-cvs/missing --run makeinfo'
MKINSTALLDIRS=''
MONOLITHIC_FALSE=''
MONOLITHIC_TRUE=''
MSGFMT=''
MSGMERGE=''
NEED_CORESERVICES_FALSE=''
NEED_CORESERVICES_TRUE=''
NEED_RC_FALSE=''
NEED_RC_TRUE=''
OBJEXT=''
PACKAGE='amule'
PACKAGE_BUGREPORT='admin@amule.org'
PACKAGE_NAME='aMule'
PACKAGE_STRING='aMule SVN'
PACKAGE_TARNAME='amule'
PACKAGE_VERSION='SVN'
PATH_SEPARATOR=':'
POSUB=''
POW_LIB=''
RANLIB=''
RC=''
RCFLAGS=''
READLINE_LIBS=''
RESOLV_LIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SVNDATE=''
SYS_WIN32_FALSE=''
SYS_WIN32_TRUE=''
USE_INCLUDED_LIBINTL=''
USE_NLS=''
VERSION='SVN'
WEB_FALSE=''
WEB_TRUE=''
WXBASE_CFLAGS=''
WXBASE_CXXFLAGS=''
WXBASE_LIBS=''
WXCAS_FALSE=''
WXCAS_TRUE=''
WX_CFLAGS=''
WX_CFLAGS_ONLY=''
WX_CONFIG_PATH=''
WX_CPPFLAGS=''
WX_CXXFLAGS=''
WX_CXXFLAGS_ONLY=''
WX_DEBUG=''
WX_LIBS=''
WX_LIBS_STATIC=''
WX_PORT=''
WX_RESCOMP=''
WX_SHARED=''
WX_UNICODE=''
WX_VERSION_FULL=''
WX_VERSION_MAJOR=''
WX_VERSION_MINOR=''
X11LIBS=''
XGETTEXT=''
YACC=''
ac_ct_AR=''
ac_ct_BUILD_CC=''
ac_ct_CC=''
ac_ct_CXX='g++'
ac_ct_LD=''
ac_ct_RANLIB=''
ac_ct_RC=''
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='powerpc-apple-darwin9.2.0'
build_alias=''
build_cpu='powerpc'
build_os='darwin9.2.0'
build_vendor='apple'
ccache=''
ccache_prefix=''
datadir='${prefix}/share'
docdir=''
exec_prefix='NONE'
host='powerpc-apple-darwin9.2.0'
host_alias=''
host_cpu='powerpc'
host_os='darwin9.2.0'
host_vendor='apple'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/Users/simon/source/amule-cvs/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "amule"
#define PACKAGE_BUGREPORT "admin@amule.org"
#define PACKAGE_NAME "aMule"
#define PACKAGE_STRING "aMule SVN"
#define PACKAGE_TARNAME "amule"
#define PACKAGE_VERSION "SVN"
#define VERSION "SVN"

configure: exit 77
 
Logged

GodzFire

  • Approved Newbie
  • *
  • Karma: -4
  • Offline Offline
  • Posts: 30
Re: *REQ* New Universal/Intel Compile
« Reply #16 on: February 15, 2008, 10:36:47 PM »

I built an intel version from CVS. Here is the zip file:
http://badaboum.bidibom.free.fr/aMule.zip

My first impressions are:
- it uses a bit more CPU
- it seems to find more Kad peers.

Nice try Matthis, unfortunately as soon as I double click to run it, it closes :-/
Logged

GodzFire

  • Approved Newbie
  • *
  • Karma: -4
  • Offline Offline
  • Posts: 30
Re: *REQ* New Universal/Intel Compile
« Reply #17 on: February 15, 2008, 10:40:01 PM »

I downloaded cryptopp and finally I managed to compile aMule!
If someone needs it this is the link http://rapidshare.com/files/91868382/aMule_CVS_20080214.zip.html
but it's compiled for OSX 10.5 and PPC

I tried to compile a universal binary with the code in the wiki but the result is
Code: [Select]
$ ./configure --disable-systray --disable-gtk --enable-embedded_crypto
>  --with-wx-config=../wxMac-2.8.7/build/wx-config --enable-cas --enable-webserver
>  --enable-amulecmd --enable-debug --disable-optimize --disable-dependency-tracking
>  CFLAGS="-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
>  CXXFLAGS="-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
checking build system type... powerpc-apple-darwin9.2.0
checking host system type... powerpc-apple-darwin9.2.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Any chance you could compile for 10.4 and above?
Logged

scalimani

  • Approved Newbie
  • *
  • Karma: 1
  • Offline Offline
  • Posts: 19
Re: *REQ* New Universal/Intel Compile
« Reply #18 on: February 16, 2008, 01:23:25 AM »

Quote
Any chance you could compile for 10.4 and above?

Yes but it takes time because I have to recompile wxMac on another machine with 10.4 on it.
Is there anybody who knows how to compile aMule on Leopard so that it's runnable on Tiger too?
Logged

Jose Hidalgo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: *REQ* New Universal/Intel Compile
« Reply #19 on: February 16, 2008, 02:13:43 AM »

Hi everybody,

I had started a topic here ( http://forum.amule.org/index.php?topic=14353.0 ) but wuischke was kind enough to direct me to this topic.  :)

Anyway, I have a running Debian file server with amuled, and I need to control it remotely from two network Macs (one PPC running OS X 10.3.9, and one Intel running OS X 10.4.11).

So I'm desperately seeking for amulegui binaries for both Mac versions (amulegui, not amule). Could someone please provide this ?  ;)

Optionally I could try to use amuleweb, but the last time I tried, I remember a really bad-looking interface (sorry, but it had absolutely nothing to do with the official eMule web interface for example). So if the amuleweb interface has REALLY changed, could someone indicate me where I can download it ?

Thanks in advance for your help & Best regards,

Jose
« Last Edit: February 16, 2008, 02:18:08 AM by Jose Hidalgo »
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: *REQ* New Universal/Intel Compile
« Reply #20 on: February 16, 2008, 02:19:38 AM »

Edit: I don't know about the Universal Binary, maybe someone else does or I'll try to have a look at it once I get near a cross-compiler. (Or someone gives Phoenix a Mac ;) )
That is the only possible solution for this problem :P
Logged

bongo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: *REQ* New Universal/Intel Compile
« Reply #21 on: February 18, 2008, 09:01:09 PM »

ok, it took some time but here it is, amule cvs 20080218: http://www.sendspace.com/file/hqiibe
to 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

i tried to enable the amule-gui but i can't find it in the resulting app. but the included webserver seems to work.
Logged

Jose Hidalgo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: *REQ* New Universal/Intel Compile
« Reply #22 on: February 19, 2008, 01:02:34 PM »

Thanks bongo.

Now can someone tell us why amulegui doesn't seem to be in the resulting app, as bongo says ?  ???

Thank you.

EDIT : bongo, your release doesn't work on my PPC Mac under OS X 10.3.9. The error message says : "You can't open the application 'aMule' because it's either damaged or incomplete".
« Last Edit: February 19, 2008, 05:25:57 PM by Jose Hidalgo »
Logged

bongo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: *REQ* New Universal/Intel Compile
« Reply #23 on: February 19, 2008, 03:19:51 PM »

Quote
doesn't work on my PPC Mac under OS X 10.3.9. The error message says : "You can't open the application 'aMule' because it's either damaged or incomplete".

it can't because it's no universal binary. just for intel. i also tried a universal binary but had similar problems as scalimani.
Logged

Jose Hidalgo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: *REQ* New Universal/Intel Compile
« Reply #24 on: February 19, 2008, 05:27:30 PM »

I've found this release for PPC ( http://forum.amule.org/index.php?topic=14197.0 ). I've downloaded it, and in order to make it work I've tried lots of things. Although I'm a terminal newbie, I've managed to install MacPorts, then installed libpng (which required Xcode 1.5 in order to use the 'make' command - 350 MB download, thank you), then installed libiconv, then... it still doesn't work and I really feel that I won't go any further.

I don't think any Mac OS X user is expected to do all that in order to make an app like aMule work, so I quit>:(  >:(

Right now I'm just expecting a *working* amulegui version, with no complicated operations (double-click on the app, that's all - we're talking OS X here, not command-line UNIX !). Is that too much to ask for in 2008 guys ?...  :-[

This is totally crazy !!!  :o
« Last Edit: February 19, 2008, 05:31:32 PM by Jose Hidalgo »
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: *REQ* New Universal/Intel Compile
« Reply #25 on: February 19, 2008, 07:45:11 PM »

Jose, there is NO developer with access to a Mac. We just cannot create double-click-the-app packages for you, because we don't have the means to do so.
We have to rely on users to do the testing and on creating the packages. You see, universal binary compilation is broken and this is the only major point delaying the release of aMule 2.2.0 right now.

I mean, we are talking about open source here. All the developers are doing the work in their free time without getting paid. BUT: We are bribable. Buy Phoenix a Mac and he'll do daily builds for Mac OS X and we'll make him responsible for every problem related to the Mac port of aMule.
The cheapest prices I found were R$ 1600 (about 5% more expensive than here in Germany) for a Mac Mini, so it's not something you buy just to get your hobby software project perfectly working on a system you don't own yourself.

---

Technically speaking it is possible to cross-compile for Mac. But setting up a cross-compiler is very hard and time consuming (I did this at home on a i686 machine, when I tried it again on my x86_64 notebook, I failed) and there's still the problem of testing.
Logged

Festor

  • Hero Member
  • *****
  • Karma: 79
  • Offline Offline
  • Posts: 935
  • Offline -> Studying...
Re: *REQ* New Universal/Intel Compile
« Reply #26 on: February 19, 2008, 09:00:52 PM »

I am trying to install Leopard 10.5 on my computer to try to pack aMule.

No promises in a short time... I will see that I do...   :-\

bongo

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

if all goes well is there more needed to get amule-gui then the  --enable-amule-gui in the configure? perhaps i just ignored some hint and so it didn't get built.

<rant mode on>
Quote
I don't think any Mac OS X user is expected to do all that in order to make an app like aMule work, so I quit.  Right now I'm just expecting a *working* amulegui version
hmm, perhaps you really better quit and find your luck elsewhere. i'm also a mac user but i expect nothing from an open source project. i'm happy if there is software i can use and if there are some flaws i try my best to help to fix or i live with them.
there is a working amule for mac os x, in fact there are different versions, universal, intel, ppc. not all are the latest and greatest and probably some functions need some work. so what? did you paid a lot of money? you can pay a bunch for ms office and get crap anyways. here you have to pay nothing but get  a lot of functionality and helping hands.
<rant mode off>

sorry.  ::)
« Last Edit: February 19, 2008, 09:43:31 PM by bongo »
Logged

Jose Hidalgo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 10
Re: *REQ* New Universal/Intel Compile
« Reply #28 on: February 21, 2008, 04:42:39 PM »

Jose, there is NO developer with access to a Mac.
Yes, I know that, unfortunately, and I understand. But what about the experienced users ? Isn't there a single user out there who knows how to compile everything correctly ? (I mean "without errors", "without need for the final user to download additional libraries", etc... just double-click, like every Mac app should work).

I mean : if there are REALLY some working Mac versions, like bongo is pretending, then why don't you simply put the links on your home page / downloads section ? Now that would be really cool !  8)

In fact what amazes me is that there  isn't a single link pointing to any working Mac binary on your home page. Why is that ?  ???

My best guess is that currently there ISN'T any really working Mac version (I mean "guaranteed, working on most Macs without hassle"). But don't take me wrong : I understand that this is open source and there is no guarantee. I'm used to open source, so no problem about that. When I wrote "expecting" I should have written "hoping".  ;)

I am trying to install Leopard 10.5 on my computer to try to pack aMule.

No promises in a short time... I will see that I do...   :-\
Yes,, there's now possible to install quite easily Mac OS X (10.3, 10.4 or 10.5) on a PC. I'm sure for a developer it would be no trouble doing it. Thank you.  :)
Logged

bongo

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 37
Re: *REQ* New Universal/Intel Compile
« Reply #29 on: February 21, 2008, 05:15:27 PM »

i use a working mac version. for some days a self compiled one, before it was another cvs version i found here in the forum. even before with 10.4 i used the version from http://forum.amule.org/index.php?topic=5051.0 and before that i just used the "old" from http://www.amule.org/
all of them worked for me. i never had to compile it for myself, i just tried it out of curiosity and to see if i get it done. thanks to a lot of  helping hints it was no big problem.
but i just use the normal app and amule-cmd the remote control the speed settings from a daemon.
so what is you exact problem? is it the missing amule-gui or don't you find a version from amule which starts on your mac?

regarding amule-gui perhaps we get some enlightment why it isn't compiled even with the enable-amule-gui. or perhaps it is? is amule-gui a separate app like amule-cmd? or is this just the normal gui you get when you start the amule package on a mac?
Logged
Pages: 1 [2] 3 4 ... 6