[Gambas-user] About library and component packaging in Gambas 3
Bruce Bruen
bbruen at ...2308...
Mon May 7 02:08:22 CEST 2012
On Mon, 2012-05-07 at 01:20 +0200, Benoît Minisini wrote:
> The autotools packager should work anyway, even if a component with no
> exported class seems to not be really useful. :-)
>
OK, (but I wouldn't really consider this worth fixing)
Source archive for a "no exports" component attached.
Here's the output from the ./configure|make|make install for an
autotools package made from the project:
[bb at ...2711... noinfo-0.0.1]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gambas3 binaries... Ok
checking for gambas3 components path... Ok
configure: creating ./config.status
config.status: creating Makefile
[bb at ...2711... noinfo-0.0.1]$ make
Building noinfo component...
OK
[bb at ...2711... noinfo-0.0.1]$ su
Password:
[root at ...2711... noinfo-0.0.1]# make install
make[1]: Entering directory `/home/bb/testpkg/noinfo-0.0.1'
Installing noinfo.gambas in /usr/local/lib/gambas3
Installing noinfo.component in /usr/local/lib/gambas3
Installing noinfo.info in /usr/local/share/gambas3/info
/usr/bin/install: omitting directory `.info'
chmod: cannot access
`//usr/local/share/gambas3/info/noinfo.info': No such file or
directory
Installing noinfo.list in /usr/local/share/gambas3/info
/usr/bin/install: cannot stat `.list': No such file or directory
chmod: cannot access
`//usr/local/share/gambas3/info/noinfo.list': No such file or
directory
make[1]: Nothing to be done for `install-data-am'.
make[1]: Leaving directory `/home/bb/testpkg/noinfo-0.0.1'
[root at ...2711... noinfo-0.0.1]#
-------------- next part --------------
A non-text attachment was scrubbed...
Name: noinfo-0.0.1.tar.gz
Type: application/x-compressed-tar
Size: 4814 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20120507/fce747d6/attachment.bin>
More information about the User
mailing list