Skip to content

Instantly share code, notes, and snippets.

@FrankGrimm
Created January 3, 2012 21:07
Show Gist options
  • Save FrankGrimm/1556933 to your computer and use it in GitHub Desktop.
Save FrankGrimm/1556933 to your computer and use it in GitHub Desktop.
@empire:~/node_modules/node-serialport/serialport_native$ node-waf configure build
Checking for program g++ or c++ : /usr/bin/g++
Checking for program cpp : /usr/bin/cpp
Checking for program ar : /usr/bin/ar
Checking for program ranlib : /usr/bin/ranlib
Checking for g++ : ok
Checking for node path : not found
Checking for node prefix : ok /usr/local
'configure' finished successfully (0.026s)
Waf: Entering directory `/home/grimm/node_modules/node-serialport/serialport_native/build'
[1/2] cxx: serialport_native.cc -> build/Release/serialport_native_1.o
../serialport_native.cc: In function ‘v8::Handle<v8::Value> node::SetDTR(const v8::Arguments&)’:
../serialport_native.cc:125: error: ‘TIOCMBIS’ was not declared in this scope
../serialport_native.cc:125: error: ‘TIOCM_DTR’ was not declared in this scope
../serialport_native.cc:127: error: ‘TIOCMBIC’ was not declared in this scope
../serialport_native.cc:127: error: ‘TIOCM_DTR’ was not declared in this scope
Waf: Leaving directory `/home/grimm/node_modules/node-serialport/serialport_native/build'
Build failed: -> task failed (err #1):
{task: cxx serialport_native.cc -> serialport_native_1.o}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment