<?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=80.90.161.13</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=80.90.161.13"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/80.90.161.13"/>
		<updated>2026-04-05T22:26:44Z</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-05-06T16:56:32Z</updated>
		
		<summary type="html">&lt;p&gt;80.90.161.13: easier on the eyes... - xushi&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;
&amp;lt;pre&amp;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;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
what do i have to do ?&lt;/div&gt;</summary>
		<author><name>80.90.161.13</name></author>	</entry>

	</feed>