Not really knowing c++ syntax, can someone tell me
what is wrong here. I am trying to compile the package
on OpenBSD 2.9 and I get this message.
$ cd libapp
$ make
c++ -DNDEBUG -D_UNIX -I/usr/local/include -I. -c -o
valmap.o valmap.cpp
In file included from valmap.h:16,
from valmap.cpp:12:
Avl.h:145: syntax error before `int'
*** Error code 1
Stop in /home/tylczak/code/osrtspproxy_2_0/libapp.
Thanks.