Re: Problem in compiling in OS X `0.4



Hi Russ,

On Sat, 2006-01-28 at 09:53 -0600, Russ Urquhart wrote:
> Making all in slang
> if gcc -DHAVE_CONFIG_H -I. -I. -I..  -I./include -I../intl -I../intl   
> -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include - 
> D_INTL_REDIRECT_MACROS -MT slsmg.o -MD -MP -MF ".deps/slsmg.Tpo" -c - 
> o slsmg.o slsmg.c; \
> then mv -f ".deps/slsmg.Tpo" ".deps/slsmg.Po"; else rm -f ".deps/ 
> slsmg.Tpo"; exit 1; fi
> slsmg.c:76: error: `SLtt_Has_Alt_Charset' undeclared here (not in a  
> function)
> slsmg.c:78: error: `SLtt_Use_Blink_For_ACS' undeclared here (not in a  
> function)
> make[2]: *** [slsmg.o] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2

Huh? You are now reporting the issue that was fixed by the patch I
pointed you to
(http://cvs.savannah.gnu.org/viewcvs/mc/slang/include/slang.h?root=mc&r1=1.9&r2=1.10).

What I guess you do want to discuss is this (see my forwarded mail):

if gcc -DHAVE_CONFIG_H -I. -I. -I..  -DDATADIR=\""/Users/russ/Desktop/ 
mc-4.6.1/share/mc/"\" -DLOCALEDIR=\""/Users/russ/Desktop/mc-4.6.1/ 
share/locale"\" -I../intl -I../intl  -I/usr/local/include/glib-1.2 -I/ 
usr/local/lib/glib/include -g -O2-MT mountlist.o -MD -MP -MF ".deps/ 
mountlist.Tpo" -c -o mountlist.o mountlist.c; \
then mv -f ".deps/mountlist.Tpo" ".deps/mountlist.Po"; else rm -f  
".deps/mountlist.Tpo"; exit 1; fi
mountlist.c: In function `get_fs_usage':
mountlist.c:772: error: storage size of `fsd' isn't known
make[2]: *** [mountlist.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

> Can anyone help or shed some light on this?

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]