[Ubuntu] Re: Daily builds of GRASS 64 releasebranch
Johan Van de Wauw
johan.vandewauw at gmail.com
Wed Oct 27 03:22:51 EDT 2010
In configure.in around line 1829:
# look for the swig program
AC_PATH_PROG(SWIG, swig, no)
if test "$SWIG" = "no" ; then
AC_MSG_ERROR([*** couldn't find swig])
fi
this means that ./configure will stop if swig is not found. If swig is
no longer needed to build grass, then configure.in should be updated.
Johan
On Wed, Oct 27, 2010 at 12:36 AM, Tim Michelsen
<timmichelsen at gmx-topmail.de> wrote:
>> fyi the swig code has been removed from grass in the final 6.4.0
>> release. ctypes will appear in 6.4.1 but hasn't fully settled yet.
> earlier I tried without swig.
>
> But it failed.
>
>> So nightly builds of the latest 6.4.svn shouldn't need
>> ./configure --with-swig
>> or a dep on the swig package.
> anyway, the only files asking for swig are:
> http://bazaar.launchpad.net/~grass/grass6/grass64_release_debian/annotate/head%3A/control.in
> http://bazaar.launchpad.net/~grass/grass6/grass64_release_debian/annotate/head%3A/control
>
> Do you wanna say that swig could be removed from both?
>
> Furthermore, do you have any idea what I need to modify in order to
> install the menu entry?
>
> _______________________________________________
> UbuntuGIS mailing list
> Ubuntu at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/ubuntu
> http://trac.osgeo.org/ubuntugis/wiki
>
More information about the Ubuntu
mailing list