[vlc-devel] Compile Error...

Tony Anecito adanecito at yahoo.com
Thu Feb 7 02:33:08 CET 2008


Okay I fixed this one and found that subversion was
adding the <<<<<mine. which caused compiles to break.
If there are any changes previously in the file like
what I had during debugging of an issue long ago then
subversion will add these extra lines which causes the
make to break.

Thanks,
-Tony

--- Tony Anecito <adanecito at yahoo.com> wrote:

> Okay I deleted the code and the compile works except
> for the new error introduced by todays update. The
> error is in the java code updated but I believe may
> be
> a tool issue of some sort. The error is because of
> some odd messages left in the code. I have seen this
> error before and had to figure ot the real code that
> was added.
> 
> For exmple: the <<<< .mine is not understood by the
> make in core-jni.cc
> 
> 
> 
> <<<<<<< .mine
>
/*****************************************************************************
>  * vlc-libvlc-jni.cc: JNI interface for vlc Java
> Bindings
> 
>
*****************************************************************************
>  * Copyright (C) 1998-2006 the VideoLAN team
>  *
>  * Authors: Filippo Carone <filippo at carone.org>
>  *          Philippe Morin <phmorin at free.fr>
>  *
>  * $Id: core-jni.cc 156 2006-08-01 09:23:01Z
> littlejohn $
>  *
>  * This program is free software; you can
> redistribute
> it and/or modify
>  * it under the terms of the GNU General Public
> License as published by
>  * the Free Software Foundation; either version 2 of
> the License, or
>  * (at your option) any later version.
>  *
>  * This program is distributed in the hope that it
> will be useful,
>  * but WITHOUT ANY WARRANTY; without even the
> implied
> warranty of
>  * MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.  See the
>  * GNU General Public License for more details.
>  *
>  * You should have received a copy of the GNU
> General
> Public License
>  * along with this program; if not, write to the
> Free
> Software
>  * Foundation, Inc., 59 Temple Place - Suite 330,
> Boston, MA  02111, USA.
> 
>
*****************************************************************************/
> 
> 
> So beware the issue may be with tools the developer
> used which may be breaking the code he works on.
> 
> Regards,
> Tony
> 
> --- Tony Anecito <adanecito at yahoo.com> wrote:
> 
> > Hi All,
> > 
> > I know someone made some changes 2 days ago that
> > caused this to happen so please revert or fix if
> > possible.
> > 
> > Thanks,
> > -Tony
> > 
> > --- Tony Anecito <adanecito at yahoo.com> wrote:
> > 
> > > I do have pcre.h under cygwin/usr/include so not
> > > sure
> > > why it is not found. Seems the asademux.c has
> been
> > > modified or is new according to the modified
> date
> > of
> > > the file.
> > > 
> > > So the question is why is pcre.h not found?
> > > 
> > > Thanks,
> > > -Tony
> > > 
> > > --- Tony Anecito <adanecito at yahoo.com> wrote:
> > > 
> > > > Hi All,
> > > > 
> > > > Trying to do a make and got the following
> error.
> > > > I am trying to update my builds so I can
> pursue
> > > the
> > > > video freeze and susequent 50% CPU utilization
> > > error
> > > > so I can help you folks (and myself) out.
> > > > 
> > > > Thanks,
> > > > -Tony
> > > > 
> > > > In file included from subtitle_asa.c:46:
> > > > asademux.h:38:18: pcre.h: No such file or
> > > directory
> > > > In file included from subtitle_asa.c:46:
> > > > asademux.h:42: error: parse error before
> "pcre"
> > > > asademux.h:42: warning: no semicolon at end of
> > > > struct
> > > > or union
> > > > asademux.h:44: error: parse error before '}'
> > token
> > > > asademux.h:44: warning: type defaults to `int'
> > in
> > > > declaration of `asa_pcre
> > > > asademux.h:44: warning: data definition has no
> > > type
> > > > or
> > > > storage class
> > > > asademux.h:52: error: parse error before '*'
> > token
> > > > asademux.h:102: error: parse error before
> > > "asa_pcre"
> > > > asademux.h:102: warning: no semicolon at end
> of
> > > > struct
> > > > or union
> > > > asademux.h:102: warning: no semicolon at end
> of
> > > > struct
> > > > or union
> > > > asademux.h:112: error: parse error before
> > > "asa_pcre"
> > > > asademux.h:112: warning: no semicolon at end
> of
> > > > struct
> > > > or union
> > > > asademux.h:114: error: parse error before '}'
> > > token
> > > > asademux.h:114: warning: type defaults to
> `int'
> > in
> > > > declaration of `child'
> > > > asademux.h:114: warning: data definition has
> no
> > > type
> > > > or storage class
> > > > asademux.h:116: error: parse error before '}'
> > > token
> > > > asademux.h:116: warning: type defaults to
> `int'
> > in
> > > > declaration of `v'
> > > > asademux.h:116: warning: data definition has
> no
> > > type
> > > > or storage class
> > > > asademux.h:117: error: parse error before '}'
> > > token
> > > > asademux.h:141: error: parse error before
> > > "asa_pcre"
> > > > asademux.h:141: warning: no semicolon at end
> of
> > > > struct
> > > > or union
> > > > asademux.h:146: error: parse error before '}'
> > > token
> > > > subtitle_asa.c: In function `Open':
> > > > subtitle_asa.c:173: error: dereferencing
> pointer
> > > to
> > > > incomplete type
> > > > subtitle_asa.c:175: error: dereferencing
> pointer
> > > to
> > > > incomplete type
> > > > subtitle_asa.c:210: error: dereferencing
> pointer
> > > to
> > > > incomplete type
> > > > subtitle_asa.c:212: warning: too few arguments
> > for
> > > > format
> > > > subtitle_asa.c:216: error: dereferencing
> pointer
> > > to
> > > > incomplete type
> > > > subtitle_asa.c:252: error: dereferencing
> pointer
> > > to
> > > > incomplete type
> > > > subtitle_asa.c: At top level:
> > > > subtitle_asa.c:269: warning: unused parameter
> > > > 'p_arg'
> > > > make[4]: ***
> > > [libasademux_plugin_la-subtitle_asa.lo]
> > > > Error 1
> > > > make[4]: Leaving directory
> > > > `/home/administrator/vlc-trunk/modules/demux'
> > > > make[3]: *** [all-modules] Error 1
> > > > make[3]: Leaving directory
> > > > `/home/administrator/vlc-trunk/modules/demux'
> > > > make[2]: *** [all-recursive] Error 1
> > > > make[2]: Leaving directory
> > > > `/home/administrator/vlc-trunk/modules'
> > > > make[1]: *** [all-recursive] Error 1
> > > > make[1]: Leaving directory
> > > > `/home/administrator/vlc-trunk'
> > > > make: *** [all] Error 2
> > > > 
> > > > 
> > > >      
> > > >
> > >
> >
>
____________________________________________________________________________________
> > > > Be a better friend, newshound, and 
> > > > know-it-all with Yahoo! Mobile.  Try it now. 
> > > >
> > >
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > > 
> > > > 
> > > >
> _______________________________________________
> > > > vlc-devel mailing list
> > > > To unsubscribe or modify your subscription
> > > options:
> > > > http://mailman.videolan.org/listinfo/vlc-devel
> > > > 
> > > 
> > > 
> > > 
> > >      
> > >
> >
>
____________________________________________________________________________________
> > > Be a better friend, newshound, and 
> > > know-it-all with Yahoo! Mobile.  Try it now. 
> > >
> >
>
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
> > > 
> > > 
> > > _______________________________________________
> > > vlc-devel mailing list
> > > To unsubscribe or modify your subscription
> > options:
> > > http://mailman.videolan.org/listinfo/vlc-devel
> > > 
> > 
> > 
> > 
> > 
> >      
> >
>
____________________________________________________________________________________
> > Looking for last minute shopping deals?  
> > Find them fast with Yahoo! Search. 
> >
>
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> > _______________________________________________
> > vlc-devel mailing list
> > To unsubscribe or modify your subscription
> options:
> > http://mailman.videolan.org/listinfo/vlc-devel
> > 
> 
> 
> 
>      
>
____________________________________________________________________________________
> Looking for last minute shopping deals?  
> Find them fast with Yahoo! Search. 
>
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
> 



      ____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  http://tools.search.yahoo.com/newsearch/category.php?category=shopping
_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/vlc-devel



More information about the vlc-devel mailing list