Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "Kenny" (May 2nd 2004, 10:35am)
. Woran es letztendlich wirlich liegt, kann ich nicht sagen, allerdings eine kleinigkeit ist sicher. Ich musste das Makefile wie folgt anpassen, damit es nicht mehr ständig nen 'segmentation fault' gibt:|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
--- Makefile-alt Sun May 2 14:23:05 2004
+++ Makefile Sun May 2 18:31:33 2004
@@ -101,8 +101,8 @@
all: libvdr-$(PLUGIN).so
libvdr-$(PLUGIN).so: $(OBJS)
- /bin/sh /usr/bin/libtool --mode=link $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) `imlib2-config --libs` -o $@
-# $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) -o $@
+# /bin/sh /usr/bin/libtool --mode=link $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) `imlib2-config --libs` -o $@
+ $(CXX) $(CXXFLAGS) -shared $(OBJS) $(LIBS) `imlib2-config --libs` -o $@
@cp $@ $(LIBDIR)/$@.$(VDRVERSION)
dist: clean
|
This post has been edited 1 times, last edit by "xpix" (May 2nd 2004, 7:50pm)

Quoted
Original von neumann2k
heaver-overdosed Theme für graphTFT v.0.1.0

|
|
Source code |
1 2 3 4 |
Item=Date,x=360,y=30,font=VeraBd,size=24,red=0,green=0,blue=0; Item=Channel,x=180,y=80,font=VeraBd,size=36,lines=1,red=255,green=255,blue=255; Item=Event,x=50,y=150,widht=500,height=200,font=VeraBd,size=47,lines=2; Item=Subevent,x=50,y=370,widht=500,height=200,font=Vera,size=40,lines=2,red=255,green=255,blue=0; |




.|
|
Source code |
1 2 3 4 |
- Item=#ReplayCurrent,x=0,y=110,font=Vera,size=30,lines=1; - Item=#ReplayTotal,x=570,y=110,font=Vera,size=30,lines=1; + Item=ReplayCurrent,x=0,y=110,font=Vera,size=30,lines=1; + Item=ReplayTotal,x=570,y=110,font=Vera,size=30,lines=1; |
mal sehen ob ich trozdem was finde...
Quoted
Original von Kenny
- ich hatte grade ne tolle Idee, in den .theme dateien kann man jetzt mit # (als ersteszeichen einer zeile) nen komentar machen
.
This post has been edited 1 times, last edit by "RaK" (May 3rd 2004, 2:38pm)

This post has been edited 1 times, last edit by "machtnix" (May 3rd 2004, 6:03pm)