-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problems with Electron compilation #11
Comments
complete log:
|
@fedyfausto There is no need to build the module yourself, just add it to your
and run |
i can not install the module in this way because i need it in electron environment so i need to compile it, and if i install in your way and i run the app i get this error: |
@fedyfausto I'll change from |
Let me know when it is ready :D |
@fedyfausto Ready, try the latest master (v0.0.2) |
mmm maybe i'm doing a mistake, i'm using "noble-winrt": "Timeular/noble-winrt#master" to install the latest version but i get a lot of errors :S |
@fedyfausto Which kind of errors do you get? Can you share your project? |
yes of course could i have a your contact? (such as email or telegram nickname) ? |
@fedyfausto You can find it in my profile |
@fedyfausto It should work now with the latest master |
Ok now it compile without errors, anyway i can not find any services / charas from the device that i find in Linux with noble :S if you want i can pass the services that i looking for. |
As the object, i downloaded the module via github and i place the folder into the node_modules and renamed it in noble-winrt so i tried to compile all with:
npm rebuild --runtime=electron --target=3.0.8 --arch=x64 --rebuild --disturl=https://atom.io/download/electron --build_from_source=true
and then i get these errors:
UPDATE
i run the npm install command into the module folder and the i run the rebuild command from root of my project and then i get A LOT of errors such as:
c:\program files (x86)\windows kits\10\include\10.0.17763.0\cppwinrt\winrt\windows.devices.enumeration.h(2484): error C2913
The text was updated successfully, but these errors were encountered: