Hello,
In the latest tuxtxt version the file tuxtxt_common.h is needed but is not in CVS, can anyone check this file in please?
Thanks!
Peter
			
			
									
						
										
						file tuxtxt_common.h is missing
- 
				PLi®
 - Interessierter

 - Beiträge: 27
 - Registriert: Dienstag 25. Mai 2004, 20:31
 
- 
				mirakels
 - Neugieriger

 - Beiträge: 17
 - Registriert: Montag 8. November 2004, 23:48
 
- 
				Coronas
 - Developer
 - Beiträge: 196
 - Registriert: Dienstag 16. Oktober 2001, 00:00
 
Hi guys,
here everything is workin great, thanks btw for all involved. I didn't bother to check with Neutrino, but I didn't see any obvious errors on enigma, neither on the Dream nor the dbox. Did you give "make distclean" in apps/tuxbox/libs followed by make tuxbox_libs a try?
cu
Edit: both files are here
			
			
									
						
										
						here everything is workin great, thanks btw for all involved. I didn't bother to check with Neutrino, but I didn't see any obvious errors on enigma, neither on the Dream nor the dbox. Did you give "make distclean" in apps/tuxbox/libs followed by make tuxbox_libs a try?
cu
Edit: both files are here
- 
				mirakels
 - Neugieriger

 - Beiträge: 17
 - Registriert: Montag 8. November 2004, 23:48
 
Hm, you probably still run with TUXTXT_CFG_STANDALONE=0
This is changed in CVS yesterday to be 1 which results in wanting tuxtxt_common.h.
Ok I just saw your link to the files Funny,in my tree the libtuxtxt was not there while I did do a make checkout yesterday...
Just checked the checkout tag and it does not contain an action to update tuxbox/libs, so that is why I did not get the libtuxtxt tree...
Thanks for the pointer!
-Marcel.
			
			
									
						
										
						This is changed in CVS yesterday to be 1 which results in wanting tuxtxt_common.h.
Ok I just saw your link to the files Funny,in my tree the libtuxtxt was not there while I did do a make checkout yesterday...
Just checked the checkout tag and it does not contain an action to update tuxbox/libs, so that is why I did not get the libtuxtxt tree...
Thanks for the pointer!
-Marcel.
- 
				Coronas
 - Developer
 - Beiträge: 196
 - Registriert: Dienstag 16. Oktober 2001, 00:00
 
No, that's not it...
Edit - glad it solved your problem 
cu
			
			
									
						
										
						Code: Alles auswählen
[tux@asus tuxbox]$ pwd
/home/tux/tuxbox-cvs/apps/tuxbox
[tux@asus tuxbox]$ grep -r 'TUXTXT_CFG_STANDALONE 1' *
enigma/lib/dvb/decoder.cpp:#define TUXTXT_CFG_STANDALONE 1
plugins/tuxtxt/tuxtxt.h:#define TUXTXT_CFG_STANDALONE 1 // 1:plugin only 0:use library
[tux@asus tuxbox]$  cu