Rick Castello wrote:
> 
> Having similar problem to that below, but with different
> header files:
> 
> [root@heinlein obs-0.3.0]# make
> make -C main
> make[1]: Entering directory `/home/rick/obs-0.3.0/main'
> g++ -Wall -g -O2 -D_REENTRANT -c -I../utils -I../xmit -I../volman -
> I../mpegutils -I../net -I../include -I.. -DPREFIX="\"/usr/local/obs\"" -
> DLOGDIR="\"/usr/local/obs/logs\"" Main.cpp
> In file included from ../include/vector.h:30,
>                  from ../include/list.h:32,
>                  from Main.cpp:28:
> ./include/types.h:26: string: No such file or directory

<string> is a standard C++ header file.  You seem to have an incomplete
or very old version of the C++ compiler.  You need to install
libstdc++-dev type packages and/or upgrade your compiler.

Chris
_______________________________________________
Obs-dev mailing list
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/obs-dev

Reply via email to