Re: can't install xfig 3.2.4



> 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)
.



Relevant Pages

  • Re: rollback transaction not rolling back
    ... >mean I will not be able to rollback this transaction?? ... INSERT statement that might fail ... You shouyld change this to ...
    (microsoft.public.sqlserver.programming)
  • Re: [PATCH 1/3] cgroup: fix pre_destroy and semantics of css->refcnt
    ... + * Try to set all subsys's refcnt to be 0. ... then causes rmdir() fail. ...
    (Linux-Kernel)
  • MP 11 wont come up.
    ... I recently installed Media Player V11. ... and tried to rollback ... Repeated attempts fail the same way. ...
    (microsoft.public.multimedia.windows.mediaplayer)
  • Re: SQL Stored Proc
    ... I need to insert into 4 tables, if any of them fail, I need to rollback all ... Eric Stott wrote: ... code against BizTalk I get the following error: ...
    (microsoft.public.biztalk.general)