Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extentpermitted by applicable law.
Last login: Sun Sep 23 17:13:20 2012 from peter-pc
root@igel:~# cd oscam-trunk
root@igel:~/oscam-trunk# svn update
Revision 7490.
root@igel:~/oscam-trunk# make clean
root@igel:~/oscam-trunk# cmake .
-- pthread found. Adding pthread support
-- openssl not found.
FATAL ssl support requested but not found!
-- librt found (needed by libusb).
-- libusb 1.0 found . Adding
smartreader support
-- librt found (needed by libusb).
-- Utils: pthread found. Adding pthread support
-- Utils: libusb 1.0 found. Adding
smartreader support
-- Utils: operating system: Linux
-- Utils: target system: i486-linux-gnu
-- Utils: use libusb functions
--
--
-- operating system: Linux
-- target system: i486-linux-gnu
-- revision: 7490
-- use built-in crypt functions
-- use system pthread functions
-- use libusb functions
--
-- Configuring done
-- Generating done
-- Build files have been written to: /root/oscam-trunk
root@igel:~/oscam-trunk# make
[ 1%] Building C object CMakeFiles/csmodules.dir/module-camd33.o
In file included from /root/oscam-trunk/globals.h:43,
from /root/oscam-trunk/module-camd33.c:1:
/root/oscam-trunk/cscrypt/cscrypt.h:12:27: error: openssl/aes.h: Datei oder Verzeichnis nicht gefunden
/root/oscam-trunk/cscrypt/cscrypt.h:13:27: error: openssl/sha.h: Datei oder Verzeichnis nicht gefunden
/root/oscam-trunk/cscrypt/cscrypt.h:14:26: error: openssl/bn.h: Datei oder Verzeichnis nicht gefunden
In file included from /root/oscam-trunk/module-camd33.c:1:
/root/oscam-trunk/globals.h:563: error: expected specifier-qualifier-list before âAES_KEYâ
In file included from /root/oscam-trunk/module-camd33.c:1:
/root/oscam-trunk/globals.h:890: error: expected specifier-qualifier-list before âAES_KEYâ
/root/oscam-trunk/globals.h:1241: error: expected specifier-qualifier-list before âBIGNUMâ
make[2]: *** [CMakeFiles/csmodules.dir/module-camd33.o] Fehler 1
make[1]: *** [CMakeFiles/csmodules.dir/all] Fehler 2
make: *** [all] Fehler 2
root@igel:~