Ticket #18 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

--disable-bebob configure option broken

Reported by: fernoult Assigned to:
Priority: minor Milestone: FFADO 2.0
Component: Version:
Keywords: Cc:
The device the bug applies to: all non-bebob

Description

I tested --disable-bebob with --enable-motu and --enable-dice. Both return errors at compilation time, claiming some BeBoB related declaration are missing.

Change History

08/19/07 05:15:39 changed by ppalmers

This is probably due to the fact that the DICE and BeBoB drivers use the same streaming code.

Probably this will become irrelevant once we switch to the SCONS build system.

08/21/07 09:38:39 changed by ppalmers

  • version deleted.

08/21/07 12:39:37 changed by arnonym

I don't think this will be irrelevant by the switch to scons per se. It depends on code being shared which would then have to be included in the general-built. But this applies to scons as well as automake.

And if its not possible to build ffado without the bebob parts the simpliest solution would be to not disable bebob (and not give the opportunity to do so).

09/03/07 02:24:41 changed by ppalmers

  • status changed from new to closed.
  • resolution set to fixed.

It should be possible to build ffado without bebob support, since all code has been written with this in mind. However there were some "temporary" dependencies introduced when splitting the generic AV/C code from the BeBoB code.

r613 should fix this

09/03/07 03:16:28 changed by arnonym

r614 disables bridgeco-downloader and bebob-sync when ENABLE_BEBOB=no