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

Building error for Nativescript, Header files are missing #18

Open
spaul13 opened this issue Feb 21, 2019 · 3 comments
Open

Building error for Nativescript, Header files are missing #18

spaul13 opened this issue Feb 21, 2019 · 3 comments

Comments

@spaul13
Copy link

spaul13 commented Feb 21, 2019

while building the native code to generate ViveMediaDecoder.dll, getting errors of header files are missing

The command used in ubuntu terminal for building the native code
gcc -shared -o ViveMediaDecoder.all ViveMediaDecoder.cpp

#include <d3d11.h> is missing after adding that some other header files which are called from d3d11.h showing as missing elements like rpc.h, rpcndr.h

Can anyone (@kyo8568131, @OlafZwe) please help regarding how to resolve this issue? Any help regarding this will be highly appreciated.

@kyo8568131
Copy link
Contributor

This plugin is based on d3d11 which is Windows only.

@spaul13
Copy link
Author

spaul13 commented Mar 6, 2019

I tried to build it on windows using visual studio also. I can't build the native scripts. Can @kyo8569131 please guide me how to build the native scripts?

@kyo8568131
Copy link
Contributor

Please check the libraries and headers are linked properly. If you encounter other problem, please help to provide more information. Thanks.

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

2 participants