Send grass-windows mailing list submissions to
        grass-windows@lists.osgeo.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.osgeo.org/mailman/listinfo/grass-windows
or, via email, send a message with subject or body 'help' to
        grass-windows-requ...@lists.osgeo.org

You can reach the person managing the list at
        grass-windows-ow...@lists.osgeo.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of grass-windows digest..."


Today's Topics:

   1. Re: Compiling WINGrass 7.0SVN (Johannes Radinger)
   2. Re: Compiling WINGrass 7.0SVN (Glynn Clements)
   3. Re: Compiling WINGrass 7.0SVN (Helmut Kudrnovsky)
   4. Re: Compiling WINGrass 7.0SVN (Helmut Kudrnovsky)
   5. r.basin for windows [was Re: WinGrass6.5.svn-installer with
      selected addons] (Helmut Kudrnovsky)


----------------------------------------------------------------------

Message: 1
Date: Wed, 12 Oct 2011 10:45:02 +0200
From: Johannes Radinger <jradin...@gmx.at>
Subject: [GRASS-windows] Re: Compiling WINGrass 7.0SVN
To: grass-windows@lists.osgeo.org, alecto...@gmx.at
Message-ID: <4e95538e.9000...@gmx.at>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

Am 12.10.2011 18:00, schrieb grass-windows-requ...@lists.osgeo.org:
> seehttp://lists.osgeo.org/pipermail/grass-commit/2011-October/019671.html
> "fix package.sh (deleting old package logs)"

thank you for that fix and your post about it! The log-file seems to 
work now
in the newest revision. Now I can see were I run in troubles. I get 
following
error when configuring (package.log):

`/c/OSGeo4W/lib/sqlite3_i.lib' -> `mswindows/osgeo4w/lib/libsqlite3.a'
`/c/OSGeo4W/lib/proj.lib' -> `mswindows/osgeo4w/lib/libproj.a'
`/c/OSGeo4W/lib/libtiff_i.lib' -> `mswindows/osgeo4w/lib/libtiff.a'
`/c/OSGeo4W/lib/libpq.lib' -> `mswindows/osgeo4w/lib/libpq.a'
`/c/OSGeo4W/lib/jpeg_i.lib' -> `mswindows/osgeo4w/lib/libjpeg.a'
`/c/OSGeo4W/lib/zlib.lib' -> `mswindows/osgeo4w/lib/libz.a'
Wed Oct 12 10:29:55 CEDT 2011: STARTING remove old logs
Wed Oct 12 10:29:55 CEDT 2011: FINISHED remove old logs AFTER 0s
Wed Oct 12 10:29:55 CEDT 2011: STARTING configure
checking host system type... i686-pc-mingw32
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... rm: cannot lstat `conftest.exe': 
Permission denied
yes
checking for Cygwin environment... no
checking for mingw32 environment... yes
checking for executable suffix... .exe
checking for full floating-point support... yes
checking for pwd... /bin/pwd
checking for source directory... /osgeo4w/usr/src/grass-7.0.svn
checking for build directory... /osgeo4w/usr/src/grass-7.0.svn
checking for svnversion... no
checking for MacOSX App... no
checking for MacOSX architectures... no
checking for MacOSX SDK... no
checking how to build libraries... shared
checking for additional include dirs... /c/OSGeo4W/include
checking for additional library dirs... /c/OSGeo4W/lib 
/osgeo4w/usr/src/grass-7.0.svn/mswindows/osgeo4w/lib
checking for a BSD compatible install... /bin/install -c
checking for flex... lex
checking for yywrap in -ll... no
checking for lex... no
configure: error: *** Unable to locate lex.


There is a probelm with lex. Has that anything to do with flex? I never 
explicitely installed any "lex". Just in case it has something to do 
with flex...There is a flex-2.5.4a-1-bin folder in c://OSGeo4W
Are the other configure settings okay? What is with the conftest.exe note?

So one step further but still not at the end of the road...

best regards
Johannes



------------------------------

Message: 2
Date: Wed, 12 Oct 2011 17:11:32 +0100
From: Glynn Clements <gl...@gclements.plus.com>
Subject: [GRASS-windows] Re: Compiling WINGrass 7.0SVN
To: Johannes Radinger <jradin...@gmx.at>
Cc: alecto...@gmx.at, grass-windows@lists.osgeo.org
Message-ID: <20117.48180.276003.238...@cerise.gclements.plus.com>
Content-Type: text/plain; charset=us-ascii


Johannes Radinger wrote:

> Now I can see were I run in troubles. I get 
> following
> error when configuring (package.log):

> checking for flex... lex
> checking for yywrap in -ll... no
> checking for lex... no
> configure: error: *** Unable to locate lex.
> 
> 
> There is a probelm with lex. Has that anything to do with flex?

Yes. flex is the GNU version of lex.

> I never 
> explicitely installed any "lex". Just in case it has something to do 
> with flex...There is a flex-2.5.4a-1-bin folder in c://OSGeo4W

There should be a flex.exe somewhere in the path (e.g. 
C:\OSGeo4W\bin). It's need for at least r.mapcalc.

> Are the other configure settings okay? What is with the conftest.exe note?

No idea.

-- 
Glynn Clements <gl...@gclements.plus.com>


------------------------------

Message: 3
Date: Wed, 12 Oct 2011 10:04:32 -0700 (PDT)
From: Helmut Kudrnovsky <hel...@web.de>
Subject: [GRASS-windows] Re: Compiling WINGrass 7.0SVN
To: grass-windows@lists.osgeo.org
Message-ID: <1318439072884-6885850.p...@n2.nabble.com>
Content-Type: text/plain; charset=us-ascii

>There is a probelm with lex. Has that anything to do with flex? I never
>explicitely installed any "lex". Just in case it has something to do
>with flex...There is a flex-2.5.4a-1-bin folder in c://OSGeo4W 

have a look at
http://trac.osgeo.org/grass/wiki/CompileOnWindows#Pre-builtBinaries
=> "flex from  here"

maybe this dependency wasn't unzipped in the same way as the other ones in 
C:\OSGeo4W\bin ? 

so does copying the content of the flex-2.5.4a-1-bin-folder to
C:\OSGeo4W\bin help?

Helmut

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Re-Compiling-WINGrass-7-0SVN-tp6880311p6885850.html
Sent from the Grass - Win mailing list archive at Nabble.com.


------------------------------

Message: 4
Date: Wed, 12 Oct 2011 10:46:40 -0700 (PDT)
From: Helmut Kudrnovsky <hel...@web.de>
Subject: [GRASS-windows] Re: Compiling WINGrass 7.0SVN
To: grass-windows@lists.osgeo.org
Message-ID: <1318441600074-6886005.p...@n2.nabble.com>
Content-Type: text/plain; charset=us-ascii

>have a look at
http://trac.osgeo.org/grass/wiki/CompileOnWindows#Pre-builtBinaries
>=> "flex from  here"
>
>maybe this dependency wasn't unzipped in the same way as the other ones in
>C:\OSGeo4W\bin ? 

I've added now some information in the wiki 
http://trac.osgeo.org/grass/wiki/CompileOnWindows#Pre-builtBinaries

/"Unpack all to c:\osgeo4w (the content of the several sub-folders in the
zip-files - i.e. bin, include, share, etc ... - should be copied into the
related sub-folders of c:\osgeo4w)" /

please help to improve the wiki if something is missing there.

Helmut

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Re-Compiling-WINGrass-7-0SVN-tp6880311p6886005.html
Sent from the Grass - Win mailing list archive at Nabble.com.


------------------------------

Message: 5
Date: Wed, 12 Oct 2011 13:17:26 -0700 (PDT)
From: Helmut Kudrnovsky <hel...@web.de>
Subject: [GRASS-windows] r.basin for windows [was Re:
        WinGrass6.5.svn-installer with selected addons]
To: grass-windows@lists.osgeo.org
Message-ID: <1318450646814-6886576.p...@n2.nabble.com>
Content-Type: text/plain; charset=us-ascii

 >> are the make-files ready for
 >> he grass6.X-series?
>They are python scripts developed for 6.x series.

now tried to compile, but I'm getting following error:
________________________________________________
syringia@NADA /osgeo4w/usr/src/grass6_devel
$ ./mswindows/osgeo4w/package.sh
GRASS GIS compilation log
-------------------------
Started compilation: Wed Oct 12 18:24:21 GMT 2011
--
Errors in:
/osgeo4w/usr/src/grass6_devel/scripts/r.basin
--
In case of errors please change into the directory with error and run
'make'.
If you get multiple errors, you need to deal with them in the order they
appear in the error log. If you get an error building a library, you will
also get errors from anything which uses the library.
--
Finished compilation: Wed Oct 12 19:57:26 GMT 2011
________________________________________________

syringia@NADA /osgeo4w/usr/src/grass6_devel
$ cd scripts/r.basin

syringia@NADA /osgeo4w/usr/src/grass6_devel/scripts/r.basin
$ make
../../include/Make/Script.make:47: warning: overriding commands for target
`install'
../../include/Make/Rules.make:90: warning: ignoring old commands for target
`install'
make: *** No rule to make target `r.basin', needed by
`/osgeo4w/usr/src/grass6_devel/dist.i686-pc-mingw32/scripts/r.basin'.  Stop.
________________________________________________
the content of the makefile:

MODULE_TOPDIR = ../..

PGM = r.basin

include $(MODULE_TOPDIR)/include/Make/Script.make

default: script
________________________________________________

any ideas? I don't know if python-scripts are recognised correctly in build
process.

Helmut


--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/WinGrass6-5-svn-installer-with-selected-addons-tp6873977p6886576.html
Sent from the Grass - Win mailing list archive at Nabble.com.


------------------------------

_______________________________________________
grass-windows mailing list
grass-windows@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-windows


End of grass-windows Digest, Vol 60, Issue 10
*********************************************

Reply via email to