Closed scij closed 4 years ago
I just pushed the accompanying protolib update that I overlooked doing. Sorry for the inconvenience. I think a "cd norm; git pull" should suffice to get the update, but you may also need to do a "git submodule update" within the the 'norm' directory to pull the updated protolib submodulate into your norm tree
Wow - that was quick. Tks so much. And yes, git submodule update was necessary.
When trying to build NORM from the latest commit (norm and Protolib) I am getting this error:
../src/common/normSession.cpp:5110:20: error: use of undeclared identifier 'PROTO_ADDR_BROADCAST' etherDst = PROTO_ADDR_BROADCAST;
And yes, there is no such definition in the source code. I re-ranwaf configure --build-java
but no changes. My system macOS 10.15.5 with the latest Xcode installed.