[Gambas-user] Error with the last Gambas

Benoit Minisini gambas at ...1...
Sun Aug 27 21:21:30 CEST 2006


On Sunday 27 August 2006 21:09, difusco_francesco at ...152... wrote:
> ---------- Initial Header -----------
>
> >From      : gambas-user-bounces at lists.sourceforge.net
>
> To          : "mailing list for gambas users"
> gambas-user at lists.sourceforge.net Cc          :
> Date      : Sun, 27 Aug 2006 21:02:57 +0200
> Subject : Re: [Gambas-user] Error with the last Gambas
>
> > On Sunday 27 August 2006 20:47, difusco_francesco at ...152... wrote:
> > > > Can you compare the FFormStack.form file in your gambas source
> > > > directory with the one joined to this mail?
> > >
> > > Yes, there are not differences.
> > >
> > > Francesco
> >
> > There is no use of any Root property in this file, so how can you get
> > this error message if you have correctly compiled the IDE?
> >
> > Can you try to run the IDE directly from its source directory?
> >
> > --
> > Benoit Minisini
>
> Recompiling Gambas, I get this error message:
>
> In file included from main.cpp:28:
> CPdfDocument.h:36:29: error: SplashOutputDev.h: No such file or directory
> CPdfDocument.h:70: error: ISO C++ forbids declaration of ‘SplashOutputDev’
> with no type CPdfDocument.h:70: error: expected ‘;’ before ‘*’ token
> make[4]: *** [main.lo] Error 1
> make[4]: Leaving directory
> `/home/padrone/Documents/gambas2-1.9.40/gb.pdf/src' make[3]: ***
> [all-recursive] Error 1
> make[3]: Leaving directory `/home/padrone/Documents/gambas2-1.9.40/gb.pdf'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/padrone/Documents/gambas2-1.9.40/gb.pdf'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/padrone/Documents/gambas2-1.9.40'
> make: *** [all] Error 2
>
>
> Anyway, I alway get that error message when launching Gambas.
>
> Francesco
> javascript:errsend ()
>

So you can't use the 1.9.40 if you can't compile it. Maybe you did a "make 
install" anyway, and so you have a mix of 1.9.39 and 1.9.40...

You must disable the gb.pdf component, which does not compile if you don't use 
the good version of the poppler library. Do that this way:

$ ./reconf
$ ./configure -C --disable-pdf
...
$ make

Regards,

-- 
Benoit Minisini





More information about the User mailing list