[Gambas-devel] problems compiling in Debian

José L. Redrejo Rodríguez jredrejo at ...101...
Thu Aug 10 14:14:33 CEST 2006


El jue, 10-08-2006 a las 14:09 +0200, Benoit Minisini escribió:
> On Thursday 10 August 2006 13:57, José L. Redrejo Rodríguez wrote:
> > Hi,
> > since version 1.9.33 I can't compile the comp/src projects. With 1.9.38
> > I get these errors:
> >
> > Installing the components...
> > Compiling gb.settings...
> > /gambas/gambas2-1.9.38/comp/src/gb.settings/Settings.class:11: Unknown
> > identifier: Collection
> > Installing gb.settings...
> > Compiling gb.info...
> > /gambas/gambas2-1.9.38/comp/src/gb.info/ComponentInfo.class:5: Unknown
> > identifier: String[]
> > Installing gb.info...
> > Compiling gb.form...
> > /gambas/gambas2-1.9.38/comp/src/gb.form/ToolPanelContainer.class:8:
> > Unknown identifier: Font
> > Installing gb.form...
> > Compiling gb.form.mdi...
> > /gambas/gambas2-1.9.38/comp/src/gb.form.mdi/CWindow.class:3: Unknown
> > identifier: Window
> > Installing gb.form.mdi...
> > Compiling gb.db.form...
> > /gambas/gambas2-1.9.38/comp/src/gb.db.form/Request.class:41: Unknown
> > identifier: String[]
> > Installing gb.db.form...
> > make[3]: Nothing to be done for `install-data-am'.
> >
> > Installing the components...
> > Compiling gb.settings...
> > /gambas/gambas2-1.9.33/comp/src/gb.settings/Settings.class:9: Unknown
> > identifier: Collection
> > Installing gb.settings...
> > Compiling gb.info...
> > /gambas/gambas2-1.9.33/comp/src/gb.info/ComponentInfo.class:5: Unknown
> > identifier: String[]
> > Installing gb.info...
> > Compiling gb.form...
> > /gambas/gambas2-1.9.33/comp/src/gb.form/ToolPanelContainer.class:8:
> > Unknown identifier: Picture
> > Installing gb.form...
> > Compiling gb.form.mdi...
> > /gambas/gambas2-1.9.33/comp/src/gb.form.mdi/CWindow.class:3: Unknown
> > identifier: Window
> > Installing gb.form.mdi...
> > Compiling gb.db.form...
> > /gambas/gambas2-1.9.33/comp/src/gb.db.form/Request.class:41: Unknown
> > identifier: String[]
> > Installing gb.db.form...
> >
> >
> >
> >
> > Any idea where the problem could be? 1.9.32 compiles and works
> > perfectly, so it seems there was some change in gbi2 or in the Makefiles
> > since 1.9.33. Maybe Benoît remembers it...
> 
> Strange, as the last (1.9.38) compiles perfectly on Ubuntu.
> 
> Do you apply some patches? Do you run "make uninstall" before compiling a new 
> package?
> 

The only patches I apply are avoiding compiling examples. 
I don't make uninstall because I compile it in a clean chroot
envirnoment, where only the dependencies for the compilation are
installed. It's the usual way of compiling packages to assure there are
clean and fulfill all the dependencies. If I compile it "manually" in my
system, it works. So, it seems that between 1.9.32 & 1.9.33 there was
some makefile change that made the clean compilation fails, maybe
something is installed out from the compilation tree, or some permission
was changed?





More information about the Devel mailing list