Csound Csound-dev Csound-tekno Search About

[Csnd-dev] cannot built websockets

Date2016-12-14 17:26
Fromjpff
Subject[Csnd-dev] cannot built websockets
Fixed a number of problems but stuck on.......

cd /home/jpff/csound6/Opcodes/websockets && /usr/bin/cc  -DCS_DEFAULT_PLUGINDIR=
\"/usr/local/lib/csound/plugins64-6.0\" -DHAVE_SOCKETS -DHAVE_STRTOD_L -DHAVE_ST
RTOK_R -DLINUX -DNO_FLTK_THREADS -DPIPES -DUSE_LRINT -D_CSOUND_RELEASE_ -D_GNU_S
OURCE -DwebsocketIO_EXPORTS -ftree-vectorize -ffast-math -mfpmath=sse -msse2 -fo
mit-frame-pointer -DLIB64 -DSCORE_PARSER -Wall -W -Wno-missing-field-initializer
s -Wno-unused-parameter -Wformat -Werror=format-security -O3 -mtune=corei7 -DJPF
F -ftree-vectorize -ffast-math -fvisibility=hidden -DHAVE_ATOMIC_BUILTIN -DHAVE_
CURL -g -fPIC -I/usr/local/include -I/home/jpff/csound6/./H -I/home/jpff/csound6
/./include -I/home/jpff/csound6/./Engine -I/home/jpff/csound6/. -I/home/jpff/cso
und6 -I/home/jpff/csound6/include -I/usr/include/python2.7    -Wno-format -o CMa
keFiles/websocketIO.dir/WebSocketOpcode.c.o   -c /home/jpff/csound6/Opcodes/webs
ockets/WebSocketOpcode.c
In file included from /usr/lib64/gcc/x86_64-suse-linux/4.8/include/stdint.h:9:0,
                 from /home/jpff/csound6/./include/sysdep.h:89,
                 from /home/jpff/csound6/./include/csoundCore.h:31,
                 from /home/jpff/csound6/./include/csdl.h:111,
                 from /home/jpff/csound6/Opcodes/websockets/WebSocketOpcode.h:29
,
                 from /home/jpff/csound6/Opcodes/websockets/WebSocketOpcode.c:26
:
/usr/include/stdint.h:36:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute
__’ before ‘typedef’
 typedef signed char  int8_t;
 ^

Any suggestions?  I got the previous version to build.  Seems odd to
include csdl. and csound.h...

Looked at -E output but got no insight