[GRASS-dev] Re: [GRASS GIS] #1178: WinGrass: g.extension - problem with path to $GISBASE

GRASS GIS trac at osgeo.org
Wed Jan 26 10:05:56 EST 2011


#1178: WinGrass: g.extension - problem with path to $GISBASE
---------------------------------------------------------------+------------
 Reporter:  hellik                                             |       Owner:  grass-dev@…              
     Type:  defect                                             |      Status:  new                      
 Priority:  major                                              |   Milestone:  6.4.1                    
Component:  Installation                                       |     Version:  svn-releasebranch64      
 Keywords:  wingrass, g.extension, path, installation, addons  |    Platform:  MSWindows Vista          
      Cpu:  x86-32                                             |  
---------------------------------------------------------------+------------

Comment(by hellik):

 Replying to [comment:27 hellik]:
 > Replying to [comment:26 hellik]:
 >
 > {{{
 > gcc.exe: installation problem, cannot exec `cc1': No suchfile or
 directory
 > }}}
 >
 > what does this mean?
 >
 > Helmut

 these exes are in C:\OSGeo4W\libexec\gcc\mingw32\3.4.5 and not packed into
 the wingrass-installer.

 if I put these files in C:\Program Files\GRASS 6.5.SVN\extrabin

 there is following result


 {{{
 (Wed Jan 26 16:02:04 2011)
 g.extension --verbose extension=i.landsat.toar
 svnurl=https://svn.osgeo.org/grass/grass-addons
 Using WGET for downloading data.
 Fetching <i.landsat.toar> from GRASS-Addons SVN (be patient)...
 A    i.landsat.toar\landsat_set.c
 A    i.landsat.toar\local_proto.h
 A    i.landsat.toar\main.c
 A    i.landsat.toar\description.html
 A    i.landsat.toar\landsat.c
 A    i.landsat.toar\earth_sun.c
 A    i.landsat.toar\landsat.h
 A    i.landsat.toar\landsat_met.c
 A    i.landsat.toar\Makefile
 A    i.landsat.toar\earth_sun.h
  U   i.landsat.toar
 Checked out revision 45194.
 Compiling <i.landsat.toar>...
 C:/PROGRA~1/GRASS6~1.SVN/include/Make/Module.make:25:
 warning: overriding commands for target `install'
 C:/PROGRA~1/GRASS6~1.SVN/include/Make/Rules.make:90:
 warning: ignoring old commands for target `install'
 test -d OBJ.i686-pc-mingw32 || mkdir -p OBJ.i686-pc-mingw32
 gcc -I/c/OSGeo4W/apps/grass/grass-6.5.svn/dist.i686-pc-mingw32/include
 -I/c/OSGeo4W/apps/gdal-16/include -I/c/OSGeo4W/include -g -O2
 -I/c/OSGeo4W/apps/gdal-16/include -I/c/OSGeo4W/include
 -DPACKAGE=\""grassmods"\"  -I/c/OSGeo4W/apps/grass/grass-6.5.svn/dist.i686
 -pc-mingw32/include -o OBJ.i686-pc-mingw32/earth_sun.o -c earth_sun.c
 In file included from earth_sun.c:25:
 c:/OSGeo4W/include/stdio.h:26:20: stddef.h: No such file or
 directory
 c:/OSGeo4W/include/stdio.h:28:20: stdarg.h: No such file or
 directory
 In file included from earth_sun.c:25:
 c:/OSGeo4W/include/stdio.h:191: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdio.h:207: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdio.h:208: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:209: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:210: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:211: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdio.h:296: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:297: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:298: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:311: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:312: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:313: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:319: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdio.h:320: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdio.h:330: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdio.h:330: warning: conflicting types
 for built-in function 'snprintf'
 c:/OSGeo4W/include/stdio.h:331: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdio.h:333: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:335: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:337: error: syntax error before
 "__gnuc_va_list"
 c:/OSGeo4W/include/stdio.h:411: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:411: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:411: error: syntax error before
 "fread"
 c:/OSGeo4W/include/stdio.h:412: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:412: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:412: error: syntax error before
 "fwrite"
 In file included from earth_sun.c:25:
 c:/OSGeo4W/include/stdio.h:562: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:563: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:564: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:565: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:566: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:567: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:568: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:569: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:570: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:571: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:571: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:571: error: syntax error before
 "fgetwc"
 c:/OSGeo4W/include/stdio.h:572: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:572: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:572: error: syntax error before
 "fputwc"
 c:/OSGeo4W/include/stdio.h:573: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:573: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:573: error: syntax error before
 "ungetwc"
 c:/OSGeo4W/include/stdio.h:577: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:578: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:582: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:582: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:582: warning: data definition has
 no type or storage class
 c:/OSGeo4W/include/stdio.h:583: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:584: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:584: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:584: error: syntax error before
 "getwc"
 c:/OSGeo4W/include/stdio.h:585: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:585: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:585: error: syntax error before
 "getwchar"
 c:/OSGeo4W/include/stdio.h:586: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:586: warning: data definition has
 no type or storage class
 c:/OSGeo4W/include/stdio.h:587: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:587: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:587: error: syntax error before
 "putwc"
 c:/OSGeo4W/include/stdio.h:588: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:589: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:589: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:589: error: syntax error before
 "putwchar"
 c:/OSGeo4W/include/stdio.h:590: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:591: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:592: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:593: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:594: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:594: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:594: warning: data definition has
 no type or storage class
 c:/OSGeo4W/include/stdio.h:595: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:595: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:595: warning: data definition has
 no type or storage class
 c:/OSGeo4W/include/stdio.h:596: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:597: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:598: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:599: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:603: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:605: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h: In function `vsnwprintf':
 c:/OSGeo4W/include/stdio.h:606: error: `s' undeclared (first
 use in this function)
 c:/OSGeo4W/include/stdio.h:606: error: (Each undeclared
 identifier is reported only once
 c:/OSGeo4W/include/stdio.h:606: error: for each function it
 appears in.)
 c:/OSGeo4W/include/stdio.h:606: error: `n' undeclared (first
 use in this function)
 c:/OSGeo4W/include/stdio.h:606: error: `format' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdio.h:606: error: `arg' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdio.h: At top level:
 c:/OSGeo4W/include/stdio.h:607: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:609: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:610: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:620: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdio.h:627: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:627: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:627: error: syntax error before
 "_fgetwchar"
 c:/OSGeo4W/include/stdio.h:628: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:628: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:628: error: syntax error before
 "_fputwchar"
 c:/OSGeo4W/include/stdio.h:633: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:633: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:633: error: syntax error before
 "fgetwchar"
 c:/OSGeo4W/include/stdio.h:634: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdio.h:634: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdio.h:634: error: syntax error before
 "fputwchar"
 In file included from earth_sun.c:26:
 c:/OSGeo4W/include/stdlib.h:79: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:79: warning: data definition has
 no type or storage class
 c:/OSGeo4W/include/stdlib.h:150: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:150: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:262: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:262: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:307: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:308: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:333: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:334: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:335: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:337: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:338: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:341: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:341: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:341: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:342: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:343: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:344: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:345: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:346: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:347: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:347: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:347: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:352: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdlib.h:352: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdlib.h:352: error: syntax error before
 "wcstombs"
 c:/OSGeo4W/include/stdlib.h:353: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:355: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdlib.h:356: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/stdlib.h:356: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/stdlib.h:356: error: syntax error before
 "mbstowcs"
 c:/OSGeo4W/include/stdlib.h:357: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:362: warning: parameter names
 (without types) in function declaration
 c:/OSGeo4W/include/stdlib.h:363: warning: parameter names
 (without types) in function declaration
 c:/OSGeo4W/include/stdlib.h:364: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdlib.h:376: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdlib.h:377: error: syntax error before
 ')' token
 c:/OSGeo4W/include/stdlib.h:378: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdlib.h:379: error: syntax error before
 ')' token
 c:/OSGeo4W/include/stdlib.h:425: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/stdlib.h:430: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:430: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:430: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:431: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:431: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:431: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:432: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:432: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:432: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:438: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:439: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:439: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:439: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:440: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:440: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:440: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:525: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:528: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:528: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:528: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:529: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:529: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h:529: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/stdlib.h:538: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h: In function `wtoll':
 c:/OSGeo4W/include/stdlib.h:539: error: `_w' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdlib.h: At top level:
 c:/OSGeo4W/include/stdlib.h:540: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:540: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h: In function `lltow':
 c:/OSGeo4W/include/stdlib.h:541: error: `_n' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdlib.h:541: error: `_w' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdlib.h:541: error: `_i' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdlib.h: At top level:
 c:/OSGeo4W/include/stdlib.h:542: error: syntax error before
 '*' token
 c:/OSGeo4W/include/stdlib.h:542: error: syntax error before
 "wchar_t"
 c:/OSGeo4W/include/stdlib.h: In function `ulltow':
 c:/OSGeo4W/include/stdlib.h:543: error: `_n' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdlib.h:543: error: `_w' undeclared
 (first use in this function)
 c:/OSGeo4W/include/stdlib.h:543: error: `_i' undeclared
 (first use in this function)
 In file included from earth_sun.c:27:
 c:/OSGeo4W/include/string.h: At top level:
 c:/OSGeo4W/include/string.h:36: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:37: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:38: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:39: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:40: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:46: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:46: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:46: error: syntax error before
 "strcspn"
 c:/OSGeo4W/include/string.h:49: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:49: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:49: error: syntax error before
 "strlen"
 c:/OSGeo4W/include/string.h:50: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:51: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:52: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:55: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:55: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:55: error: syntax error before
 "strspn"
 c:/OSGeo4W/include/string.h:58: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:58: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:58: error: syntax error before
 "strxfrm"
 c:/OSGeo4W/include/string.h:65: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:66: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:72: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:73: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:77: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:80: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:81: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:90: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:91: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:101: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:102: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:104: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h: In function `strncasecmp':
 c:/OSGeo4W/include/string.h:105: error: `__sz1' undeclared
 (first use in this function)
 c:/OSGeo4W/include/string.h:105: error: `__sz2' undeclared
 (first use in this function)
 c:/OSGeo4W/include/string.h:105: error: `__sizeMaxCompare'
 undeclared (first use in this function)
 c:/OSGeo4W/include/string.h: At top level:
 c:/OSGeo4W/include/string.h:106: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:111: error: syntax error before
 "size_t"
 c:/OSGeo4W/include/string.h:122: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:122: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:122: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:123: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:123: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:123: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:124: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:125: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:126: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:126: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:126: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:127: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:127: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:127: error: syntax error before
 "wcscspn"
 c:/OSGeo4W/include/string.h:129: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:129: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:129: error: syntax error before
 "wcslen"
 c:/OSGeo4W/include/string.h:130: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:130: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:131: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:132: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:132: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:132: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:133: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:133: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:133: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:134: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:134: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:134: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:135: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:135: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:135: error: syntax error before
 "wcsspn"
 c:/OSGeo4W/include/string.h:136: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:136: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:137: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:137: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:137: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:138: warning: `__cdecl__'
 attribute only applies to function types
 c:/OSGeo4W/include/string.h:138: warning: `__nothrow__'
 attribute ignored
 c:/OSGeo4W/include/string.h:138: error: syntax error before
 "wcsxfrm"
 c:/OSGeo4W/include/string.h:148: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:148: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:149: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:150: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:151: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:151: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:151: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:152: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:153: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:153: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:153: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:154: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:154: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:154: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:155: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:155: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:155: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:156: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:156: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:156: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:159: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:160: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:169: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:171: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h: In function `wcscmpi':
 c:/OSGeo4W/include/string.h:172: error: `__ws1' undeclared
 (first use in this function)
 c:/OSGeo4W/include/string.h:172: error: `__ws2' undeclared
 (first use in this function)
 c:/OSGeo4W/include/string.h: At top level:
 c:/OSGeo4W/include/string.h:173: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:173: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:173: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:174: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:175: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:176: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:176: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:176: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:177: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:178: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:178: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:178: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:179: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:179: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:179: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:180: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:180: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:180: warning: data definition
 has no type or storage class
 c:/OSGeo4W/include/string.h:181: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:181: error: syntax error before
 '*' token
 c:/OSGeo4W/include/string.h:181: warning: data definition
 has no type or storage class
 make: *** [OBJ.i686-pc-mingw32/earth_sun.o] Error 1
 ERROR: Compilation failed, sorry. Please check above error messages.
 rm: cannot remove directory `C:\\gisdata\\grassdata/nc_spm_0
 8/g65/.tmp/1580.0/i.landsat.toar': Permission denied
 (Wed Jan 26 16:02:22 2011) Befehl ausgeführt (17 sec)
 }}}

 one step further, but the next issue ...

 Helmut

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1178#comment:28>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list