Dies ist eine mobil optimierte Seite, die schnell lädt. Wenn Sie die Seite ohne Optimierung laden möchten, dann klicken Sie auf diesen Text.

Brauche Hilfe beim ersten compilieren

    Nobody is reading this thread right now.
solche posts bitte künftig in
Code:
 dann kommen da auch keine smilies 

du hast anscheint nicht die zum compilieren benötigten pakete installiert.. von zugriff verweigert sehe ich da nichts
zum einen fehlt dir libusb beziehungsweise libusb-dev und zum anderen openssl beziehungsweise libssl-dev usw.
guck dir dazu bitte auch noch mal den "benötigte pakete installieren" abschnitt von [URL="https://www.digital-eliteboard.com/showthread.php?197089-Brauche-Hilfe-beim-ersten-compilieren&p=1446049&viewfull=1#post1446049"]post #9[/URL] an
 
habs nochmal in
Code:
 geändert .. danke für den hinweis :)

nee das mit zugriff verweigert kannste vergessen .. das war mein fehler ...

sind alle installiert
[CODE]
root@ubuntu:~/oscam-svn/build# apt-get install build-essential autoconf automake cmake make patch gcc g++ pkg-config subversion
Reading package lists... Done
Building dependency tree       
Reading state information... Done
autoconf is already the newest version.
automake is already the newest version.
build-essential is already the newest version.
cmake is already the newest version.
g++ is already the newest version.
gcc is already the newest version.
make is already the newest version.
patch is already the newest version.
pkg-config is already the newest version.
subversion is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:~/oscam-svn/build# apt-get install libccid libtool libglib2.0-dev libssl-dev libssl0.9.8 libpcsclite1 libpcsclite-dev libusb-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libglib2.0-dev is already the newest version.
libpcsclite-dev is already the newest version.
libpcsclite1 is already the newest version.
libtool is already the newest version.
libusb-dev is already the newest version.
libccid is already the newest version.
libssl-dev is already the newest version.
libssl0.9.8 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@ubuntu:~/oscam-svn/build# apt-get install gettext libncurses5-dev flex bison libpng3 zlib1g-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
bison is already the newest version.
flex is already the newest version.
gettext is already the newest version.
libncurses5-dev is already the newest version.
zlib1g-dev is already the newest version.
libpng3 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
 
Hey,
ich nochmal .. hoffe du hast noch etwas geduld.
Also ich hab nochmal eine komplett neue VM aufgesetzt und nun gings ziemlich weit und zwar ohne probleme ...
aber am ende beim befehl "make -j$cpucores" kommt er dann beim kompilieren etwas ab 70% ins stottern!?

vielleicht hast du ja nochmal einen lösungsansatz ... leider kann ich nicht alles ab der eingabe des befehls hier rein kopieren da ich im terminal nicht mehr nach ganz oben scrollen kann.

Danke
Code:
/root/oscam-svn/module-cccam.c:2118: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2121: error: 'struct cc_data' has no member named 'receive_buffer'
/root/oscam-svn/module-cccam.c:2122: error: 'struct cc_data' has no member named 'last_msg'
/root/oscam-svn/module-cccam.c:2129: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2129: error: 'struct s_client' has no member named 'cc'

/root/oscam-svn/module-cccam.c:2130: error: 'struct cc_data' has no member named 'receive_buffer'/root/oscam-svn/oscam-http.c:79: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:79: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/module-cccam.c:2133: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2134: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/module-cccam.c:2136: error: 'struct cc_data' has no member named 'last_emm_card'
/root/oscam-svn/module-cccam.c:2137: error: 'struct cc_data' has no member named 'num_hop1'
/root/oscam-svn/module-cccam.c:2138: error: 'struct cc_data' has no member named 'num_hop2'
/root/oscam-svn/module-cccam.c:2139: error: 'struct cc_data' has no member named 'num_hopx'
/root/oscam-svn/module-cccam.c:2140: error: 'struct cc_data' has no member named 'num_reshare0'
/root/oscam-svn/module-cccam.c:2141: error: 'struct cc_data' has no member named 'num_reshare1'
/root/oscam-svn/module-cccam.c:2142: error: 'struct cc_data' has no member named 'num_reshare2'
/root/oscam-svn/module-cccam.c:2143: error: 'struct cc_data' has no member named 'num_resharex'
/root/oscam-svn/module-cccam.c:2144: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2152: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/module-cccam.c:2152: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/module-cccam.c:2153: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/module-cccam.c:2153: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/module-cccam.c:2155: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2155: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2155: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/module-cccam.c:2155: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/module-cccam.c:2219: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2219: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2224: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2224: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2246: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2275: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/module-cccam.c:2290: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/module-cccam.c:2292: error: 'struct cc_data' has no member named 'card_added_count'
/root/oscam-svn/module-cccam.c:2294: error: 'struct cc_data' has no member named 'num_hop1'
/root/oscam-svn/module-cccam.c:2295: error: 'struct cc_data' has no member named 'num_hop2'
/root/oscam-svn/module-cccam.c:2296: error: 'struct cc_data' has no member named 'num_hopx'
/root/oscam-svn/module-cccam.c:2298: error: 'struct cc_data' has no member named 'num_reshare0'
/root/oscam-svn/module-cccam.c:2299: error: 'struct cc_data' has no member named 'num_reshare1'
/root/oscam-svn/module-cccam.c:2300: error: 'struct cc_data' has no member named 'num_reshare2'
/root/oscam-svn/module-cccam.c:2301: error: 'struct cc_data' has no member named 'num_resharex'
/root/oscam-svn/module-cccam.c:2303: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2303: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2308: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2314: error: 'struct cc_data' has no member named 'cards_busy'

/root/oscam-svn/oscam-simples.c: In function 'check_client':
/root/oscam-svn/oscam-simples.c:60: warning: control reaches end of non-void function/root/oscam-svn/oscam-http.c:81: error: 'struct s_client' has no member named 'ac_limit'

make[2]: *** [CMakeFiles/csoscam.dir/oscam-http-helpers.o] Fehler 1
make[2]: *** [CMakeFiles/csoscam.dir/oscam-simples.o] Fehler 1
/root/oscam-svn/oscam-config.c: In function 'init_srvid':make[2]: *** [csctapi/CMakeFiles/csctapi.dir/icc_async.o] Fehler 1
make[1]: *** [csctapi/CMakeFiles/csctapi.dir/all] Fehler 2

/root/oscam-svn/oscam-config.c:3831: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-config.c:3831: error: 'struct s_client' has no member named 'next'/root/oscam-svn/module-cccam.c:2316: error: 'struct cc_data' has no member named 'cards_busy'

/root/oscam-svn/module-cccam.c:2324: error: 'struct s_client' has no member named 'stopped'
/root/oscam-svn/module-cccam.c:2330: error: 'struct s_client' has no member named 'stopped'
/root/oscam-svn/module-cccam.c:2357: error: 'struct cc_data' has no member named 'remote_oscam'
/root/oscam-svn/module-cccam.c:2357: error: 'struct cc_data' has no member named 'remote_oscam'
/root/oscam-svn/module-cccam.c:2368: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2370: error: 'struct cc_data' has no member named 'cccam220'
/root/oscam-svn/module-cccam.c:2372: error: 'struct cc_data' has no member named 'sleepsend'
/root/oscam-svn/module-cccam.c:2387: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:2388: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:2390: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:2390: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:2390: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:2401: error: 'struct cc_data' has no member named 'recv_ecmtask'
/root/oscam-svn/module-cccam.c:2403: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/module-cccam.c:2406: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2409: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2411: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2411: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2417: error: 'struct cc_data' has no member named 'recv_ecmtask'
/root/oscam-svn/module-cccam.c:2432: error: 'struct cc_data' has no member named 'cmd05NOK'
/root/oscam-svn/module-cccam.c:2464: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2464: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2469: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2469: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2474: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2485: error: 'struct s_client' has no member named 'ecmtask'
/root/oscam-svn/module-cccam.c:2486: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2486: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2488: error: 'struct s_client' has no member named 'ecmtask'
/root/oscam-svn/module-cccam.c:2497: error: 'struct cc_data' has no member named 'cmd05NOK'
/root/oscam-svn/module-cccam.c:2498: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2500: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2501: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c:2508: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/module-cccam.c:2525: error: 'struct cc_data' has no member named 'server_ecm_pending'
/root/oscam-svn/module-cccam.c:2526: error: 'struct cc_data' has no member named 'server_ecm_idx'
/root/oscam-svn/module-cccam.c:2531: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2531: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2541: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2541: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2546: error: 'struct s_reader' has no member named 'next'
/root/oscam-svn/module-cccam.c:2551: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2551: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2553: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2553: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2555: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2556: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2559: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/module-cccam.c:2574: error: 'struct s_client' has no member named 'cc'/root/oscam-svn/oscam-config.c: In function 'chk_reader':
/root/oscam-svn/module-cccam.c:2574: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2579: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/oscam-config.c:4084: error: 'AES_KEY' undeclared (first use in this function)
/root/oscam-svn/oscam-config.c:4084: error: (Each undeclared identifier is reported only once
/root/oscam-svn/oscam-config.c:4084: error: for each function it appears in.)
/root/oscam-svn/oscam-config.c:4084: error: expected ';' before 'aeskey'
/root/oscam-svn/oscam-config.c:4085: warning: implicit declaration of function 'AES_set_decrypt_key'

/root/oscam-svn/module-cccam.c:2579: error: 'struct s_client' has no member named 'cc'/root/oscam-svn/oscam-config.c:4085: error: 'aeskey' undeclared (first use in this function)

/root/oscam-svn/module-cccam.c:2585: error: 'struct s_client' has no member named 'cc'/root/oscam-svn/oscam-config.c:4087: warning: implicit declaration of function 'AES_decrypt'
/root/oscam-svn/oscam-config.c:4197: error: 'struct s_reader' has no member named 'sc8in1_dtrrts_patch'
/root/oscam-svn/module-cccam.c:2585: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2594: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2600: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2600: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2605: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2606: error: 'struct cc_data' has no member named 'recv_ecmtask'
/root/oscam-svn/module-cccam.c:2608: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2610: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2610: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2612: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2618: error: 'struct cc_data' has no member named 'recv_ecmtask'
/root/oscam-svn/module-cccam.c:2626: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2633: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2637: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2637: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2645: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2645: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2652: error: 'struct cc_data' has no member named 'ecm_time'
/root/oscam-svn/module-cccam.c:2652: error: 'struct cc_data' has no member named 'ecm_time'

/root/oscam-svn/oscam-config.c:4255: error: 'struct s_reader' has no member named 'fix_9993'/root/oscam-svn/module-cccam.c:2653: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2654: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2654: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2669: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2669: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2673: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2679: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2682: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2682: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2686: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c:2688: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2689: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c:2696: error: 'struct cc_data' has no member named 'max_ecms'
/root/oscam-svn/module-cccam.c:2697: error: 'struct cc_data' has no member named 'ecm_counter'
/root/oscam-svn/module-cccam.c:2707: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/oscam-config.c:4275: error: 'struct s_reader' has no member named 'ins7E'
/root/oscam-svn/module-cccam.c:2707: error: 'struct cc_data' has no member named 'answer_on_keepalive'
/root/oscam-svn/module-cccam.c:2710: error: 'struct cc_data' has no member named 'answer_on_keepalive'
/root/oscam-svn/oscam-config.c:4278: error: 'struct s_reader' has no member named 'ins7E'
/root/oscam-svn/module-cccam.c:2713: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/module-cccam.c:2718: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/module-cccam.c:2721: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2721: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2726: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c:2726: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/module-cccam.c:2732: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2732: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2735: error: 'AES_KEY' undeclared (first use in this function)
/root/oscam-svn/module-cccam.c:2735: error: expected ';' before 'key'
/root/oscam-svn/module-cccam.c:2740: error: 'key' undeclared (first use in this function)
/root/oscam-svn/module-cccam.c:2748: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2748: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2759: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2759: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2779: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2779: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2824: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2824: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2838: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2838: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2854: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:2854: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:2855: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:2855: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:2862: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/module-cccam.c:2866: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2866: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2869: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2869: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2899: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2899: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2900: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2901: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c:2912: error: 'struct cc_data' has no member named 'max_ecms'
/root/oscam-svn/module-cccam.c:2912: error: 'struct cc_data' has no member named 'ecm_counter'
/root/oscam-svn/module-cccam.c:2912: error: 'struct cc_data' has no member named 'max_ecms'
/root/oscam-svn/module-cccam.c:2913: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2913: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2913: error: 'struct cc_data' has no member named 'max_ecms'

/root/oscam-svn/oscam-config.c:4278: error: 'struct s_reader' has no member named 'ins7E'
/root/oscam-svn/oscam-config.c:4281: error: 'struct s_reader' has no member named 'ins7E'
/root/oscam-svn/oscam-config.c:4287: error: 'struct s_reader' has no member named 'ins7E11'
/root/oscam-svn/oscam-config.c:4290: error: 'struct s_reader' has no member named 'ins7E11'
/root/oscam-svn/oscam-config.c:4290: error: 'struct s_reader' has no member named 'ins7E11'
/root/oscam-svn/oscam-config.c:4293: error: 'struct s_reader' has no member named 'ins7E11'
/root/oscam-svn/oscam-config.c:4596: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4597: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4603: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4607: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4612: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4612: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4614: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4614: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4616: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/oscam-config.c:4617: error: 'struct s_reader' has no member named 'cooldown'
/root/oscam-svn/module-cccam.c: In function 'cc_recv_chk':/root/oscam-svn/oscam-http.c: In function 'send_oscam_reader':
/root/oscam-svn/oscam-http.c:1044: error: 'struct s_reader' has no member named 'ecmsok'
/root/oscam-svn/oscam-http.c:1044: error: 'struct s_reader' has no member named 'ecmshealthok'
/root/oscam-svn/oscam-http.c:1045: error: 'struct s_reader' has no member named 'ecmsnok'
/root/oscam-svn/oscam-http.c:1045: error: 'struct s_reader' has no member named 'ecmshealthnok'
/root/oscam-svn/oscam-http.c:1048: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-http.c: In function 'send_oscam_reader_config':/root/oscam-svn/oscam-config.c:4776: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-config.c:4779: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-config.c:4780: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-config.c:4780: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-config.c:4781: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-config.c:4781: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-config.c:4870: error: 'struct s_reader' has no member named 'ndsversion'
/root/oscam-svn/oscam-config.c:4885: error: 'struct s_reader' has no member named 'ratelimitecm'
/root/oscam-svn/module-cccam.c:2924: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:2931: error: 'struct cc_data' has no member named 'recv_ecmtask'
/root/oscam-svn/oscam-config.c:4888: error: 'struct s_reader' has no member named 'ratelimitecm'
/root/oscam-svn/oscam-config.c:4890: error: 'struct s_reader' has no member named 'ratelimitecm'

/root/oscam-svn/module-cccam.c:2936: error: 'struct cc_data' has no member named 'recv_ecmtask'/root/oscam-svn/oscam-http.c:1148: error: 'struct s_reader' has no member named 'next'
/root/oscam-svn/oscam-config.c:4890: error: 'struct s_reader' has no member named 'rlecmh'
/root/oscam-svn/oscam-http.c:1273: error: 'struct s_reader' has no member named 'fix_9993'
/root/oscam-svn/oscam-config.c:4896: error: 'struct s_reader' has no member named 'ratelimitecm'
/root/oscam-svn/module-cccam.c: In function 'cc_send_dcw':
/root/oscam-svn/oscam-config.c:4897: error: 'struct s_reader' has no member named 'ratelimitseconds'
/root/oscam-svn/oscam-config.c:4899: error: 'struct s_reader' has no member named 'ratelimitseconds'
/root/oscam-svn/oscam-config.c:4903: error: 'struct s_reader' has no member named 'ratelimitseconds'
/root/oscam-svn/module-cccam.c:2968: error: 'struct s_client' has no member named 'cc'

/root/oscam-svn/oscam-config.c: In function 'free_reader':/root/oscam-svn/module-cccam.c:2980: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2985: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2992: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:2996: error: 'struct cc_data' has no member named 'sleepsend'
/root/oscam-svn/module-cccam.c:3011: error: 'struct cc_data' has no member named 'server_ecm_pending'
/root/oscam-svn/module-cccam.c: In function 'cc_recv':
/root/oscam-svn/module-cccam.c:3020: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:3031: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3032: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:3033: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3033: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3033: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:3035: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3035: error: 'struct s_client' has no member named 'cc'

/root/oscam-svn/oscam-http.c:1275: error: 'struct s_reader' has no member named 'fix_9993'
/root/oscam-svn/oscam-http.c:1325: error: 'struct s_reader' has no member named 'ins7E'
/root/oscam-svn/oscam-http.c:1326: error: 'struct s_reader' has no member named 'ins7E'
/root/oscam-svn/oscam-http.c:1330: error: 'struct s_reader' has no member named 'ins7E11'
/root/oscam-svn/oscam-http.c:1331: error: 'struct s_reader' has no member named 'ins7E11'
/root/oscam-svn/oscam-http.c:1360: error: 'struct s_reader' has no member named 'sc8in1_dtrrts_patch'
/root/oscam-svn/oscam-http.c:1362: error: 'struct s_reader' has no member named 'sc8in1_dtrrts_patch'
/root/oscam-svn/oscam-http.c:1372: error: 'struct s_reader' has no member named 'ratelimitecm'
/root/oscam-svn/oscam-http.c:1373: error: 'struct s_reader' has no member named 'ratelimitecm'
/root/oscam-svn/oscam-http.c:1374: error: 'struct s_reader' has no member named 'ratelimitseconds'
/root/oscam-svn/oscam-http.c:1398: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-http.c:1399: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-http.c:1527: error: 'struct s_reader' has no member named 'ndsversion'
/root/oscam-svn/module-cccam.c:3049: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3049: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c: In function 'cc_init_locks':
/root/oscam-svn/module-cccam.c:3066: error: 'struct cc_data' has no member named 'lockcmd'
/root/oscam-svn/module-cccam.c:3067: error: 'struct cc_data' has no member named 'cards_busy'
/root/oscam-svn/module-cccam.c: In function 'cc_srv_wakeup_readers':
/root/oscam-svn/module-cccam.c:3079: error: 'struct s_reader' has no member named 'next'
/root/oscam-svn/module-cccam.c:3088: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c: In function 'cc_srv_connect':
/root/oscam-svn/module-cccam.c:3113: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3114: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3115: error: 'struct cc_data' has no member named 'extended_ecm_idx'
/root/oscam-svn/module-cccam.c:3118: error: 'struct cc_data' has no member named 'send_buffer'
/root/oscam-svn/module-cccam.c:3120: error: 'struct cc_data' has no member named 'server_ecm_pending'
/root/oscam-svn/module-cccam.c:3121: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:3122: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c:3142: error: 'SHA_CTX' undeclared (first use in this function)
/root/oscam-svn/module-cccam.c:3142: error: expected ';' before 'ctx'
/root/oscam-svn/module-cccam.c:3143: warning: implicit declaration of function 'SHA1_Init'
/root/oscam-svn/module-cccam.c:3143: error: 'ctx' undeclared (first use in this function)
/root/oscam-svn/module-cccam.c:3144: warning: implicit declaration of function 'SHA1_Update'
/root/oscam-svn/module-cccam.c:3145: warning: implicit declaration of function 'SHA1_Final'
/root/oscam-svn/module-cccam.c:3262: error: 'struct s_client' has no member named 'pfd'
/root/oscam-svn/oscam-config.c:5027: error: 'struct s_reader' has no member named 'lb_stat'
/root/oscam-svn/oscam-config.c:5028: error: 'struct s_reader' has no member named 'lb_stat_lock'
/root/oscam-svn/oscam-config.c:5029: error: 'struct s_reader' has no member named 'lb_stat'
/root/oscam-svn/oscam-config.c:5030: error: 'struct s_reader' has no member named 'lb_stat'
/root/oscam-svn/oscam-config.c: In function 'init_readerdb':
/root/oscam-svn/module-cccam.c:3273: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/module-cccam.c:3273: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/module-cccam.c:3274: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/module-cccam.c:3274: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/module-cccam.c:3276: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3276: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3276: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/module-cccam.c:3276: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/module-cccam.c:3286: error: 'struct cc_data' has no member named 'cccam220'
/root/oscam-svn/oscam-config.c:5088: error: 'struct s_reader' has no member named 'lb_weight'
/root/oscam-svn/oscam-config.c:5091: error: 'struct s_reader' has no member named 'ndsversion'

/root/oscam-svn/module-cccam.c:3287: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/module-cccam.c:3288: error: 'struct cc_data' has no member named 'answer_on_keepalive'
/root/oscam-svn/module-cccam.c:3296: error: 'struct cc_data' has no member named 'cccam220'
/root/oscam-svn/module-cccam.c:3297: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3297: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3299: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3299: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3304: error: 'struct cc_data' has no member named 'ecm_time'
/root/oscam-svn/module-cccam.c: In function 'cc_srv_init2':/root/oscam-svn/oscam-http.c: In function 'send_oscam_reader_stats':
/root/oscam-svn/module-cccam.c:3317: error: 'struct s_client' has no member named 'pfd'
/root/oscam-svn/module-cccam.c: In function 'cc_cli_connect':
/root/oscam-svn/module-cccam.c:3339: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:3340: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3342: error: 'struct s_client' has no member named 'stopped'
/root/oscam-svn/module-cccam.c:3349: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/module-cccam.c:3350: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3351: error: 'struct cc_data' has no member named 'pending_emms'
/root/oscam-svn/module-cccam.c:3352: error: 'struct cc_data' has no member named 'extended_ecm_idx'
/root/oscam-svn/module-cccam.c:3354: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/module-cccam.c:3358: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:3359: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:3359: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c:3363: error: 'SHA_DIGEST_LENGTH' undeclared (first use in this function)
/root/oscam-svn/module-cccam.c:3364: error: 'struct cc_data' has no member named 'send_buffer'
/root/oscam-svn/module-cccam.c:3398: error: 'struct cc_data' has no member named 'ecm_counter'
/root/oscam-svn/module-cccam.c:3399: error: 'struct cc_data' has no member named 'max_ecms'
/root/oscam-svn/module-cccam.c:3404: error: 'struct cc_data' has no member named 'answer_on_keepalive'
/root/oscam-svn/module-cccam.c:3405: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/module-cccam.c:3406: error: 'struct cc_data' has no member named 'last_emm_card'
/root/oscam-svn/module-cccam.c:3407: error: 'struct cc_data' has no member named 'num_hop1'
/root/oscam-svn/module-cccam.c:3408: error: 'struct cc_data' has no member named 'num_hop2'
/root/oscam-svn/module-cccam.c:3409: error: 'struct cc_data' has no member named 'num_hopx'
/root/oscam-svn/module-cccam.c:3410: error: 'struct cc_data' has no member named 'num_reshare0'
/root/oscam-svn/module-cccam.c:3411: error: 'struct cc_data' has no member named 'num_reshare1'
/root/oscam-svn/module-cccam.c:3412: error: 'struct cc_data' has no member named 'num_reshare2'
/root/oscam-svn/module-cccam.c:3413: error: 'struct cc_data' has no member named 'num_resharex'
/root/oscam-svn/module-cccam.c:3415: error: 'struct cc_data' has no member named 'receive_buffer'
/root/oscam-svn/module-cccam.c:3415: error: 'struct cc_data' has no member named 'receive_buffer'
/root/oscam-svn/module-cccam.c:3416: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:3416: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:3416: error: 'struct cc_data' has no member named 'nok_message'
/root/oscam-svn/module-cccam.c:3432: error: 'SHA_CTX' undeclared (first use in this function)
/root/oscam-svn/module-cccam.c:3432: error: expected ';' before 'ctx'
/root/oscam-svn/module-cccam.c:3433: error: 'ctx' undeclared (first use in this function)
/root/oscam-svn/module-cccam.c:3462: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3462: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3471: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3471: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3476: error: 'struct s_client' has no member named 'cc'/root/oscam-svn/oscam-config.c: In function 'mk_t_aeskeys':
/root/oscam-svn/module-cccam.c:3476: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3481: error: 'struct s_client' has no member named 'pfd'
/root/oscam-svn/module-cccam.c:3482: error: 'struct s_client' has no member named 'pfd'
/root/oscam-svn/module-cccam.c:3485: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3485: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3505: error: 'struct cc_data' has no member named 'just_logged_in'
/root/oscam-svn/module-cccam.c:3507: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c:3363: warning: unused variable 'hash'
/root/oscam-svn/module-cccam.c: In function 'cc_cli_init_int':
/root/oscam-svn/oscam-http.c:1768: error: 'struct s_reader' has no member named 'lb_stat'

/root/oscam-svn/module-cccam.c:3513: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c: In function 'cc_cli_init':
/root/oscam-svn/oscam-config.c:5446: error: 'struct s_reader' has no member named 'aes_list'
/root/oscam-svn/module-cccam.c:3534: error: 'struct s_client' has no member named 'reader'

/root/oscam-svn/oscam-config.c:5461: error: 'AES_ENTRY' has no member named 'next'/root/oscam-svn/module-cccam.c:3538: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c: In function 'cc_available':
/root/oscam-svn/oscam-config.c:5465: error: 'struct s_reader' has no member named 'aes_list'
/root/oscam-svn/oscam-config.c:5498: error: 'AES_ENTRY' has no member named 'next'
/root/oscam-svn/module-cccam.c:3571: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3590: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c:3593: error: 'struct cc_data' has no member named 'ecm_busy'
/root/oscam-svn/module-cccam.c: In function 'cc_card_info':

/root/oscam-svn/module-cccam.c:3609: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/module-cccam.c: In function 'cc_s_idle':
/root/oscam-svn/module-cccam.c:3671: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/module-cccam.c:3671: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/oscam-http.c: In function 'send_oscam_user_config':
/root/oscam-svn/oscam-http.c:2175: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2175: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2202: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2202: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2314: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2314: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2340: error: 'struct s_client' has no member named 'cascadeusers'
/root/oscam-svn/oscam-http.c:2341: error: 'struct s_client' has no member named 'cascadeusers'
/root/oscam-svn/oscam-http.c:2413: error: 'struct s_client' has no member named 'ncd_client_id'
/root/oscam-svn/oscam-http.c:2416: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/oscam-http.c:2417: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/oscam-http.c:2417: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/oscam-http.c:2418: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/oscam-http.c:2418: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/oscam-http.c:2419: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/oscam-http.c:2420: error: 'struct cc_data' has no member named 'remote_oscam'
/root/oscam-svn/module-cccam.c: In function 'cc_cycle_connection':/root/oscam-svn/oscam-http.c: In function 'send_oscam_entitlement':
/root/oscam-svn/module-cccam.c:478: warning: control reaches end of non-void function

/root/oscam-svn/oscam-http.c:2709: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/oscam-http.c:2711: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/oscam-http.c:2712: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/oscam-http.c:2796: error: 'struct s_reader' has no member named 'card_valid_to'
/root/oscam-svn/oscam-http.c:2799: error: 'struct s_reader' has no member named 'card_valid_to'
/root/oscam-svn/oscam-http.c: In function 'send_oscam_status':
/root/oscam-svn/oscam-http.c:2889: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2910: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2910: warning: left-hand operand of comma expression has no effect
/root/oscam-svn/oscam-http.c:2910: warning: value computed is not used
/root/oscam-svn/oscam-http.c:2923: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:2944: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:2946: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:2946: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:2960: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:2968: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:2990: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3008: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3025: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3025: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3040: error: 'struct s_client' has no member named 'ncd_client_id'
/root/oscam-svn/oscam-http.c:3043: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/oscam-http.c:3044: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/oscam-http.c:3044: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/oscam-http.c:3045: error: 'struct cc_data' has no member named 'remote_version'
/root/oscam-svn/oscam-http.c:3045: error: 'struct cc_data' has no member named 'remote_build'
/root/oscam-svn/oscam-http.c:3046: error: 'struct cc_data' has no member named 'extended_mode'
/root/oscam-svn/oscam-http.c:3047: error: 'struct cc_data' has no member named 'remote_oscam'
/root/oscam-svn/oscam-http.c:3064: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3121: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3133: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3204: error: 'struct s_client' has no member named 'reader'
make[2]: *** [CMakeFiles/csmodules.dir/module-cccam.o] Fehler 1
make[1]: *** [CMakeFiles/csmodules.dir/all] Fehler 2
/root/oscam-svn/oscam-http.c:3213: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3220: error: 'struct s_client' has no member named 'cc'
/root/oscam-svn/oscam-http.c:3222: error: 'struct cc_data' has no member named 'cards'
/root/oscam-svn/oscam-http.c:3225: error: 'struct cc_data' has no member named 'num_hop1'
/root/oscam-svn/oscam-http.c:3229: error: 'struct cc_data' has no member named 'num_hop1'
/root/oscam-svn/oscam-http.c:3230: error: 'struct cc_data' has no member named 'num_hop2'
make[2]: *** [CMakeFiles/csoscam.dir/oscam-config.o] Fehler 1
/root/oscam-svn/oscam-http.c:3231: error: 'struct cc_data' has no member named 'num_hopx'
/root/oscam-svn/oscam-http.c:3232: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3233: error: 'struct cc_data' has no member named 'num_reshare0'
/root/oscam-svn/oscam-http.c:3234: error: 'struct cc_data' has no member named 'num_reshare1'
/root/oscam-svn/oscam-http.c:3235: error: 'struct cc_data' has no member named 'num_reshare2'
/root/oscam-svn/oscam-http.c:3236: error: 'struct cc_data' has no member named 'num_resharex'
/root/oscam-svn/oscam-http.c:3239: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:3240: error: 'struct cc_data' has no member named 'num_reshare0'
/root/oscam-svn/oscam-http.c: In function 'send_oscam_services':
/root/oscam-svn/oscam-http.c:3482: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:3482: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c: In function 'send_oscam_api':
/root/oscam-svn/oscam-http.c:4062: error: 'struct s_client' has no member named 'next'
/root/oscam-svn/oscam-http.c:4062: warning: left-hand operand of comma expression has no effect
/root/oscam-svn/oscam-http.c:4062: warning: value computed is not used
/root/oscam-svn/oscam-http.c:4085: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c:4085: error: 'struct s_client' has no member named 'reader'
/root/oscam-svn/oscam-http.c: In function 'readRequest':
/root/oscam-svn/oscam-http.c:4448: warning: implicit declaration of function 'ERR_peek_error'
/root/oscam-svn/oscam-http.c:4450: warning: implicit declaration of function 'ERR_error_string_n'
/root/oscam-svn/oscam-http.c:4451: warning: implicit declaration of function 'SSL_get_error'
/root/oscam-svn/oscam-http.c:4451: warning: implicit declaration of function 'cur_ssl'
/root/oscam-svn/oscam-http.c:4483: warning: implicit declaration of function 'SSL_pending'
/root/oscam-svn/oscam-http.c:4483: error: 'SSL' undeclared (first use in this function)
/root/oscam-svn/oscam-http.c:4483: error: expected expression before ')' token
/root/oscam-svn/oscam-http.c:4488: warning: implicit declaration of function 'SSL_get_fd'
/root/oscam-svn/oscam-http.c:4488: error: expected expression before ')' token
/root/oscam-svn/oscam-http.c: In function 'serve_process':
/root/oscam-svn/oscam-http.c:4793: error: 'SSL' undeclared (first use in this function)
/root/oscam-svn/oscam-http.c:4793: error: 'ssl' undeclared (first use in this function)
/root/oscam-svn/oscam-http.c:4793: error: 'struct s_connection' has no member named 'ssl'
/root/oscam-svn/oscam-http.c:4809: warning: implicit declaration of function 'SSL_set_fd'
/root/oscam-svn/oscam-http.c:4810: warning: implicit declaration of function 'SSL_accept'
/root/oscam-svn/oscam-http.c:4815: error: 'SSL_ERROR_WANT_READ' undeclared (first use in this function)
/root/oscam-svn/oscam-http.c:4815: error: 'SSL_ERROR_WANT_WRITE' undeclared (first use in this function)
/root/oscam-svn/oscam-http.c:4860: warning: implicit declaration of function 'SSL_shutdown'
/root/oscam-svn/oscam-http.c:4862: warning: implicit declaration of function 'SSL_free'
/root/oscam-svn/oscam-http.c: In function 'http_srv':
/root/oscam-svn/oscam-http.c:4885: error: 'struct s_client' has no member named 'thread'
/root/oscam-svn/oscam-http.c:4975: error: 'SSL_CTX' undeclared (first use in this function)
/root/oscam-svn/oscam-http.c:4975: error: 'ctx' undeclared (first use in this function)
/root/oscam-svn/oscam-http.c:4977: warning: implicit declaration of function 'SSL_Webif_Init'
/root/oscam-svn/oscam-http.c:5023: error: 'struct s_connection' has no member named 'ssl'
/root/oscam-svn/oscam-http.c:5025: error: 'struct s_connection' has no member named 'ssl'
/root/oscam-svn/oscam-http.c:5025: warning: implicit declaration of function 'SSL_new'
/root/oscam-svn/oscam-http.c:5026: error: 'struct s_connection' has no member named 'ssl'
/root/oscam-svn/oscam-http.c:5051: warning: implicit declaration of function 'SSL_CTX_free'
/root/oscam-svn/oscam-http.c:5052: warning: implicit declaration of function 'CRYPTO_set_dynlock_create_callback'
/root/oscam-svn/oscam-http.c:5053: warning: implicit declaration of function 'CRYPTO_set_dynlock_lock_callback'
/root/oscam-svn/oscam-http.c:5054: warning: implicit declaration of function 'CRYPTO_set_dynlock_destroy_callback'
/root/oscam-svn/oscam-http.c:5055: warning: implicit declaration of function 'CRYPTO_set_locking_callback'
/root/oscam-svn/oscam-http.c:5056: warning: implicit declaration of function 'CRYPTO_set_id_callback'
/root/oscam-svn/oscam-http.c:5057: warning: implicit declaration of function 'OPENSSL_free'
make[2]: *** [CMakeFiles/csoscam.dir/oscam-http.o] Fehler 1
make[1]: *** [CMakeFiles/csoscam.dir/all] Fehler 2
make: *** [all] Fehler 2
root@user-virtual-machine:~/oscam-svn/build#
 
Zuletzt bearbeitet:
"make -j$cpucores" macht nichts anderes als "make" anzuweisen das er 2 cpu kerne nutzen kann sofern du 2 oder mehr hast ansonsten eben nur mit einem. das wird über "cpucores=`grep ^processor /proc/cpuinfo | wc -l`" herraus gefunden

solche fehler können vom oscam build sein also eine fehlerhafte revision weil die unstable aktuell noch in der entwicklung ist. einfach mal eine andere probieren
 
was tippe ich bei nur einem core ein? einfach nur make??

edit: einfach mit make gehts auch nicht ...

habe jetzt mal per config.sh die SSL funktion rausgenommen und es geht wieder nen kleinen schritt weiter:

Code:
[ 87%] [ 88%] [ 89%] [ 91%] Building C object CMakeFiles/csoscam.dir/oscam-garbage.o
Building C object CMakeFiles/csoscam.dir/oscam-log.o
Building C object CMakeFiles/csoscam.dir/oscam-ac.o
Building C object CMakeFiles/csoscam.dir/oscam-chk.o
Building C object CMakeFiles/csoscam.dir/oscam-config.o
Building C object CMakeFiles/csoscam.dir/oscam-simples.o
Building C object CMakeFiles/csoscam.dir/oscam-reader.o
Building C object CMakeFiles/csoscam.dir/oscam-http.o
Building C object CMakeFiles/csoscam.dir/oscam-http-helpers.o
/root/oscam-svn/oscam-simples.c: In function 'ecmfmt':
/root/oscam-svn/oscam-simples.c:1432: warning: 'flen' may be used uninitialized in this function
Linking C static library libcsctapi.a
[ 91%] Built target csctapi
Linking C static library libcscrypt.a
[ 98%] Built target cscrypt
Linking C static library libcsreaders.a
[ 98%] Built target csreaders
Linking C static library libcsmodules.a
[ 98%] Built target csmodules
Linking C static library libcsoscam.a
[ 98%] Built target csoscam
Scanning dependencies of target oscam
[100%] Building C object CMakeFiles/oscam.dir/oscam.o
Linking C executable oscam
/root/toolchains/4.1.0-uclibc-0.9.28/bin/../lib/gcc/mipsel-linux-uclibc/4.1.0/../../../../mipsel-linux-uclibc/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make[2]: *** [oscam] Fehler 1
make[1]: *** [CMakeFiles/oscam.dir/all] Fehler 2
make: *** [all] Fehler 2


EDIT-2:

habe den terminal geschlossen und nochmal geöffnet nach der config-änderung (ssl-abschaltung)
und nochmal die letzten beiden befehle von post 9 eingegeben

und siehe da

Code:
[ 82%] [ 83%] [ 84%] [ 85%] [ 87%] [ 88%] [ 89%] [ 91%] Building C object CMakeFiles/csoscam.dir/oscam-garbage.o
Building C object CMakeFiles/csoscam.dir/oscam-config.o
Building C object CMakeFiles/csoscam.dir/oscam-chk.o
Building C object CMakeFiles/csoscam.dir/oscam-http-helpers.o
Building C object CMakeFiles/csoscam.dir/oscam-simples.o
Building C object CMakeFiles/csoscam.dir/oscam-ac.o
Building C object CMakeFiles/csoscam.dir/oscam-http.o
Building C object CMakeFiles/csoscam.dir/oscam-log.o
Building C object CMakeFiles/csoscam.dir/oscam-reader.o
/root/oscam-svn/oscam-simples.c: In function 'ecmfmt':
/root/oscam-svn/oscam-simples.c:1432: warning: 'flen' may be used uninitialized in this function
Linking C static library libcsctapi.a
[ 91%] Built target csctapi
Linking C static library libcscrypt.a
[ 98%] Built target cscrypt
Linking C static library libcsreaders.a
[ 98%] Built target csreaders
Linking C static library libcsmodules.a
[ 98%] Built target csmodules
Linking C static library libcsoscam.a
[ 98%] Built target csoscam
Scanning dependencies of target oscam
[100%] Building C object CMakeFiles/oscam.dir/oscam.o
Linking C executable oscam
[100%] Built target oscam

nach aktivieren von ssl ist die fehlermeldung wieder da
NUN FEHLT NUR NOCH SSL (der grund warum ich diesen ganzen aufwand auf mich nehme)
 
Zuletzt bearbeitet:
eigentlich wird das durch "apt-get install libssl-dev libssl0.9.8" wie auf seite 1 in "benötigte pakete" beschrieben installiert
 
hey,

hast du denn mal versucht eine wrt54g-version mit ssl zu kompilieren? hat das funktioniert? handelt es sich möglicherweise um einen Bug der reportet werden muss`???

hab die programme natürlich alle installiert in den neusten versionen...

gruß und dank
 
Zuletzt bearbeitet:
Aragon? kannst du mir noch ein bisschen helfen bitte??
ich habe im streamboard nen ticket aufgemacht für mein problem und er schlägt mir unten was vor aber irgendwie reichen meine kenntnisse nicht aus um es umzusetzen ...



und seine Lösung ist:



daraus habe ich

CROSS=/root/toolchains/4.1.0-uclibc-0.9.28/bin/mipsel-linux-uclibc

gemacht und eingegeben ... und dann?

danke

 
naja er rät dir den SSL support aus zu schalten und dann zu compilieren aber soweit warst du oben ja auch schon dass es ohne ssl funktioniert nur du möchtest ja unbedingt mit ssl support compilieren

libcrypto ist eigentlich ein bestandteil von openssl oder libssl-dev oder libcrypto++8 beziehungsweise libcrypto++-dev
 
Für die Nutzung dieser Website sind Cookies erforderlich. Du musst diese akzeptieren, um die Website weiter nutzen zu können. Erfahre mehr…