Re: Release 0.7.15 ported on Mac

David Malcolm <[email protected]> Fri, 06 May 2005 15:52:22 -0400
Newsgroups gmane.editors.conglomerate.devel
Message-ID <[email protected]>
On Fri, 2005-05-06 at 21:45 +0200, Michèle Garoche wrote:
> Le 6 mai 2005 à 01:54, David Malcolm a écrit :
> 
> > On Fri, 2004-10-29 at 12:37 +0200, Michèle Garoche wrote:
> >
> >> I've just committed the port for Mac on Fink.
> >>
> >> With small changes, some of them maybe to take into account:
> >>
> >> 1 - the patch already sent and committed for dropping entirely foxxx
> >>
> >> 2 - the patch already sent and committed for fr.po
> >>
> >> 3 - a change in plugin-sgml.c since, it uses sgml2xml to convert sgml
> >> files to xml files from docbook2x, not ported on fink, I use osx from
> >> opensp4 in place.
> >>
> >> --- conglomerate-0.7.15/src/plugin-sgml.c    Fri Jul 30 06:18:40 2004
> >> +++ conglomerate-0.7.15/src/plugin-patched-sgml.c    Fri Oct 29  
> >> 07:31:15
> >> 2004
> >> @@ -111,7 +111,7 @@
> >>
> >>       g_message("sgml_importer_action_callback");
> >>
> >> -    argv[0] = "sgml2xml";
> >> +    argv[0] = "osx";
> >>       argv[1] = (gchar*)uri; /* FIXME: this is GnomeVFS uri path  
> >> string,
> >> not a POSIX path */
> >>       argv[2] = NULL;
> >>
> >> Just here for reference.
> >>
> >> (Note: import does not work since the uri is not correct, but the day
> >> it works the change is already in place for Mac).
> >>
> >
> > Did this ever make it into CVS/bugzilla?
> No, the code I supplied integrated also a new function; you told me  
> that another one existed already elsewhere in the code and I had to  
> check if it worked.
> Then someone put the mess in the documentation. Since then it has  
> been impossible to me to compile conglomerate. As I never supply a  
> patch without testing it before, and to do that I need to compile  
> conglomerate...

Let's fix the compilation error then... what is it?


Thanks
Dave