Sunday, May 26th 2013, 7:27am UTC+1
You are not logged in.
Dear visitor, welcome to Linux VDR/DVB форум. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 |
make[1]: Entering directory `/usr/local/src/vdr-1.7.13/PLUGINS/src/rotor-0.1.5' g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c -D_GNU_SOURCE -D__KERNEL_STRICT_NAMES -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPLUGIN_NAME_I18N='"rotor"' -I/usr/local/include/PCSC -I/usr/local/src/s2/linux/include -I../../..//include -I/usr/local/src/s2/linux/include rotor.c g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c -D_GNU_SOURCE -D__KERNEL_STRICT_NAMES -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPLUGIN_NAME_I18N='"rotor"' -I/usr/local/include/PCSC -I/usr/local/src/s2/linux/include -I../../..//include -I/usr/local/src/s2/linux/include menu.c menu.c: In constructor ‘cMainMenuRotor::cMainMenuRotor()’: menu.c:142: error: ‘class cChannel’ has no member named ‘Polarization’ menu.c:142: error: ‘class cChannel’ has no member named ‘Polarization’ make[1]: *** [menu.o] Error 1 |

This post has been edited 1 times, last edit by "arkoko" (Mar 6th 2010, 3:20pm)
This post has been edited 1 times, last edit by "alex_kag" (Mar 7th 2010, 7:34am)
Beginner
Quoted
Вроде бы работает.
Quoted
Наиболее простой пример использования команды diff - получение различий между двумя файлами, оригинальным и обновленным. Можете, например, написать насколько слов обычного текста, сделать какие-нибудь изменения, и сохранить измененния во второй файл. Теперь вы можете сравнить эти эти два файла, используя команду diff:
![]()
Source code
1 [rechosen@localhost ~]$ diff originalfile updatedfile
подробности тут http://www.ylsoftware.com/news/243

Если кто напишет, как правильно создавать diff файлы
This post has been edited 1 times, last edit by "arkoko" (Mar 7th 2010, 12:29pm)
|
|
Source code |
1 |
Mar 10 10:05:07 vdr vdr: [7338] ERROR (dvbdevice.c,526): Operation not supported |
|
|
Source code |
1 2 3 4 5 6 |
+#ifdef USE_ROTOR
+ if (SendDiseqc) {
+ CHECK(ioctl(fd_frontend, FE_DISEQC_SEND_MASTER_CMD, &diseqc_cmd));
+ SendDiseqc=false;
+ }
+#endif /* ROTOR */
|
Мне тоже rotor позарез нужен, но extension patch для этого как пушкой по воробьям стрелятьне смог я установить патч - видимо из-за extension patch который мне нужен для rotor плагина

This post has been edited 1 times, last edit by "arkoko" (Mar 27th 2010, 5:44pm)
Quoted
I've attached a "new " of rotor for you to test ( if you want to)
It is based on rotor-1.4, does S2. , transponder scan, automatically selects
"the active card" as the one to move (although manual selection is still an
option) and it also displays SS and SNR although these aren't accurate.
It also drives and steps the dish properly. There is a patch included which
will apply to a vanilla vdr-1.7.14 ( If you have the bigpatch applied like I
do then you'll have to apply the patch manually).
You will need to use the enclosed rotor and patch together as they are
dependent.
There will only be 3 people using it for now You me and the bloke that fixed it
and we're looking for some test resutls before he makes it generally
available..
let me know how you go.
Regards
Mike
|
|
Source code |
1 2 3 |
Plugin rotor: make[1]: Entering directory `/usr/local/src/vdr-1.7.14/PLUGINS/src/rotor-0.1.4mh' make[1]: *** No rule to make target `/home/digitalTV/DVB/linux/include/linux/dvb/frontend.h', needed by `rotor.o'. Stop. |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
Plugin rotor:
make[1]: Entering directory `/usr/local/src/vdr-1.7.14/PLUGINS/src/rotor-0.1.4mh'
make[1]: Leaving directory `/usr/local/src/vdr-1.7.14/PLUGINS/src/rotor-0.1.4mh'
make[1]: Entering directory `/usr/local/src/vdr-1.7.14/PLUGINS/src/rotor-0.1.4mh'
g++ -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -fPIC -c -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPLUGIN_NAME_I18N='"rotor"' -I/usr/local/include/PCSC -I/usr/local/src/s2/linux/include -I../../..//include -I/usr/local/src/s2/linux/include rotor.c
In file included from /usr/include/sys/uio.h:24,
from /usr/include/sys/socket.h:28,
from /usr/include/netinet/in.h:25,
from /usr/include/arpa/inet.h:23,
from ../../..//include/vdr/config.h:13,
from ../../..//include/vdr/diseqc.h:13,
from rotor.c:11:
/usr/include/sys/types.h:52: error: conflicting declaration ‘typedef __ino64_t ino_t’
/usr/include/linux/types.h:14: error: ‘ino_t’ has a previous declaration as ‘typedef __kernel_ino_t ino_t’
/usr/include/sys/types.h:62: error: conflicting declaration ‘typedef __dev_t dev_t’
/usr/include/linux/types.h:13: error: ‘dev_t’ has a previous declaration as ‘typedef __kernel_dev_t dev_t’
/usr/include/sys/types.h:67: error: conflicting declaration ‘typedef __gid_t gid_t’
/usr/include/linux/types.h:27: error: ‘gid_t’ has a previous declaration as ‘typedef __kernel_gid_t gid_t’
/usr/include/sys/types.h:72: error: conflicting declaration ‘typedef __mode_t mode_t’
/usr/include/linux/types.h:15: error: ‘mode_t’ has a previous declaration as ‘typedef __kernel_mode_t mode_t’
/usr/include/sys/types.h:77: error: conflicting declaration ‘typedef __nlink_t nlink_t’
/usr/include/linux/types.h:16: error: ‘nlink_t’ has a previous declaration as ‘typedef __kernel_nlink_t nlink_t’
/usr/include/sys/types.h:82: error: conflicting declaration ‘typedef __uid_t uid_t’
/usr/include/linux/types.h:26: error: ‘uid_t’ has a previous declaration as ‘typedef __kernel_uid_t uid_t’
/usr/include/sys/types.h:90: error: conflicting declaration ‘typedef __off64_t off_t’
/usr/include/linux/types.h:17: error: ‘off_t’ has a previous declaration as ‘typedef __kernel_off_t off_t’
In file included from /usr/include/sys/types.h:133,
from /usr/include/sys/uio.h:24,
from /usr/include/sys/socket.h:28,
from /usr/include/netinet/in.h:25,
from /usr/include/arpa/inet.h:23,
from ../../..//include/vdr/config.h:13,
from ../../..//include/vdr/diseqc.h:13,
from rotor.c:11:
/usr/include/time.h:105: error: conflicting declaration ‘typedef void* timer_t’
/usr/include/linux/types.h:22: error: ‘timer_t’ has a previous declaration as ‘typedef __kernel_timer_t timer_t’
In file included from /usr/include/sys/types.h:220,
from /usr/include/sys/uio.h:24,
from /usr/include/sys/socket.h:28,
from /usr/include/netinet/in.h:25,
from /usr/include/arpa/inet.h:23,
from ../../..//include/vdr/config.h:13,
from ../../..//include/vdr/diseqc.h:13,
from rotor.c:11:
/usr/include/sys/select.h:78: error: conflicting declaration ‘typedef struct fd_set fd_set’
/usr/include/linux/types.h:12: error: ‘fd_set’ has a previous declaration as ‘typedef struct __kernel_fd_set fd_set’
In file included from /usr/include/sys/uio.h:24,
from /usr/include/sys/socket.h:28,
from /usr/include/netinet/in.h:25,
from /usr/include/arpa/inet.h:23,
from ../../..//include/vdr/config.h:13,
from ../../..//include/vdr/diseqc.h:13,
from rotor.c:11:
/usr/include/sys/types.h:248: error: conflicting declaration ‘typedef __blkcnt64_t blkcnt_t’
/usr/include/linux/types.h:119: error: ‘blkcnt_t’ has a previous declaration as ‘typedef long unsigned int blkcnt_t’
make[1]: *** [rotor.o] Error 1
|
Beginner
This post has been edited 2 times, last edit by "Alextuzov" (Apr 11th 2010, 6:41am)
This post has been edited 1 times, last edit by "Goga777" (Apr 11th 2010, 11:58am)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xaa7e6b90 (LWP 3823)] cFreetypeFont::Glyph (this=0xb57eed10, CharCode=124, AntiAliased=true) at font.c:200 200 if (g->CharCode() == CharCode) Current language: auto; currently c++ (gdb) thread apply all bt Thread 25 (Thread 0xaa7e6b90 (LWP 3823)): #0 cFreetypeFont::Glyph (this=0xb57eed10, CharCode=124, AntiAliased=true) at font.c:200 #1 0x080b9dc4 in cFreetypeFont::Width (this=0xb57eed10, s=0xaa7e5f32 "|") at font.c:248 #2 0xb6f6a953 in Width (s=0xaa7e5f32 "|") at menuitems.c:19 #3 0xb6f6a996 in Width (c=124 '|') at menuitems.c:13 #4 0xb6f6e1e2 in cMainMenuRotor::Action (this=0xab007c7c) at menu.c:258 #5 0x7c7c7c7c in ?? () #6 0xab007c7c in ?? () #7 0x00000000 in ?? () |
