Activating modules (like dyn_mount_mgr)

Kreuzuebersetzer, Diskussion über Änderungen im Tuxbox-CDK und Tuxbox-CVS
superRoockie
Interessierter
Interessierter
Beiträge: 22
Registriert: Montag 3. Mai 2004, 07:30

Activating modules (like dyn_mount_mgr)

Beitrag von superRoockie »

I'm compiling succesfully enigma for my dreambox, but I'm strungling with enabling modules. There a conditional compile with flags like ENABLE_DYN_MOUNT, but I don't know where I should set them. I remember having had a web interface where the mount manager was working , but now all I have is 'is not available yet' :(

sr
superRoockie
Interessierter
Interessierter
Beiträge: 22
Registriert: Montag 3. Mai 2004, 07:30

Beitrag von superRoockie »

up ?

Is everybody getting the new modules when they compile ????

sr
dietmarw
Contributor
Beiträge: 1833
Registriert: Mittwoch 10. April 2002, 15:39

Beitrag von dietmarw »

superRoockie
Interessierter
Interessierter
Beiträge: 22
Registriert: Montag 3. Mai 2004, 07:30

Beitrag von superRoockie »

Is it ? I'm compiling the cvs and I do not get the module activated, that's not linked to the fact that I'm later on putting that enigma on a dreambox, is it ?

It is clearly an option that I must have set wrong somewhere, I just would welcome a hint on where those compilation flags are set !

sr
digi_casi

Beitrag von digi_casi »

the compile flags are set in .../enigma/configure.ac
add a flag -DENABLE_DYN_MOUNT
and it should work.
superRoockie
Interessierter
Interessierter
Beiträge: 22
Registriert: Montag 3. Mai 2004, 07:30

Beitrag von superRoockie »

THANK YOU :)

sr
Npq
Senior Member
Beiträge: 1339
Registriert: Donnerstag 24. April 2003, 12:12

Beitrag von Npq »

Actually the regular way would be to add an "enable--foo"-switch for all application defined configure-options with "AC_ARG_ENABLE" or similar.

Remember, the aufoconf-Input files are usually unavailable to (compiling) endusers and are meant to be a convenient way for a developer to produce a configure-skript.