Hi Michael, Le 3 sept. 2009 à 21:54, Michael Thaler a écrit :
> I tried to install Etoile from trunk. For some reasons all warnings > are turned > into errors (I don't know enough of this to turn that off, how can > you do > that?). You can remove the -Werror flag at the end of etoile.make. Some modules in the repository might still enforce it by themselves though, although they shouldn't. > I got a couple of compile errors (uninitialized variables). I fixed > them by assigning inital values, but I am new to gnustep/etoile and > I don't > know if this is the right thing to do. Here are the diffs: Looks like the right thing to do. Thanks for the patch, I'll apply it. > In addition, libmp4v2-dev in Debian only contains a header called > mp4v2.h (not > mp4.h) so I changed that: > > Index: MKMediaFile.m > =================================================================== > --- MKMediaFile.m (revision 5268) > +++ MKMediaFile.m (working copy) > @@ -4,7 +4,7 @@ > // Ugly hack to prevent tag_c.h from redefining BOOL > #define BOOL BOOL > #include <tag_c.h> > -#include <mp4.h> > +#include <mp4v2/mp4v2.h > > There are also a couple of errors that MP4_GET_STRING, > MP4GetMetadataYear and > MP4GetMetadataTrack in this file. For this one, Eric can probably reply better than I can. Cheers, Quentin. _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
