Menu

#348 'LAME_ALPHA_VERSION' undeclared

Unknown
closed
5
2010-03-13
2009-07-02
No

Compiling 398-2, I get:

gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -MT parse.o -MD -MP -MF .deps/parse.Tpo -c -o parse.o parse.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../libmp3lame -I../include -I.. -O3 -fomit-frame-pointer -ffast-math -Wall -pipe -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib64/glib/include -MT timestatus.o -MD -MP -MF .deps/timestatus.Tpo -c -o timestatus.o timestatus.c
parse.c: In function 'lame_version_print':
parse.c:518: warning: field width should have type 'int', but argument 5 has type 'long unsigned int'
parse.c:520: warning: field width should have type 'int', but argument 4 has type 'long unsigned int'
parse.c:522: error: 'LAME_ALPHA_VERSION' undeclared (first use in this function)
parse.c:522: error: (Each undeclared identifier is reported only once
parse.c:522: error: for each function it appears in.)
parse.c: In function 'parse_args':
parse.c:1436: error: 'LAME_ALPHA_VERSION' undeclared (first use in this function)
make[2]: *** [parse.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f .deps/timestatus.Tpo .deps/timestatus.Po
make[2]: Leaving directory `/usr/local/src/graphics/lame-398-2/frontend'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/graphics/lame-398-2'
make: *** [all] Error 2

Discussion

  • Robert Hegemann

    Robert Hegemann - 2009-10-24

    Was this the official LAME tarball or an CVS checkout?
    How did you configure LAME prior to compiling?

    Looking at your text, it seems to be a 64 bit Linux system you are using, right?

     
  • Robert Hegemann

    Robert Hegemann - 2009-10-24
    • assigned_to: nobody --> robert
     
  • Robert Hegemann

    Robert Hegemann - 2010-02-26
    • status: open --> pending
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending --> closed
     

Log in to post a comment.