-MT import/audacity-ImportMP3.o -MD -MP -MF import/.deps/audacity-ImportMP3.Tpo -c -o import/audacity-ImportMP3.o `test -f 'import/ImportMP3.cpp' || echo './'`import/ImportMP3.cpp
export/ExportMP3.cpp:1622:4: error: ‘id3_length_t’ does not name a type; did you mean ‘int_least8_t’?
id3_length_t AddTags(AudacityProject *project, ArrayOf<char> &buffer, bool *endOfFile, const Tags *tags);
^~~~~~~~~~~~
int_least8_t
export/ExportMP3.cpp: In member function ‘virtual ProgressResult ExportMP3::Export(AudacityProject*, std::unique_ptr<ProgressDialog>&, unsigned int, const wxString&, bool, double, double, MixerSpec*, const Tags*, int)’:
export/ExportMP3.cpp:1804:4: error: ‘id3_length_t’ was not declared in this scope
id3_length_t id3len = AddTags(project, id3buffer, &endOfFile, metadata);
^~~~~~~~~~~~
export/ExportMP3.cpp:1804:4: note: suggested alternative: ‘int_least8_t’
id3_length_t id3len = AddTags(project, id3buffer, &endOfFile, metadata);
^~~~~~~~~~~~
int_least8_t
export/ExportMP3.cpp:1805:8: error: ‘id3len’ was not declared in this scope
if (id3len && !endOfFile) {
^~~~~~
export/ExportMP3.cpp:1805:8: note: suggested alternative: ‘Strlen’
if (id3len && !endOfFile) {
^~~~~~
Strlen
export/ExportMP3.cpp:1923:11: error: ‘id3len’ was not declared in this scope
if (id3len > 0 && endOfFile) {
^~~~~~
export/ExportMP3.cpp:1923:11: note: suggested alternative: ‘Strlen’
if (id3len > 0 && endOfFile) {
^~~~~~
Strlen
export/ExportMP3.cpp: At global scope:
export/ExportMP3.cpp:2054:1: error: ‘id3_length_t’ does not name a type; did you mean ‘int_least8_t’?
id3_length_t ExportMP3::AddTags(AudacityProject *WXUNUSED(project), ArrayOf<char> &buffer, bool *endOfFile, const Tags *tags)
^~~~~~~~~~~~
int_least8_t
Makefile:5501: recipe for target 'export/audacity-ExportMP3.o' failed
make[2]: *** [export/audacity-ExportMP3.o] Error 1
make[2]: *** Waiting for unfinished jobs....
mv -f export/.deps/audacity-Export.Tpo export/.deps/audacity-Export.Po
mv -f import/.deps/audacity-ImportFLAC.Tpo import/.deps/audacity-ImportFLAC.Po
In file included from import/../../lib-src/header-substitutes/allegro.h:15:0,
from import/../NoteTrack.h:23,
from import/ImportLOF.cpp:88:
import/../../lib-src/header-substitutes/../portsmf/allegro.h: In destructor ‘virtual Alg_track::~Alg_track()’:
import/../../lib-src/header-substitutes/../portsmf/allegro.h:672:9: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if (time_map) time_map->dereference(); time_map = NULL; }
^~
import/../../lib-src/header-substitutes/../portsmf/allegro.h:672:48: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
if (time_map) time_map->dereference(); time_map = NULL; }
^~~~~~~~
mv -f export/.deps/audacity-ExportPCM.Tpo export/.deps/audacity-ExportPCM.Po
mv -f import/.deps/audacity-ImportMP3.Tpo import/.deps/audacity-ImportMP3.Po
mv -f import/.deps/audacity-Import.Tpo import/.deps/audacity-Import.Po
mv -f export/.deps/audacity-ExportMultiple.Tpo export/.deps/audacity-ExportMultiple.Po
mv -f import/.deps/audacity-ImportLOF.Tpo import/.deps/audacity-ImportLOF.Po
make[2]: Leaving directory '/home/fuzzmew/software/audacity-minsrc-2.3.1/src'
Makefile:1635: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/home/fuzzmew/software/audacity-minsrc-2.3.1/src'
Makefile:811: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
Help us to help you.
Which version of Linux are you using?
What are you trying to do and what have you done so far? If you are following some instructions, which instructions? (please give a link)
Which version of Audacity?
Where did you obtain the source code?
Any other information that may help us to help you?