Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15683] New: easytag 2.1.6 fails to compile with mp4v2

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15683] New: easytag 2.1.6 fails to compile with mp4v2
  • Date: 21 Apr 2010 07:22:09 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15683

Summary: easytag 2.1.6 fails to compile with mp4v2
Product: Codex
Version: test grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: audio-players
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org
Blocks: 15536


$ gaze version easytag mp4v2 libmp4v2
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test audio-soft easytag 2.1.6 -
test audio-libs mp4v2 1.9.1 1.9.1
test audio-libs libmp4v2 1.5.0.1 -

# cast -c easytag
Computing previously installed dependencies...
easytag preparing environment...
easytag checking dependencies...
easytag has a dependency on glib2
easytag has a dependency on gtk+2
easytag has a dependency on id3lib
easytag has an optional dependency on flac (Enable Flac support)
Do you want to use flac? [y]
easytag has an optional dependency on libvorbis (Enable Ogg/Vorbis support)
Do you want to use libvorbis? [y]
easytag has an optional dependency on gettext (Enable nls support)
Do you want to use gettext? [y]
easytag has an optional dependency on wavpack (Enable Wavpack support)
Do you want to cast wavpack? [n]
easytag has an optional dependency on faad2 (Enable Mp4 container support)
Do you want to use faad2? [y]
easytag has an optional dependency on some MP4V2 (Use libmp4v2 for Mp4
support).
(0) [none]
(1) mp4v2 (installed)

Which one do you want? [1]
easytag has an optional dependency on speex (Enable ogg/speex container
support)
Do you want to use speex? [y]

make[3]: Entering directory `/usr/src/easytag-2.1.6/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\"
-DPACKAGE_DATA_DIR=\"/usr/share/easytag\" -march=native
-mtune=native -m64 -pipe -DPIC -fPIC -O2 -mmmx -mfpmath=sse -msse -msse2
-msse3 -mssse3 -msse4.1 -Wall -pthread -I/usr/i
nclude/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/inc
lude/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -MT mp4_header.o -MD -MP
-MF
.deps/mp4_header.Tpo -c -o mp4_header.o mp4_header.c
mp4_header.c:47:17: error: mp4.h: No such file or directory
mp4_header.c:56: error: expected specifier-qualifier-list before 'uint8_t'
mp4_header.c:60: error: 'MP4_MPEG4_AAC_MAIN_AUDIO_TYPE' undeclared here (not
in
a function)
...
mp4_header.c:125: error: expected ')' before 'file'
mp4_header.c: In function 'Mp4_Header_Read_File_Info':
mp4_header.c:196: error: 'MP4FileHandle' undeclared (first use in this
function)
mp4_header.c:196: error: (Each undeclared identifier is reported only once
mp4_header.c:196: error: for each function it appears in.)
mp4_header.c:196: error: expected ';' before 'file'
mp4_header.c:197: error: 'MP4TrackId' undeclared (first use in this function)
mp4_header.c:197: error: expected ';' before 'trackId'
mp4_header.c:207: error: 'file' undeclared (first use in this function)
mp4_header.c:207: warning: implicit declaration of function 'MP4Read'
mp4_header.c:207: error: 'MP4_INVALID_FILE_HANDLE' undeclared (first use in
this function)
mp4_header.c:217: warning: implicit declaration of function
'MP4GetNumberOfTracks'
mp4_header.c:217: error: 'MP4_AUDIO_TRACK_TYPE' undeclared (first use in this
function)
mp4_header.c:221: warning: implicit declaration of function 'MP4Close'
mp4_header.c:227: error: 'trackId' undeclared (first use in this function)
mp4_header.c:227: warning: implicit declaration of function 'MP4FindTrackId'
mp4_header.c:231: warning: implicit declaration of function 'getType'
mp4_header.c:241: warning: implicit declaration of function
'MP4GetTrackBitRate'
mp4_header.c:242: warning: implicit declaration of function
'MP4GetTrackTimeScale'
mp4_header.c:243: warning: implicit declaration of function
'MP4GetTrackAudioChannels'
mp4_header.c:244: warning: implicit declaration of function
'MP4ConvertFromTrackDuration'
mp4_header.c:244: warning: implicit declaration of function
'MP4GetTrackDuration'
mp4_header.c:244: error: 'MP4_SECS_TIME_SCALE' undeclared (first use in this
function)
make[3]: *** [mp4_header.o] Error 1
make[3]: Leaving directory `/usr/src/easytag-2.1.6/src'
make[2]: Leaving directory `/usr/src/easytag-2.1.6/src'

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



  • [SM-Grimoire-Bugs] [Bug 15683] New: easytag 2.1.6 fails to compile with mp4v2, bugzilla-daemon, 04/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page