OpenZWave / node-openzwave-shared

OpenZWave addon for Node.js (all versions) including management and security functions
Other
199 stars 113 forks source link

Fixed typo caused broken build onn 1.5.3 and 1.5.4 (#320) #324

Closed robertsLando closed 5 years ago

ekarak commented 5 years ago

its more probably the other way round

../src/openzwave-groups.cc:175:37: error: ‘class OpenZWave::Manager’ has no member named ‘IsGroupMultiInstance’
   OZWManagerAssign(isMultiInstance, IsGroupMultiInstance, homeid, nodeid, groupidx);
                                     ^
../src/utils.hpp:36:43: note: in definition of macro ‘OZWManagerAssign’
      VALUE = OpenZWave::Manager::Get() -> METHOD ( __VA_ARGS__ ); \
                                           ^
make: *** [Release/obj.target/openzwave_shared/src/openzwave-groups.o] Error 1
make: Leaving directory `/home/travis/build/OpenZWave/node-openzwave-shared/build'
gyp ERR! build error 
ekarak commented 5 years ago

closing this one, raised https://github.com/OpenZWave/node-openzwave-shared/pull/326