tailhook / zerogw

A fast HTTP/WebSocket to zeromq gateway (UNMAINTAINED, take a look at swindon web server instead)
http://zerogw.com
MIT License
250 stars 27 forks source link

build problems #32

Open h4ck3rm1k3 opened 9 years ago

h4ck3rm1k3 commented 9 years ago

I installed coyaml separately but the build fails of zerogw

raise Errors.WafError('No wscript file in directory %s'%d)

waflib.Errors.WafError: No wscript file in directory /mnt/data/home/mdupont/experiments/zerogw/coyaml

this dir is empty : zerogw/coyaml

h4ck3rm1k3 commented 9 years ago

The solution which is not in the readme is to link or checkout the coyaml and libwebsite into the zerogw dir.

h4ck3rm1k3 commented 9 years ago

see https://github.com/tailhook/zerogw/pull/33