| From "Greg Williams" <
gswillia@...>
| Fri, 11 Jul 2008 11:56:40 -0400
| Subject: [Audacity-devel] NoteTrack Drawing
> Gale -
> As I'm sure you'll see (or already saw) in another email I sent out, I chose
> to commit with USE_MIDI off by default for now, because I'm still not sure
> that the changes I've made recently will work on all platforms. Within a
> couple days, after any and all compiling issues have been worked out, I'll
> make a commit that will turn USE_MIDI on by default.
Hi Greg
Great, so hopefully it should be turned on by the 1.3.6a4 snapshot.
However I have got errors compiling Release build (i.e. ANSI) on the
same platform as you (Win XP), with USE_MIDI off (i.e. I have not
modified configwin.h). Errors below. I noticed Richard said extra
headers would be needed to enable USE_MIDI on Windows but I have
only updated CVS and built.
Thanks
Gale
ImportMIDI.cpp
..\..\..\src\import\ImportMIDI.cpp(45) : error C2065: 'Alg_seq_ptr' : undeclared identifier
..\..\..\src\import\ImportMIDI.cpp(45) : error C2146: syntax error : missing ';' before identifier 'new_seq'
..\..\..\src\import\ImportMIDI.cpp(45) : error C2065: 'new_seq' : undeclared identifier
..\..\..\src\import\ImportMIDI.cpp(45) : error C2514: 'Alg_seq' : class has no constructors
c:\program files\audacity-cvs\audacity\src\import\../NoteTrack.h(22) : see declaration of 'Alg_seq'
..\..\..\src\import\ImportMIDI.cpp(48) : error C2227: left of '->get_read_error' must point to class/struct/union/generic type
type is ''unknown-type''
..\..\..\src\import\ImportMIDI.cpp(48) : error C2065: 'alg_error_open' : undeclared identifier
NoteTrack.cpp
..\..\..\src\NoteTrack.cpp(66) : error C2027: use of undefined type 'Alg_seq'
c:\program files\audacity-cvs\audacity\src\NoteTrack.h(22) : see declaration of 'Alg_seq'
..\..\..\src\NoteTrack.cpp(66) : error C2227: left of '->serialize' must point to class/struct/union/generic type
..\..\..\src\NoteTrack.cpp(70) : error C2065: 'Alg_track_ptr' : undeclared identifier
..\..\..\src\NoteTrack.cpp(70) : error C2146: syntax error : missing ';' before identifier 'alg_track'
..\..\..\src\NoteTrack.cpp(70) : error C2065: 'alg_track' : undeclared identifier
..\..\..\src\NoteTrack.cpp(70) : error C2027: use of undefined type 'Alg_seq'
c:\program files\audacity-cvs\audacity\src\NoteTrack.h(22) : see declaration of 'Alg_seq'
..\..\..\src\NoteTrack.cpp(70) : error C3861: 'unserialize': identifier not found
..\..\..\src\NoteTrack.cpp(73) : error C2065: 'Alg_seq_ptr' : undeclared identifier
..\..\..\src\NoteTrack.cpp(73) : error C2146: syntax error : missing ';' before identifier 'alg_track'
..\..\..\src\NoteTrack.cpp(158) : error C2146: syntax error : missing ')' before identifier 'seq'
..\..\..\src\NoteTrack.cpp(158) : error C2761: 'void NoteTrack::SetSequence(Alg_seq *)' : member function redeclaration not allowed
..\..\..\src\NoteTrack.cpp(158) : error C2059: syntax error : ')'
..\..\..\src\NoteTrack.cpp(159) : error C2143: syntax error : missing ';' before '{'
..\..\..\src\NoteTrack.cpp(159) : error C2447: '{' : missing function header (old-style formal list?)
..\..\..\src\NoteTrack.cpp(182) : error C2027: use of undefined type 'Alg_seq'
c:\program files\audacity-cvs\audacity\src\NoteTrack.h(22) : see declaration of 'Alg_seq'
..\..\..\src\NoteTrack.cpp(182) : error C2227: left of '->length' must point to class/struct/union/generic type
..\..\..\src\NoteTrack.cpp(182) : fatal error C1903: unable to recover from previous error(s); stopping compilation
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at
http://www.sourceforge.net/community/cca08_______________________________________________
audacity-devel mailing list
audacity-devel@...
https://lists.sourceforge.net/lists/listinfo/audacity-devel