Re: can't install xfig 3.2.4
- From: moma <moma@xxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 22:06:36 +0100
> u_fonts.c
> u_fonts.c:24: error: conflicting types for 'x_fontinfo'
> u_fonts.h:35: error: previous declaration of 'x_fontinfo' was here
> u_fonts.c:69: error: conflicting types for 'x_backup_fontinfo'
> u_fonts.h:36: error: previous declaration of 'x_backup_fontinfo' was here
> u_fonts.c:109: error: conflicting types for 'ps_fontinfo'
> u_fonts.h:37: error: previous declaration of 'ps_fontinfo' was here
> u_fonts.c:150: error: conflicting types for 'latex_fontinfo'
> u_fonts.h:38: error: previous declaration of 'latex_fontinfo' was here
> make: *** [u_fonts.o] Error 1
> mos@ubuntu:~/apps/xfig.3.2.4$
>
Yes I agree. The changes will not help much and it will fail. Sorry.
ROLLBACK the changes in u_fonts.h and w_i18*
And move the external definitions at bottom of the u_fonts.h like this.
(trust me ;)
......
......
int x_fontnum(); <-- between this
extern struct _xfstruct x_fontinfo[], x_backup_fontinfo[];
extern struct _fstruct ps_fontinfo[];
extern struct _fstruct latex_fontinfo[];
#endif /* U_FONTS_H */ <-- and this
----------------------
and run
$ make clean
$ make
// moma
---> http://www.futuredesktop.org/how2burn.html#Ubuntu (Ultimate
Ubuntu)
.
- Follow-Ups:
- Re: can't install xfig 3.2.4
- From: Paminu
- Re: can't install xfig 3.2.4
- References:
- can't install xfig 3.2.4
- From: Paminu
- Re: can't install xfig 3.2.4
- From: moma
- Re: can't install xfig 3.2.4
- From: Paminu
- can't install xfig 3.2.4
- Prev by Date: malloc error?
- Next by Date: Re: can't install xfig 3.2.4
- Previous by thread: Re: can't install xfig 3.2.4
- Next by thread: Re: can't install xfig 3.2.4
- Index(es):
Relevant Pages
|