linux build broken

3 Messages Forum Options Options
Permalink
cannam
linux build broken
Reply Threaded More
Print post
Permalink
Just updated from CVS, I get lots of "allegro.h: No such file or directory".

Seems to be because the EXPERIMENTAL_NOTE_TRACK define causes
allegro.h to be included in a couple of places without the
corresponding include path appearing in configure.  I'm just
commenting out EXPERIMENTAL_NOTE_TRACK and seeing if that works, for
the moment.


Chris

-------------------------------------------------------------------------
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
Richard Ash (audacity-help)
Re: linux build broken
Reply Threaded More
Print post
Permalink
On Wed, 2008-07-02 at 10:16 +0100, Chris Cannam wrote:
> Just updated from CVS, I get lots of "allegro.h: No such file or directory".
Resolve any conflicts in the build system and re-run configure. You
should find that in the list of libraries portsmf is disabled. This
means that in src/configunix.h USE_MIDI is #udef'ed, and audacity will
build without allegro quite happily.

EXPERIMENTAL_NOTE_TRACK is going away, so you shouldn't have to worry
about it in the future (I did the work on USE_MIDI with it off through,
so that's probably the best way to leave it until it disappears).

Richard


-------------------------------------------------------------------------
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
cannam
Re: linux build broken
Reply Threaded More
Print post
Permalink
On Wed, Jul 2, 2008 at 8:01 PM, Richard Ash <richard@...> wrote:
> On Wed, 2008-07-02 at 10:16 +0100, Chris Cannam wrote:
>> Just updated from CVS, I get lots of "allegro.h: No such file or directory".
> Resolve any conflicts in the build system and re-run configure.

I'm sorry, what do you mean by "resolve any conflicts"?  There don't
appear to be any CVS merge conflicts if that is the issue.

./configure has reported "PORTSMF: disabled", and in src/configunix.h,
the USE_MIDI line is commented out.  Nonetheless, AudioIO.h tries to
include allegro.h and this fails the build.


Chris

-------------------------------------------------------------------------
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