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

Unable to install on Mac - mojave #47

Closed
colinbes opened this issue Mar 4, 2019 · 3 comments
Closed

Unable to install on Mac - mojave #47

colinbes opened this issue Mar 4, 2019 · 3 comments

Comments

@colinbes
Copy link

colinbes commented Mar 4, 2019

When running npm install on mimecorg/vuido-webpack-template initialized project I am getting error

  CXX(target) Release/obj.target/nbind/src/arch/darwin/libui_loop.o
In file included from ../src/arch/darwin/libui_loop.mm:1:
In file included from /Users/colinbes/tmp/mynative/node_modules/libui-node/src/includes/event-loop-darwin.h:4:
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:43:
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:72:
/usr/local/include/Block.h:16:3: error: Never include this file directly. Use <lzma.h> instead.
#       error Never include this file directly. Use <lzma.h> instead.
        ^

npm version 6.8.0
node version 10.10.0 (have also tried 8.x.x)
vue version 3.4.1 (same error trying vue 2.9.6)
macOS version Mojave 10.14.3
xcode installed - yes

@mischnic
Copy link

mischnic commented Mar 4, 2019

/usr/local/include/Block.h

This file doesn't exist for me, removing it should fix the issue.

@colinbes
Copy link
Author

colinbes commented Mar 4, 2019 via email

@colinbes
Copy link
Author

colinbes commented Mar 4, 2019

I moved the files out the way and all is working now. Thanks

@colinbes colinbes closed this as completed Mar 4, 2019
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