[Gambas-user] Special Compilation for archlinux.

Benoit Minisini gambas at ...1...
Tue Oct 31 20:25:55 CET 2006


On Tuesday 31 October 2006 19:41, Christian E. López Finnberg wrote:
> Hi, I'm trying to make the archlinux package. To do the package I have to
> compile and install on a temporary directory using the option DESTDIR of
> make. Unfortunatelly it does not work. I think the compilation process uses
> files created during the same compilation so it does not find the needed
> files and i get errors like this:
>
> Compiling gb.settings...
> /home/christian/t/gambas/src/gambas2-1.9.45/comp/src/gb.settings/Settings.c
>lass:12: Unknown identifier: Collection Installing gb.settings...
> Compiling gb.info...
> /home/christian/t/gambas/src/gambas2-1.9.45/comp/src/gb.info/ComponentInfo.
>class:5: Unknown identifier: String[] Installing gb.info...
> And so on...
>
>
> I don't know too much about the compilation process so i have been unable
> to find a solution. Any ideas will be wellcome.

Do not use DESTDIR. You must use "prefix":

$ make
$ make install prefix=/where/you/install/gambas

Regards,

-- 
Benoit Minisini





More information about the User mailing list