Re: Strange error message when compiling svn package

2010-12-23 Thread Hugo Vanwoerkom
Chris Bannister wrote: On Wed, Dec 22, 2010 at 02:48:43PM -0600, Hugo Vanwoerkom wrote: Rodolfo Medina wrote: When compiling Mplayer svn with `make', I got the following: The one that is missing has the definiton of HAVE_MMAP. I just install mplayer with apt-get. But you are compiling it. Why

[solved] Re: Strange error message when compiling svn package

2010-12-23 Thread Rodolfo Medina
Rodolfo Medina wrote: > When compiling Mplayer svn with `make', I got the following: > > > [...] > file.c:23:5: warning: "HAVE_MMAP" is not defined > file.c: In function 'av_file_map': > file.c:47: error: 'HAVE_MMAP' undeclared (first use in this function) > file.c:47: error: (Each undeclared iden

Re: Strange error message when compiling svn package

2010-12-23 Thread Chris Bannister
On Wed, Dec 22, 2010 at 02:48:43PM -0600, Hugo Vanwoerkom wrote: > >>Rodolfo Medina wrote: > >>>When compiling Mplayer svn with `make', I got the following: > > >>The one that is missing has the definiton of HAVE_MMAP. > > I just install mplayer with apt-get. But you are compiling it. Why? If yo

Re: Strange error message when compiling svn package

2010-12-22 Thread Bob Proulx
Rodolfo Medina wrote: > When compiling Mplayer svn with `make', I got the following: > file.c:23:5: warning: "HAVE_MMAP" is not defined > ... This is a C macro. If you were a C programmer this error would be relatively easy to sort out. Since you are having difficulty I suggest that you shouldn'

Re: Strange error message when compiling svn package

2010-12-22 Thread Darac Marjal
On 22/12/10 15:20, Rodolfo Medina wrote: > Hi to all Debian users. > > When compiling Mplayer svn with `make', I got the following: > > > [...] > file.c:23:5: warning: "HAVE_MMAP" is not defined > file.c: In function 'av_file_map': > file.c:47: error: 'HAVE_MMAP' undeclared (first use in this fu

Re: Strange error message when compiling svn package

2010-12-22 Thread Hugo Vanwoerkom
Rodolfo Medina wrote: Hugo Vanwoerkom writes: Rodolfo Medina wrote: When compiling Mplayer svn with `make', I got the following: [...] The one that is missing has the definiton of HAVE_MMAP. But how can I work out what this -dev package is, so that I can install it and then terminat

Re: Strange error message when compiling svn package

2010-12-22 Thread Rodolfo Medina
Hugo Vanwoerkom writes: > Rodolfo Medina wrote: >> When compiling Mplayer svn with `make', I got the following: >> >> >> [...] >> file.c:23:5: warning: "HAVE_MMAP" is not defined >> file.c: In function 'av_file_map': >> file.c:47: error: 'HAVE_MMAP' undeclared (first use in this function) >> file

Re: Strange error message when compiling svn package

2010-12-22 Thread Hugo Vanwoerkom
Rodolfo Medina wrote: Hi to all Debian users. When compiling Mplayer svn with `make', I got the following: [...] file.c:23:5: warning: "HAVE_MMAP" is not defined file.c: In function 'av_file_map': file.c:47: error: 'HAVE_MMAP' undeclared (first use in this function) file.c:47: error: (Each und