hi
i hope someone can help me. i am trying to compile this: http://streamboard.de.vu:8001/wiki on my mac with mountain lion but i have some problems.
at first i have installed xcode - command line tools - fink and cmake - everything on mountain lion 10.8.
than i have done this:
svn co http://streamboard.de.vu/svn/oscam/trunk oscam
cd oscam
mkdir build
cd build
cmake ..
make
my result was this:
http://pastebin.com/P76qmfbv
i have also tried to define the folder with the header files
cmake -DOPTIONAL_INCLUDE_DIR=/usr/include ..
but i have got the same errors.
maybe someone is able to help me solve this problem. under 10.6.8 this all has worked without any problem.
i hope someone can help me. i am trying to compile this: http://streamboard.de.vu:8001/wiki on my mac with mountain lion but i have some problems.
at first i have installed xcode - command line tools - fink and cmake - everything on mountain lion 10.8.
than i have done this:
svn co http://streamboard.de.vu/svn/oscam/trunk oscam
cd oscam
mkdir build
cd build
cmake ..
make
my result was this:
http://pastebin.com/P76qmfbv
i have also tried to define the folder with the header files
cmake -DOPTIONAL_INCLUDE_DIR=/usr/include ..
but i have got the same errors.
maybe someone is able to help me solve this problem. under 10.6.8 this all has worked without any problem.