Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RemoteManager_server.cpp compile issues #10

Open
kraterrak opened this issue Mar 22, 2014 · 2 comments
Open

RemoteManager_server.cpp compile issues #10

kraterrak opened this issue Mar 22, 2014 · 2 comments

Comments

@kraterrak
Copy link

Hi there.

I'm trying to compile Thrift4OZW on Debian and I've come across the following issue after running make :

make[1]: Entering directory `/home/cubie/thrift_ozw/open-zwave-read-only/cpp/build'
make[1]: Nothing to be done for `default'.
make[1]: Leaving directory `/home/cubie/thrift_ozw/open-zwave-read-only/cpp/build'
#cd ; make 
g++ -c -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -Wall -Wno-format -g -DDEBUG -Werror -O0 -DDEBUG_BOOSTSTOMP   -c Main.cpp -I /usr/local/include/openzwave -I /usr/local/include/openzwave/command_classes/ -I /usr/local/include/openzwave/value_classes/ -I /usr/local/include/openzwave/platform/    -I /usr/local/include/openzwave/platform/unix   -I /usr/local/include/thrift -I /usr/local/include/booststomp -I . -I gen-cpp   
In file included from Main.cpp:392:0:
gen-cpp/RemoteManager_server.cpp: In member function 'virtual void RemoteManagerHandler::SceneGetValues(OpenZWave::SceneGetValuesReturnStruct&, int8_t)':
gen-cpp/RemoteManager_server.cpp:972:82: error: 'class std::vector<OpenZWave::RemoteValueID>' has no member named 'toValueID'
make: *** [Main.o] Error 1

I'm not quite sure what is causing this. I have followed all of the instructions in INSTALL.txt as closely as possible.

Thanks in advance

@ekarak
Copy link
Member

ekarak commented Mar 23, 2014

Hi,
Its been a while since I updated Thrift4OZW to match the latest OpenZWave
API. this looks like something has changed in the API and the Thrift
definition file needs updating.... I'll be back when I find out what's
wrong.

Many thanks,

2014-03-22 17:13 GMT+02:00 kraterrak notifications@github.com:

Hi there.

I'm trying to compile Thrift4OZW on Debian and I've come across the
following issue after running make :

make[1]: Entering directory /home/cubie/thrift_ozw/open-zwave-read-only/cpp/build' make[1]: Nothing to be done fordefault'.
make[1]: Leaving directory `/home/cubie/thrift_ozw/open-zwave-read-only/cpp/build'
#cd ; make
g++ -c -DHAVE_INTTYPES_H -DHAVE_NETINET_IN_H -Wall -Wno-format -g -DDEBUG -Werror -O0 -DDEBUG_BOOSTSTOMP -c Main.cpp -I /usr/local/include/openzwave -I /usr/local/include/openzwave/command_classes/ -I /usr/local/include/openzwave/value_classes/ -I /usr/local/include/openzwave/platform/ -I /usr/local/include/openzwave/platform/unix -I /usr/local/include/thrift -I /usr/local/include/booststomp -I . -I gen-cpp
In file included from Main.cpp:392:0:
gen-cpp/RemoteManager_server.cpp: In member function 'virtual void RemoteManagerHandler::SceneGetValues(OpenZWave::SceneGetValuesReturnStruct&, int8_t)':
gen-cpp/RemoteManager_server.cpp:972:82: error: 'class std::vectorOpenZWave::RemoteValueID' has no member named 'toValueID'
make: *** [Main.o] Error 1

I'm not quite sure what is causing this. I have followed all of the
instructions in INSTALL.txt as closely as possible.

Thanks in advance

Reply to this email directly or view it on GitHubhttps://github.com//issues/10
.

Elias Karakoulakis
Electrical & Computer Engineer NTUA Athens
Msc Information Systems, AUEB Athens
KNX Advanced Partner

@eflukx
Copy link

eflukx commented Oct 5, 2015

Any news on this yet? Seems to be still broken in 112330c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants