TUXBOXDATADIR

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

TUXBOXDATADIR

Beitrag von superRoockie »

Morning everybody.

Noticed this morning that some changes where made between DATADIR and TUXBOXDATADIR. Where is the definition of TUX.. done ? I was unable to compile the libs, engima,.. (eskin ,....) with that change, so I had to put a dirty :

#ifndef TUXBOXDATADIR
#define TUXBOXDATADIR DATADIR
#endif

in way to many file. Any clue ?

sr
__Ghost__
Developer
Beiträge: 245
Registriert: Mittwoch 13. März 2002, 21:19

Beitrag von __Ghost__ »

Hi,

you must delete the acinclude.m4 symlink in the enigma dir. Then do a "cvs update -d -P -A" in the enigma dir and call ./autogen.sh in enigma.

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

Beitrag von superRoockie »

Ooops, all envirement f*cked up.

Lets restarts from scratch ! :s

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

Beitrag von superRoockie »

Ok, erased the whole enigma directory, reloaded it, recompiled, but the issue I now have it that the webif is blank when running on a dreambox, for the main page at least (some of the subpages work). Any idea of what I could have done wrong ?

sr
HEAD
Einsteiger
Einsteiger
Beiträge: 313
Registriert: Freitag 14. Februar 2003, 15:59

Beitrag von HEAD »

Hier gilt noch DATADIR ?
enigma/lib/driver/rc.cpp
current_map = strdup(DATADIR "/keymaps/eng.kmap");
enigma/src/setup_timezone.cpp
#define ZONEINFODIR DATADIR "/zoneinfo"
enigma/src/setup_keyboard.cpp
DATADIR "/keymaps/",
__Ghost__
Developer
Beiträge: 245
Registriert: Mittwoch 13. März 2002, 21:19

Beitrag von __Ghost__ »

Ja,

das passt ja auch also keymaps liegen ja auch bei einem normalen linux systemen an dieser stelle.. und zoneinfo ebenfalls..

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

Beitrag von superRoockie »

Yes, there are a couple of DATADIR left, but DATADIR is defined too, so I guess my problem of no more web interface is not related to that :(

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

Beitrag von superRoockie »

You did beat me by a minute ghost :)

Any idea for the webif staying blank ?

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

Beitrag von superRoockie »

I think Andreas fixed it :)

Compilation in progress

sr