[Gambas-user] ...And what is planned for Gambas 3.7
Ian Haywood
ihaywood3 at ...626...
Tue Sep 16 05:05:14 CEST 2014
On Tue, Sep 16, 2014 at 10:03 AM, Benoît Minisini
<gambas at ...1...> wrote:
> 7) A Gambas program may depend on other programs in the repository. That
> way libraries will be able to be put in the repository too.
currently libraries must sit in a directory on $PATH. On most systems
all directories
in $PATH are not user-writable.
Therefore a user cannot install libraries that compiled programs can use AFAICT
I've proposed this before I know: a separate environment variable for
directories to search, presumably GAMBASPATH (like PYTHONPATH, or
Java's CLASSPATH)
This would also help with my .project/.startup svn issue (which can't
be fixed by Gambas directly as there is a lot of non-Gambas stuff in
our repo)
Ian
More information about the User
mailing list