On 5/5/13 4:59 PM, David R. Morrison wrote:
> Jack,
>
> I get errors building the latest versions of gcc44 and gcc45 on 10.6, i386 .  
> I have Xcode 3.2.6 but if that's too old, the packages should tell me so.  I 
> reproduce the error msg from gcc44 below; the one from gcc45 was similar.  
> Based on the error msg, I guessed that maybe I needed to install 
> texinfo-legacy but that didn't help.
>
>    -- Dave
>
>
> if [ xinfo = xinfo ]; then \
>       makeinfo --split-size=5000000 --split-size=5000000 --split-size=5000000 
> --no-split -I . -I ../../gcc-4.4.6/gcc/doc \
>               -I ../../gcc-4.4.6/gcc/doc/include -o doc/cpp.info 
> ../../gcc-4.4.6/gcc/doc/cpp.texi; \
> fi
> ../../gcc-4.4.6/gcc/doc/cppopts.texi:761: @itemx must follow @item
>
>

texinfo-legacy installs in a private directory, so it's out of the PATH 
and can't be used without special treatment.

A quickie workaround for David would be to set up 
/sw/etc/profile.d/texinfo-legacy.csh (IIRC you use tcsh, right?) which 
has contents like

setenv PATH '/sw/opt/texinfo-legacy/bin':$PATH

That will allow the texinfo-legacy executables to be at the head of the 
PATH during the build.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to