Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-06-25 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  critical   |   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+

Comment(by wenzeslaus):

 See also [http://lists.osgeo.org/pipermail/grass-dev/2014-June/069702.html
 GRASS-dev G7: OGSF compilation error on Ubuntu 14.04] for some more error
 messages.

 According to the ticket, this applies to Debian and Ubuntu (14.04). I
 don't understand if this applies to Fedora.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-06-25 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  critical   |   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+

Comment(by neteler):

 Replying to [comment:19 wenzeslaus]:
 > According to the ticket, this applies to Debian and Ubuntu (14.04).
 > I don't understand if this applies to Fedora.

 No issues on Fedora.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-06-25 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  critical   |   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+

Comment(by neteler):

 FWIW, I tested edleaver's suggestion on Ubuntu 14.04:

 Replying to [comment:13 edleaver]:
 ...
 > 1. remove /usr/include/libavutil/ from --with-ffmpeg-includes paths
 >
 > 2. lib/ogsf/gsd_img_mpeg.c line 33 should read
 >   #include 
 >rather than
 >   #include 
 >
 > That should be all that is necessary, for now.

 ... unfortunately no success:

 {{{
 grass70_release/lib/ogsf$ make
 gcc  -g -O2  -fPIC  -I/home/alba/source_code/grass70_release/dist.x86_64
 -unknown-linux-gnu/include
 -I/home/alba/source_code/grass70_release/dist.x86_64-unknown-linux-
 gnu/include   -I/usr/include/gdal -I/usr/include
 -DPACKAGE=\""grasslibs"\"  -I/usr/include/postgresql
 -I/usr/include/libavcodec -I/usr/include/libavformat
 -I/usr/include/libswscale -I/usr/include/libavutil
 -I/home/alba/source_code/grass70_release/dist.x86_64-unknown-linux-
 gnu/include -I/home/alba/source_code/grass70_release/dist.x86_64-unknown-
 linux-gnu/include -o OBJ.x86_64-unknown-linux-gnu/GK2.o -c GK2.c
 In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:105:0,
  from /home/alba/source_code/grass70_release/dist.x86_64
 -unknown-linux-gnu/include/grass/defs/gis.h:64,
  from /home/alba/source_code/grass70_release/dist.x86_64
 -unknown-linux-gnu/include/grass/gis.h:636,
  from GK2.c:21:
 /usr/include/x86_64-linux-gnu/bits/stat.h:91:21: error: field ‘st_atim’
 has incomplete type
  struct timespec st_atim;  /* Time of last access.  */
  ^
 /usr/include/x86_64-linux-gnu/bits/stat.h:92:21: error: field ‘st_mtim’
 has incomplete type
  struct timespec st_mtim;  /* Time of last modification.  */
  ^
 /usr/include/x86_64-linux-gnu/bits/stat.h:93:21: error: field ‘st_ctim’
 has incomplete type
  struct timespec st_ctim;  /* Time of last status change.  */
  ^
 In file included from /home/alba/source_code/grass70_release/dist.x86_64
 -unknown-linux-gnu/include/grass/defs/gis.h:64:0,
  from /home/alba/source_code/grass70_release/dist.x86_64
 -unknown-linux-gnu/include/grass/gis.h:636,
  from GK2.c:21:
 /usr/include/x86_64-linux-gnu/sys/stat.h:365:31: error: array type has
 incomplete element type
  const struct timespec __times[2],
^
 /usr/include/x86_64-linux-gnu/sys/stat.h:372:54: error: array type has
 incomplete element type
  extern int futimens (int __fd, const struct timespec __times[2]) __THROW;
   ^
 make: *** [OBJ.x86_64-unknown-linux-gnu/GK2.o] Error 1
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-06-25 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  critical   |   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+

Comment(by hamish):

 A reminder, ffmpeg is not used with trunk, only for creating animations
 directly in tcl/tk NVIZ in grass 6.

 suggest to remove it from libogsf and configure.in in trunk.


 Hamish

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-06-26 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  blocker|   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+
Changes (by neteler):

  * priority:  critical => blocker


Comment:

 Replying to [comment:22 hamish]:
 > A reminder, ffmpeg is not used with trunk, only for creating animations
 directly in tcl/tk NVIZ in grass 6.
 >
 > suggest to remove it from libogsf and configure.in in trunk.

 Sounds reasonable. Marked as blocker for the 7.0 release.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-07-21 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  blocker|   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+

Comment(by wenzeslaus):

 Replying to [comment:22 hamish]:
 > A reminder, ffmpeg is not used with trunk, only for creating animations
 directly in tcl/tk NVIZ in grass 6.
 >
 > suggest to remove it from libogsf and configure.in in trunk.
 >

 I removed ffmpeg in r61305. I've used `autoconf2.13`. Compilation after
 `make distclean` works.  wxNVIZ and `m.nviz.image` (and `g.gui.animation`)
 work.

 I updated [source:grass/trunk/REQUIREMENTS.html REQUIREMENTS.html] but I
 don't know what is appropriate update for the following files:
  * [source:grass/trunk/mswindows/osgeo4w/config.h.vc
 mswindows/osgeo4w/config.h.vc]
  * [source:grass/trunk/macosx/ReadMe.rtf macosx/ReadMe.rtf]
  * [source:grass/trunk/macosx/pkg/resources/ReadMe.rtf
 macosx/pkg/resources/ReadMe.rtf]

 I don't understand why, if I leave the parameters
 {{{
 --with-ffmpeg=no --with-ffmpeg-includes="/usr/include/libavcodec
 /usr/include/libavformat /usr/include/libswscale /usr/include/libavutil"
 }}}
 in my `./configure` call, no error is reported.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-08-18 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  blocker|   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+

Comment(by wenzeslaus):

 r61305 backported to 7.0 in r61678 no further changes done, so comment:24
 still applies.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error

2014-08-18 Thread GRASS GIS
#2017: ogsf compilation error
+---
  Reporter:  martinl|   Owner:  grass-dev@…  
  Type:  defect |  Status:  closed   
  Priority:  blocker|   Milestone:  7.0.0
 Component:  Compiling  | Version:  svn-trunk
Resolution:  fixed  |Keywords:  libc, ogsf, libavutil, ffmpeg
  Platform:  Linux  | Cpu:  x86-64   
+---
Changes (by wenzeslaus):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Since everything compiles fine, closing this ticket. Open a new one in
 case of further troubles.

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error (was: osgf compilation error)

2014-05-04 Thread GRASS GIS
#2017: ogsf compilation error
---+
 Reporter:  martinl|   Owner:  grass-dev@…  

 Type:  defect |  Status:  new  

 Priority:  critical   |   Milestone:  7.0.0

Component:  Compiling  | Version:  svn-trunk

 Keywords:  libc, ogsf, libavutil, ffmpeg  |Platform:  Linux

  Cpu:  x86-64 |  
---+
Changes (by glynn):

  * keywords:  libc, osgf, libavutil, ffmpeg => libc, ogsf, libavutil,
   ffmpeg


-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev