Difference between revisions of "Talk:HowTo Compile In Gentoo"

From AMule Project FAQ
Jump to: navigation, search
Line 8: Line 8:
  
 
You forgot to mention that the (allegedly stable) build usually fails.  For a while it worked only with the crypto++ library installed; now it doesn't compile at all.  Perhaps this is because of the recent gcc 3.4 update, but I don't know for sure.
 
You forgot to mention that the (allegedly stable) build usually fails.  For a while it worked only with the crypto++ library installed; now it doesn't compile at all.  Perhaps this is because of the recent gcc 3.4 update, but I don't know for sure.
 +
 +
--------------------------
 +
 +
Also, you should add the fact that, you *must not* have "-gtk" in your USE flags... It was a real pain in the ... grass to find out, because the error message displayed gets you to search around problems with wxGTK and such...
 +
 +
Résumé: -gtk must not be in the USE flags, else, it won't compile, even though other dependencies will

Revision as of 14:50, 25 December 2005

PORTAGE_OVERLAY="/usr/local/portage" can't be use anymore must use :

PORTDIR_OVERLAY="/usr/local/portage"

Done


You forgot to mention that the (allegedly stable) build usually fails. For a while it worked only with the crypto++ library installed; now it doesn't compile at all. Perhaps this is because of the recent gcc 3.4 update, but I don't know for sure.


Also, you should add the fact that, you *must not* have "-gtk" in your USE flags... It was a real pain in the ... grass to find out, because the error message displayed gets you to search around problems with wxGTK and such...

Résumé: -gtk must not be in the USE flags, else, it won't compile, even though other dependencies will