gap-dev-discuss
[Top][All Lists]
Advanced

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

Re: [Gap-dev-discuss] ready packages, release candidates


From: Sebastian Reitenbach
Subject: Re: [Gap-dev-discuss] ready packages, release candidates
Date: Thu, 31 May 2012 18:13:43 +0200
User-agent: SOGoMail 1.3.15

 
On Thursday, May 31, 2012 18:08 CEST, "Sebastian Reitenbach" <address@hidden> 
wrote: 
 
>  
> On Thursday, May 31, 2012 14:39 CEST, Riccardo Mottola <address@hidden> 
> wrote: 
>  
> > Hi Sebastian,
> > 
> > Sebastian Reitenbach wrote:
> > >
> > > On Monday, May 28, 2012 23:03 CEST, Riccardo Mottola<address@hidden>  
> > > wrote:
> > >
> > >
> > > For PDFKit, I still have the following patches in the OpenBSD ports tree.
> > > Without it, it would refuse to build ;)
> > >
> > > The first one against configure, is exchanging the variable, AFAIK, 
> > > GNUSTEP_SYSTEM_ROOT is deprecated.
> > > The other chunks should be self explanatory.
> > >
> > Yesterday I checked in a similar version of your patch, redone by 
> > starting from the configure sources. However, today, trying to compile 
> > on freebsd with clang, resulted in big problems and I found several 
> > weakness in the existing make and ocnfigure system and in your patch.
> > 
> > I tried to fix them to my best, there are stull parts that are 
> > considered "dirty" by the automake manual, but... one step at a time.
> > 
> > I can now build here on freebsd9 but I get only white pages. I think 
> > this was fixed though...
> > How do you guys fare with current PDFKit? Yesterday, before applying 
> > your patch, I tested on linux debian and it worked fine.
> 
> Just checked out new CVS revision of PDFKit, and tested here on OpenBSD i386, 
> and 
> it just compiles and works like a charm. Tested with a couple of PDF files.
> Only one minor nit:
> 
> If you could apply the following patch to the configure.ac file, and 
> regenerate 
> the configure script?
> 
> $OpenBSD$
> --- configure.ac.orig Thu May 31 18:00:47 2012
> +++ configure.ac      Thu May 31 18:01:01 2012
> @@ -1,7 +1,7 @@
>  AC_PREREQ(2.52)
>  AC_INIT(PDFKit, 0.9.1)
>  
> -if test -z "$GNUSTEP_SYSTEM_ROOT"; then
> +if test -z "$GNUSTEP_MAKEFILES"; then
>    AC_MSG_ERROR([You must run the GNUstep initialization script first!])
>  fi
>  
> GNUSTEP_SYSTEM_ROOT is not used in the whole configure script, but 
> GNUSTEP_MAKEFILES is used ;)

Also, even outside the ports tree, when gnustep-make is configured with 
--enable-strict-v2-mode, then GNUSTEP_SYSTEM_ROOT is not available.

Sebastian

> 
> Sebastian
> 
> 
> 
> > 
> > Riccardo
>  
>  
>  
>  
> 
 
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]