Ga naar inhoud


Aanbevolen berichten

Geplaatst:

ben dus bezig met oscam tot nu toe heb ik ssh-server dus via putty kan ik erop heb dit tot nu toe gedaan

 

 

 

1) Prepair for compile with installing new needed packs:

apt-get update

apt-get install build-essential

apt-get install libssl-dev libpcsclite-dev

apt-get install mercurial cvs subversion libncurses-dev

apt-get install cmake

 

2) Oscam compile:

cd /usr/src

svn co http://streamboard.gmc.to/svn/oscam/trunk oscam

cd oscam

sudo apt-get install cmake

cmake -DWEBIF=1 -DPCSC=1

 

tot hiero gaat het goed doe ik dan make krijg ik het hele verhaal wat hieronder staat

 

 

 

[ 1%] Building C object CMakeFiles/csmodules.dir/module-camd35.o

In file included from /usr/src/oscam/globals.h:35:0,

from /usr/src/oscam/module-camd35.c:1:

/usr/src/oscam/oscam-config.h: In function âconfig_WEBIFâ:

/usr/src/oscam/oscam-config.h:229:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_WITH_SSLâ:

/usr/src/oscam/oscam-config.h:237:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_WITH_LIBCRYPTOâ:

/usr/src/oscam/oscam-config.h:245:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_HAVE_PCSCâ:

/usr/src/oscam/oscam-config.h:253:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_LIBUSBâ:

/usr/src/oscam/oscam-config.h:261:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_HAVE_DVBAPIâ:

/usr/src/oscam/oscam-config.h:269:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_WITH_STAPIâ:

/usr/src/oscam/oscam-config.h:277:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_IRDETO_GUESSINGâ:

/usr/src/oscam/oscam-config.h:285:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_CS_ANTICASCâ:

/usr/src/oscam/oscam-config.h:293:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_WITH_DEBUGâ:

/usr/src/oscam/oscam-config.h:301:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_WITH_LBâ:

/usr/src/oscam/oscam-config.h:309:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_LCDSUPPORTâ:

/usr/src/oscam/oscam-config.h:317:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_IPV6SUPPORTâ:

/usr/src/oscam/oscam-config.h:325:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_MONITORâ:

/usr/src/oscam/oscam-config.h:333:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_CAMD33â:

/usr/src/oscam/oscam-config.h:341:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_CAMD35â:

/usr/src/oscam/oscam-config.h:349:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_CAMD35_TCPâ:

/usr/src/oscam/oscam-config.h:357:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_NEWCAMDâ:

/usr/src/oscam/oscam-config.h:365:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_CCCAMâ:

/usr/src/oscam/oscam-config.h:373:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_CCCSHAREâ:

/usr/src/oscam/oscam-config.h:381:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_GBOXâ:

/usr/src/oscam/oscam-config.h:389:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_RADEGASTâ:

/usr/src/oscam/oscam-config.h:397:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_SERIALâ:

/usr/src/oscam/oscam-config.h:405:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_CONSTCWâ:

/usr/src/oscam/oscam-config.h:413:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_MODULE_PANDORAâ:

/usr/src/oscam/oscam-config.h:421:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_WITH_CARDREADERâ:

/usr/src/oscam/oscam-config.h:429:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_NAGRAâ:

/usr/src/oscam/oscam-config.h:437:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_IRDETOâ:

/usr/src/oscam/oscam-config.h:445:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_CONAXâ:

/usr/src/oscam/oscam-config.h:453:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_CRYPTOWORKSâ:

/usr/src/oscam/oscam-config.h:461:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_SECAâ:

/usr/src/oscam/oscam-config.h:469:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_VIACCESSâ:

/usr/src/oscam/oscam-config.h:477:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_VIDEOGUARDâ:

/usr/src/oscam/oscam-config.h:485:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_DREâ:

/usr/src/oscam/oscam-config.h:493:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_TONGFANGâ:

/usr/src/oscam/oscam-config.h:501:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_READER_BULCRYPTâ:

/usr/src/oscam/oscam-config.h:509:1: error: expected â;â before â}â token

/usr/src/oscam/oscam-config.h: In function âconfig_CS_CACHEEXâ:

/usr/src/oscam/oscam-config.h:517:1: error: expected â;â before â}â token

/usr/src/oscam/module-camd35.c: In function âcamd35_cache_push_send_own_idâ:

/usr/src/oscam/module-camd35.c:436:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Ws trict-aliasing]

/usr/src/oscam/module-camd35.c: In function âcamd35_cache_push_receive_remote_idâ:

/usr/src/oscam/module-camd35.c:460:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Ws trict-aliasing]

/usr/src/oscam/module-camd35.c: In function âcamd35_cache_push_chkâ:

/usr/src/oscam/module-camd35.c:510:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Ws trict-aliasing]

/usr/src/oscam/module-camd35.c: In function âcamd35_cache_push_inâ:

/usr/src/oscam/module-camd35.c:666:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Ws trict-aliasing]

make[2]: *** [CMakeFiles/csmodules.dir/module-camd35.o] Error 1

make[1]: *** [CMakeFiles/csmodules.dir/all] Error 2

make: *** [all] Error 2

het is een feit dat een koe meer schijt dan een geit want had die geit dit geweten had ie vast meer dan die koe gescheten


Geplaatst:

is de link naar de trunk nog uptodate? heb je een 32 of 64 bit?

You can hate me. You can go out there and say anything you want about me, but you will love me later because I told you the truth.

The truth is still the truth even if no one believes it. A lie is still a lie, even if everyone believes it.
Geplaatst:

64 bit ubuntu server editie

het is een feit dat een koe meer schijt dan een geit want had die geit dit geweten had ie vast meer dan die koe gescheten

Maak een account aan of log in om te reageren

Je moet een lid zijn om een reactie te kunnen achterlaten

Account aanmaken

Registreer voor een nieuwe account in onze community. Het is erg gemakkelijk!

Registreer een nieuwe account

Inloggen

Heb je reeds een account? Log hier in.

Nu inloggen
×
×
  • Nieuwe aanmaken...