On 06/16/2010 05:33 PM, walt wrote:
> On 06/16/2010 02:29 PM, Thomas Revell wrote:
>> Hi everyone,
>>
>> I've got a bit of a problem with a new Gentoo install that I'm currently
>> trying to install KDE on. The installation of kdebase/kfilereplace-4.3.5
>> is failing, apparently due to a missing header file in its sources.
> 
>   <snip>
>> [ 11%] Generating koptionsdlgs.h
>   <snip>
>> moc:
>> /var/tmp/portage/kde-base/kfilereplace-4.3.5/work/kfilereplace-4.3.5_build/kfilereplace/koptionsdlgs.h:
>>
>> No such file
> 
> I have no idea what's going wrong, but I'm willing to make suggestions
> anyway :)

I have no better suggestion than to change your ricer CFLAGS and see if
"-O2 -pipe -march=core2" works first. Especially since you have:

 "-mno-align-stringops -minline-stringops-dynamically"

and kfilereplace.cpp:37 warns about QStringList& and further along, it
creates kaddstringdlgs.h.

BTW, -march=core2 implies -mmmx -msse -msse2 and -msse3 (and -mssse3).


Reply via email to