PLG

Results 8 issues of PLG

I got the following error. ``` dgram.js:321 throw new Error('implicit bind failed'); ^ Error: implicit bind failed at Socket._startReceiving (dgram.js:321:13) at Socket.send (dgram.js:177:8) at Object.Client.send (/Users/knev/Project-IoMOOT/trunk/nodejs/node_modules/node-osc/lib/osc.js:84:28) at Socket. (/Users/knev/Project-IoMOOT/trunk/nodejs/osc+proxy.js:187:12) at...

I'm on Mac (Lion) and I get the following... http://www.flameeyes.eu/autotools-mythbuster/forwardporting/autoconf.html See 1.2. autoconf 2.68 ``` recursive-loop:codepoint.the-b.org 01oC$ aclocal configure.in:538: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body ../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is...

building on Ubuntu ``` make[2]: Entering directory `/home/.../codepoint.the-b.org/pcre' /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -O2 -g -MT pcre_compile.lo -MD -MP -MF .deps/pcre_compile.Tpo -c -o pcre_compile.lo pcre_compile.c ./libtool: line 861:...

Solution: I had a similar issue on OS X which I resolved using the the install_name switch instead of soname. http://stackoverflow.com/questions/4580789/cmake-mac-os-x-ld-unknown-option-soname

``` === configuring in pcre (/.../codepoint.the-b.org/pcre) configure: running /bin/sh ./configure.gnu --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. ./configure.gnu: line 3: /.../codepoint.the-b.org/pcre/configure: No such file or directory ./configure.gnu: line 3: exec: /.../codepoint.the-b.org/pcre/configure: cannot execute:...

make[2]: Entering directory `/home/knev/MOO-server/codepoint.the-b.org/pcre' cd . && /bin/sh /home/knev/MOO-server/codepoint.the-b.org/pcre/missing --run automake-1.9 --gnu Makefile.am:3:`dist_doc_DATA' is used but `docdir' is undefined Makefile.am:15:`dist_html_DATA' is used but `htmldir' is undefined Makefile.am:59:`html_DATA' is used but...

`/Users/dev/Projects/ZeroMQ-Framework.git/czmq2-x/src/zbeacon.c:54:17: 'net/if_media.h' file not found` Tmp work around: remove `czmq2-x/src/zbeacon.c` from build env.

http://zeromq.org/build:iphone Warns of this, ... > ###### Don't try to compile the library and a project with different compilers. > > ZMQ library and a project must be built by...

question