<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.72.139.229</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=86.72.139.229"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/86.72.139.229"/>
		<updated>2026-04-05T21:29:02Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-04T16:46:46Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
i have this:&lt;br /&gt;
port installed&lt;br /&gt;
The following ports are currently installed:&lt;br /&gt;
  autoconf @2.61_1 (active)&lt;br /&gt;
  automake @1.10.1_0 (active)&lt;br /&gt;
  expat @2.0.1_0 (active)&lt;br /&gt;
  flex @2.5.34_0 (active)&lt;br /&gt;
  gettext @0.17_3 (active)&lt;br /&gt;
  help2man @1.36.4_1 (active)&lt;br /&gt;
  libiconv @1.12_0 (active)&lt;br /&gt;
  libpng @1.2.24_0 (active)&lt;br /&gt;
  libtool @1.5.24_1 (active)&lt;br /&gt;
  m4 @1.4.10_1 (active)&lt;br /&gt;
  ncurses @5.6_0 (active)&lt;br /&gt;
  ncursesw @5.6_1 (active)&lt;br /&gt;
  p5-locale-gettext @1.05_0 (active)&lt;br /&gt;
  perl5.8 @5.8.8_1 (active)&lt;br /&gt;
  zlib @1.2.3_1 (active)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
when i tried to &amp;quot;./configure&amp;quot; amule, i got this&lt;br /&gt;
&lt;br /&gt;
emac-bureau:amule-cvs maitedx$ ./configure --disable-systray --disable-gtk --enable-embedded_crypto    \&lt;br /&gt;
&amp;gt;            --with-wx-config=../wxMac-2.8.7/build/wx-config    \&lt;br /&gt;
&amp;gt;            --enable-cas --enable-webserver --enable-amulecmd    \&lt;br /&gt;
&amp;gt;            --enable-debug --disable-optimize --with-cryptopp=/usr/local/cryptopp&lt;br /&gt;
checking build system type... powerpc-apple-darwin9.2.0&lt;br /&gt;
checking host system type... powerpc-apple-darwin9.2.0&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking whether build environment is sane... yes&lt;br /&gt;
checking for gawk... no&lt;br /&gt;
checking for mawk... no&lt;br /&gt;
checking for nawk... no&lt;br /&gt;
checking for awk... awk&lt;br /&gt;
checking whether make sets $(MAKE)... yes&lt;br /&gt;
checking whether to enable maintainer-specific portions of Makefiles... no&lt;br /&gt;
checking for g++... g++&lt;br /&gt;
checking for C++ compiler default output file name... a.out&lt;br /&gt;
checking whether the C++ compiler works... yes&lt;br /&gt;
checking whether we are cross compiling... no&lt;br /&gt;
checking for suffix of executables... &lt;br /&gt;
checking for suffix of object files... o&lt;br /&gt;
checking whether we are using the GNU C++ compiler... yes&lt;br /&gt;
checking whether g++ accepts -g... yes&lt;br /&gt;
checking for style of include used by make... GNU&lt;br /&gt;
checking dependency style of g++... gcc3&lt;br /&gt;
checking how to run the C++ preprocessor... g++ -E&lt;br /&gt;
checking for gcc... gcc&lt;br /&gt;
checking whether we are using the GNU C compiler... yes&lt;br /&gt;
checking whether gcc accepts -g... yes&lt;br /&gt;
checking for gcc option to accept ANSI C... none needed&lt;br /&gt;
checking dependency style of gcc... gcc3&lt;br /&gt;
checking how to run the C preprocessor... gcc -E&lt;br /&gt;
checking for gawk... (cached) awk&lt;br /&gt;
checking for egrep... grep -E&lt;br /&gt;
checking whether make sets $(MAKE)... (cached) yes&lt;br /&gt;
checking for flex... flex&lt;br /&gt;
checking for yywrap in -lfl... yes&lt;br /&gt;
checking lex output file root... lex.yy&lt;br /&gt;
checking whether yytext is a pointer... yes&lt;br /&gt;
checking for a BSD-compatible install... /usr/bin/install -c&lt;br /&gt;
checking for ranlib... ranlib&lt;br /&gt;
checking for bison... bison -y&lt;br /&gt;
checking for ranlib... (cached) ranlib&lt;br /&gt;
checking for strip... strip&lt;br /&gt;
checking for ar... ar&lt;br /&gt;
checking for ld... ld&lt;br /&gt;
checking for zlib &amp;gt;= 1.1.4... yes (version 1.2.3)&lt;br /&gt;
checking for ANSI C header files... yes&lt;br /&gt;
checking for sys/types.h... yes&lt;br /&gt;
checking for sys/stat.h... yes&lt;br /&gt;
checking for stdlib.h... yes&lt;br /&gt;
checking for string.h... yes&lt;br /&gt;
checking for memory.h... yes&lt;br /&gt;
checking for strings.h... yes&lt;br /&gt;
checking for inttypes.h... yes&lt;br /&gt;
checking for stdint.h... yes&lt;br /&gt;
checking for unistd.h... yes&lt;br /&gt;
checking for gdlib-config... no&lt;br /&gt;
configure:&lt;br /&gt;
	WARNING: gd-lib &amp;gt;= 2.0.0, or a functional gd.h (from gd-devel) not found.&lt;br /&gt;
	Please check that gdlib-config is in your default path, check out&lt;br /&gt;
	LD_LIBRARY_PATH or equivalent variable.&lt;br /&gt;
	Or this might also be that your gdlib-config has other name.&lt;br /&gt;
	Please try again with --with-gdlib-config=/usr/bin/gdlib-config&lt;br /&gt;
	(replace /usr/bin/gdlib-config with a valid path to your gdlib-config).&lt;br /&gt;
	If you use compiled packages check if you have devel pack installed.&lt;br /&gt;
	To download the latest version check http://www.boutell.com/gd&lt;br /&gt;
	for sources.&lt;br /&gt;
    &lt;br /&gt;
checking for libpng-config... /opt/local/bin/libpng-config&lt;br /&gt;
checking for libpng version &amp;gt;= 1.2.0... yes (version 1.2.24)&lt;br /&gt;
checking for File::Copy... ok&lt;br /&gt;
checking whether we need the GUI... no&lt;br /&gt;
checking for exception-handling... yes&lt;br /&gt;
checking for the --with-toolkit option... will be automatically detected&lt;br /&gt;
checking for the --with-wxshared option... will be automatically detected&lt;br /&gt;
checking for the --with-wxdebug option... will be automatically detected&lt;br /&gt;
checking for the --with-wxversion option... will be automatically detected&lt;br /&gt;
checking for wx-config... ../wxMac-2.8.7/build/wx-config&lt;br /&gt;
checking for wxWidgets version &amp;gt;= 2.8.0 (--unicode=yes)... yes (version 2.8.7)&lt;br /&gt;
checking for wxWidgets static library... yes&lt;br /&gt;
checking if wxWidgets was built in DEBUG mode... yes&lt;br /&gt;
checking if wxWidgets was built in STATIC mode... yes&lt;br /&gt;
checking which wxWidgets toolkit was selected... mac&lt;br /&gt;
checking that wxWidgets has support for large files... yes&lt;br /&gt;
checking for crypto++ version &amp;gt;= 5.1... configure: error:&lt;br /&gt;
	Specifying the cryptopp source files directory for &amp;quot;--with-crypto-prefix=&amp;quot;&lt;br /&gt;
	will not work because cryptopp uses headers with the same name of system&lt;br /&gt;
	headers (e.g. zlib.h) and you must be able to distinguish the system&lt;br /&gt;
	headers from cryptopp headers in an #include directive.&lt;br /&gt;
	Please run &amp;quot;PREFIX=/home/YourUserName/usr/cryptopp make install&amp;quot; on&lt;br /&gt;
	the cryptopp directory to properly install cryptopp in your system.&lt;br /&gt;
emac-bureau:amule-cvs maitedx$ make&lt;br /&gt;
make: *** No targets specified and no makefile found.  Stop.&lt;br /&gt;
emac-bureau:amule-cvs maitedx$&lt;br /&gt;
&lt;br /&gt;
what do i have to do ?&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Mac</id>
		<title>HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/HowTo_compile_on_Mac"/>
				<updated>2008-03-03T22:06:26Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: /* wxMac */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;center&amp;gt;'''English''' | [[HowTo_compile_on_Mac-de|Deutsch]] | [[HowTo_compile_on_Mac-es|Español]] | [[HowTo_compile_on_Mac-fr | Français]] &amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
How to get and install [[aMule]] on [http://www.apple.com/macosx/ Apple Mac OS X].&lt;br /&gt;
&lt;br /&gt;
# You can simply download the finished application ('binary release') or &lt;br /&gt;
# You compile it from a [[aMule CVS|CVS source snapshot]].&lt;br /&gt;
&lt;br /&gt;
''The preceding version of this page covering [[aMule]] 2.0.0rc8 and earlier is archived [[HowTo_compile_on_Mac_v200rc8|here]].''&lt;br /&gt;
&lt;br /&gt;
== Binary releases ==&lt;br /&gt;
If you don't want to bother with installing and compiling all those tools and sources, then get one of the pre-compiled [[aMule]] applications. The official release is considered 'stable', but every now and then applications are built from the current source to allow more people to test new features or the like. &lt;br /&gt;
&lt;br /&gt;
# Latest official binary release: [http://www.amule.org/files/files.php?cat=30 aMule-2.1.3-Mac]&lt;br /&gt;
# Check the Mac forum for a more recent user posted binary: [http://forum.amule.org/index.php?board=49.0 aMule forum]&lt;br /&gt;
&lt;br /&gt;
Now, to install the downloaded binary, just drag the aMule application to a folder of your choice (e.g., ''/Applications'').&lt;br /&gt;
&lt;br /&gt;
To start aMule, double-click the application icon.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You might want to take a look at the [[Mac specific usage]] article.&lt;br /&gt;
&lt;br /&gt;
== Compiling from source ==&lt;br /&gt;
Compiling from source allows most current bug reports, because you can compile and test the [[aMule CVS|CVS snapshot]] of the very day.&lt;br /&gt;
&lt;br /&gt;
To compile [[aMule]] from source you need some development tools, the [[wxWidgets]] library and the [http://dl.amule.org aMule source].&lt;br /&gt;
&lt;br /&gt;
=== Get the sources and development tools ===&lt;br /&gt;
==== [http://developer.apple.com/tools/xcode Xcode] ====&lt;br /&gt;
[http://developer.apple.com/tools/xcode Xcode] is [http://www.apple.com Apple]'s development environment. We need it for the [http://gcc.gnu.org GCC] compiler. &lt;br /&gt;
&lt;br /&gt;
You will need at least version 2.1 of Xcode, a more recent version is preferable though. [http://developer.apple.com/tools/xcode Xcode] is included on the OS X 10.4 DVD, but early versions of 10.4 were shipped with Xcode 2.0, so you will need to check that the version on your DVD is at least 2.1.&lt;br /&gt;
&lt;br /&gt;
Alternatively, you can download the most recent version of Xcode from Apple, but you will need to sign up for a free-of-charge developer account first.&lt;br /&gt;
&lt;br /&gt;
# Get Xcode from http://developer.apple.com/tools/download&lt;br /&gt;
# &amp;quot;Member Site&amp;quot;-&amp;gt;&amp;quot;Log In&amp;quot;-&amp;gt;&amp;quot;Download Software&amp;quot;-&amp;gt;&amp;quot;Developer Tools&amp;quot;-&amp;gt;&amp;quot;Download Xcode Tools last release&amp;quot;&amp;gt;&amp;quot;Install&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== [http://www.macports.org MacPorts]====&lt;br /&gt;
[http://www.macports.org MacPorts] is an open source installer for lots of open source tools ported to [http://macos.apple.com Mac OS X]. aMule needs a few of these tools to compile properly. Alternatively, you can also use [http://www.finkproject.org/ Fink] to install these tools or you can install them manually.&lt;br /&gt;
&lt;br /&gt;
# Download the most recent version of [http://www.macports.org MacPorts]&lt;br /&gt;
# Read [http://trac.macosforge.org/projects/macports/wiki MacPorts' documentation] to learn how to install applications through [http://www.macports.org MacPorts].&lt;br /&gt;
&lt;br /&gt;
The tools that you will need to install are:&lt;br /&gt;
# automake&lt;br /&gt;
# flex&lt;br /&gt;
# gettext (only required if you want to use a language other than English in aMule)&lt;br /&gt;
# libpng&lt;br /&gt;
&lt;br /&gt;
====[http://www.cryptopp.com/ Crypto++]====&lt;br /&gt;
'With the recent SVN builds, you will need the crypto++ library to compile with encryption. If not, you will get an error similar to the following,&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
checking for crypto++ version &amp;gt;= 5.1... configure: error:&lt;br /&gt;
        Could not find cryptopp header file &amp;quot;cryptlib.h&amp;quot;.&lt;br /&gt;
        Please check if the path &amp;quot;/usr&amp;quot; is valid.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The MacPort is currently broken and very outdated (v5.1 while 5.5.2 is the current). So it is best to build it yourself.&lt;br /&gt;
&lt;br /&gt;
# Get the source from: http://www.cryptopp.com/#download&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
==== [[wxWidgets|wxMac]] ====&lt;br /&gt;
[[wxWidgets|wxMac]] is the port of the [[wxWidgets]] library for [http://www.apple.com/macosx Mac OS X]. This library is used to make [[aMule]] 'multi-platform'.&lt;br /&gt;
&lt;br /&gt;
# Get the source from: http://www.wxwidgets.org/downloads/ (Source Archives: wxMac)&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
==== [http://www.amule.org aMule itself] ====&lt;br /&gt;
# Get latest daily [[aMule CVS|CVS source snapshot]]: [http://www.hirnriss.net/?area=cvs aMule CVS]&lt;br /&gt;
# Extract the archive (just double-click it)&lt;br /&gt;
&lt;br /&gt;
=== Compile the sources ===&lt;br /&gt;
Put the ''amule'' folder, the ''wxMac'' folder and the &amp;quot;crypto552&amp;quot; folder in the same place, e.g. on the desktop (if using another location, ensure that there are no spaces in the path as this can lead to file not found errors with [[WxWidgets|wxMac]]).&lt;br /&gt;
&lt;br /&gt;
==== Compile Crypto++ ====&lt;br /&gt;
This step is only needed once, even if you later download and compile a newer version of the [[aMule CVS]] source. Assuming you have unzipped it on your desktop, do the following:&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/cryptopp552/&lt;br /&gt;
 bash: make&lt;br /&gt;
 bash: PREFIX=/usr/local/cryptopp sudo make install&lt;br /&gt;
&lt;br /&gt;
==== Compile [[WxWidgets|wxMac]] ====&lt;br /&gt;
This step is only needed once, even if you later download and compile a newer version of the [[aMule CVS]] source. &lt;br /&gt;
&lt;br /&gt;
The following assumes that you have placed the above packages on your Desktop.&amp;lt;br&amp;gt;&lt;br /&gt;
''cd'' into the ''wxMac'' folder, ''configure'' and ''make'':&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/wxMac-2.8.7/build&lt;br /&gt;
 bash: ../configure --disable-shared --enable-unicode --enable-debug --enable-debug_gdb&lt;br /&gt;
 bash: make&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The second command above makes sure that wxMac is compiled with debug information. This information allows you to submit a helpful stacktrace if [[aMule]] crashes or a sample if it hangs to the [[aMule devs|aMule developers]]. If you do not want to compile a debug version then you can use &amp;quot;--disable-debug --disable-debug_gdb&amp;quot; instead.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you want to compile a [http://en.wikipedia.org/wiki/Universal_binary Universal Binary] of aMule (i.e., a version of aMule that runs on both PowerPC based and Intel based Macs) then you can add the &amp;quot;--enable-universal_binary&amp;quot; parameter at the end of the second command. If you don't include this parameter wxMac and aMule will be compiled for your native architecture only.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' The above make command may take up to 50 minutes on a 1.33 GHz G4 processor, depending on the parameters you chose. A faster CPU will take shorter time.&lt;br /&gt;
&lt;br /&gt;
==== Compile [[aMule]] ====&lt;br /&gt;
Now ''cd'' into the ''amule'' folder, ''configure'' and ''make'':&lt;br /&gt;
&lt;br /&gt;
'''Note:''' You can copy and paste the 4 lines for ''./configure'' in one go.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' This takes about 30 minutes on a 1.33 GHz G4.&lt;br /&gt;
&lt;br /&gt;
 bash: cd ~/Desktop/amule-cvs&lt;br /&gt;
 bash: ./configure --disable-systray --disable-gtk --enable-embedded_crypto    \&lt;br /&gt;
            --with-wx-config=../wxMac-2.8.7/build/wx-config    \&lt;br /&gt;
            --enable-cas --enable-webserver --enable-amulecmd    \&lt;br /&gt;
            --enable-debug --disable-optimize --with-cryptopp=/usr/local/cryptopp&lt;br /&gt;
&lt;br /&gt;
 bash: make&lt;br /&gt;
 bash: ./src/utils/scripts/mac_packager&lt;br /&gt;
&lt;br /&gt;
'''Note:''' If you don't want to compile aMule with debug information (see above) you can use &amp;quot;--disable-debug --enable-optimize&amp;quot; in the configure statement.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' In order to compile aMule as a Universal Binary (see above) you will need to add the following parameters to the configure statement:&lt;br /&gt;
            --disable-dependency-tracking \&lt;br /&gt;
            CFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk&amp;quot; \&lt;br /&gt;
            CXXFLAGS=&amp;quot;-arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Running [[aMule]] ====&lt;br /&gt;
Once the mac_packager script has finished, you can move the aMule application from the amule-cvs folder to anywhere on your hard drive.&lt;br /&gt;
&lt;br /&gt;
== Version ==&lt;br /&gt;
Created by &amp;quot;Unknown User&amp;quot; on 16.07.04 at 04:46&amp;lt;br&amp;gt;&lt;br /&gt;
Updated by Vollstrecker on 23.01.08 at 10:09&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T22:01:33Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
when i tried to &amp;quot;./configure&amp;quot; amule, i got this&lt;br /&gt;
&lt;br /&gt;
checking for wx-config... ../wxMac-2.8.7/build/wx-config&lt;br /&gt;
checking for wxWidgets version &amp;gt;= 2.8.0 (--unicode=yes)... no&lt;br /&gt;
configure: error: &lt;br /&gt;
    The requested wxWidgets build couldn't be found.&lt;br /&gt;
    &lt;br /&gt;
    The configuration you asked for aMule requires a wxWidgets&lt;br /&gt;
    build with the following settings:&lt;br /&gt;
        --unicode=yes&lt;br /&gt;
    but such build is not available.&lt;br /&gt;
&lt;br /&gt;
    To see the wxWidgets builds available on this system, please use&lt;br /&gt;
    'wx-config --list' command. To use the default build, returned by&lt;br /&gt;
    'wx-config --selected-config', use the options with their 'auto'&lt;br /&gt;
    default values.&lt;br /&gt;
&lt;br /&gt;
    If you still get this error, then check that 'wx-config' is&lt;br /&gt;
    in path, the directory where wxWidgets libraries are installed&lt;br /&gt;
    (returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH&lt;br /&gt;
    or equivalent variable and wxWidgets version is 2.8.0 or above.&lt;br /&gt;
emac-bureau:amule-cvs maitedx$ &lt;br /&gt;
&lt;br /&gt;
what do i have to do ?&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:51:58Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:35:23Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
i got this during the crypto++5.5.2 make:&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c zlib.cpp&lt;br /&gt;
libtool -static -o libcryptopp.a 3way.o adler32.o algebra.o algparam.o arc4.o asn.o base32.o base64.o basecode.o bfinit.o blowfish.o blumshub.o camellia.o cast.o casts.o cbcmac.o channels.o cpu.o crc.o cryptlib.o cryptlib_bds.o default.o des.o dessp.o dh.o dh2.o dll.o dsa.o ec2n.o eccrypto.o ecp.o elgamal.o emsa2.o eprecomp.o esign.o files.o filters.o fips140.o fipstest.o gf256.o gf2_32.o gf2n.o gfpcrypt.o gost.o gzip.o hex.o hmac.o hrtimer.o ida.o idea.o integer.o iterhash.o luc.o mars.o marss.o md2.o md4.o md5.o misc.o modes.o mqueue.o mqv.o nbtheory.o network.o oaep.o osrng.o panama.o pch.o pkcspad.o polynomi.o pssr.o pubkey.o queue.o rabin.o randpool.o rc2.o rc5.o rc6.o rdtables.o rijndael.o ripemd.o rng.o rsa.o rw.o safer.o salsa.o seal.o serpent.o sha.o shacal2.o shark.o sharkbox.o simple.o skipjack.o socketft.o sosemanuk.o square.o squaretb.o strciphr.o tea.o tftables.o tiger.o tigertab.o trdlocal.o ttmac.o twofish.o vmac.o wait.o wake.o whrlpool.o winpipes.o xtr.o xtrcrypt.o zdeflate.o zinflate.o zlib.o&lt;br /&gt;
libtool: file: algebra.o has no symbols&lt;br /&gt;
libtool: file: cpu.o has no symbols&lt;br /&gt;
libtool: file: cryptlib_bds.o has no symbols&lt;br /&gt;
libtool: file: eccrypto.o has no symbols&lt;br /&gt;
libtool: file: eprecomp.o has no symbols&lt;br /&gt;
libtool: file: iterhash.o has no symbols&lt;br /&gt;
libtool: file: pch.o has no symbols&lt;br /&gt;
libtool: file: simple.o has no symbols&lt;br /&gt;
libtool: file: strciphr.o has no symbols&lt;br /&gt;
libtool: file: winpipes.o has no symbols&lt;br /&gt;
ranlib libcryptopp.a&lt;br /&gt;
ranlib: file: libcryptopp.a(algebra.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(cpu.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(cryptlib_bds.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(eccrypto.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(eprecomp.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(iterhash.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(pch.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(simple.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(strciphr.o) has no symbols&lt;br /&gt;
ranlib: file: libcryptopp.a(winpipes.o) has no symbols&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c bench.cpp&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:29:14Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:25:40Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
i got this:&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c integer.cpp&lt;br /&gt;
integer.cpp:4237: internal compiler error: Bus error&lt;br /&gt;
Please submit a full bug report,&lt;br /&gt;
with preprocessed source if appropriate.&lt;br /&gt;
See &amp;lt;URL:http://developer.apple.com/bugreporter&amp;gt; for instructions.&lt;br /&gt;
{standard input}:158696:FATAL:.abort  detected.  Assembly stopping.&lt;br /&gt;
make: *** [integer.o] Error 1&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$ PREFIX=/usr/local/cryptopp sudo make install&lt;br /&gt;
Password:&lt;br /&gt;
mkdir -p /usr/include/cryptopp /usr/lib /usr/bin&lt;br /&gt;
cp *.h /usr/include/cryptopp&lt;br /&gt;
cp *.a /usr/lib&lt;br /&gt;
cp: *.a: No such file or directory&lt;br /&gt;
make: *** [install] Error 1&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$&lt;br /&gt;
&lt;br /&gt;
i've done a bug report, but i haven't the answer yet.&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:24:48Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
i got this:&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c integer.cpp&lt;br /&gt;
integer.cpp:4237: internal compiler error: Bus error&lt;br /&gt;
Please submit a full bug report,&lt;br /&gt;
with preprocessed source if appropriate.&lt;br /&gt;
See &amp;lt;URL:http://developer.apple.com/bugreporter&amp;gt; for instructions.&lt;br /&gt;
{standard input}:158696:FATAL:.abort  detected.  Assembly stopping.&lt;br /&gt;
make: *** [integer.o] Error 1&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$ PREFIX=/usr/local/cryptopp sudo make install&lt;br /&gt;
Password:&lt;br /&gt;
mkdir -p /usr/include/cryptopp /usr/lib /usr/bin&lt;br /&gt;
cp *.h /usr/include/cryptopp&lt;br /&gt;
cp *.a /usr/lib&lt;br /&gt;
cp: *.a: No such file or directory&lt;br /&gt;
make: *** [install] Error 1&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:07:15Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
when i compile Cryptopp552, is it normal that i get these lines:&lt;br /&gt;
&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$ make&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -02 -pipe -c 3way.cpp&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp&lt;br /&gt;
&lt;br /&gt;
etc etc...&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:04:40Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
when i compile Cryptopp552, is it normal that i get these lines:&lt;br /&gt;
&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$ make&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c 3way.cpp&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp&lt;br /&gt;
&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp&lt;br /&gt;
&lt;br /&gt;
etc etc...&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:04:10Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
when i compile Cryptopp552, is it normal that i get these lines:&lt;br /&gt;
&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$ make&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c 3way.cpp&amp;lt;/br&amp;gt;&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp&amp;lt;/br&amp;gt;&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp&amp;lt;/br&amp;gt;&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp&amp;lt;/br&amp;gt;&lt;br /&gt;
etc etc...&amp;lt;/br&amp;gt;&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac</id>
		<title>Talk:HowTo compile on Mac</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Talk:HowTo_compile_on_Mac"/>
				<updated>2008-03-03T21:03:48Z</updated>
		
		<summary type="html">&lt;p&gt;86.72.139.229: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77&lt;br /&gt;
&lt;br /&gt;
when i compile Cryptopp552, is it normal that i get these lines:&lt;br /&gt;
&lt;br /&gt;
emac-bureau:cryptopp552 maitedx$ make&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c 3way.cpp&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c adler32.cpp&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algebra.cpp&lt;br /&gt;
c++ -DNDEBUG -g -O2 -pipe -c algparam.cpp&lt;br /&gt;
etc etc...&lt;/div&gt;</summary>
		<author><name>86.72.139.229</name></author>	</entry>

	</feed>