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

4.7.1 doesn't build on Windoze #5

Open
okonomiyaki3000 opened this issue Jan 7, 2016 · 3 comments
Open

4.7.1 doesn't build on Windoze #5

okonomiyaki3000 opened this issue Jan 7, 2016 · 3 comments

Comments

@okonomiyaki3000
Copy link

Everything seems OK until the greg submodule. Then this happens:

Cloning into 'greg'...
remote: Counting objects: 435, done.
emote: Total 435 (delta 0), reused 0 (delta 0), pack-reused 435
iB/s, done.

Resolving deltas: 100% (214/214), done.
Checking connectivity... done.
Submodule path 'greg': checked out '98ecf13c3502b47e342b09fb7b0cad453e1bb797'
make[1]: Entering directory '---ProjectDirectory---/node_modules/mmd/deps/MultiMarkdown-4'
makefile:65: warning: overriding recipe for target '/usr/local/bin'
makefile:56: warning: ignoring old recipe for target '/usr/local/bin'
cc -c -fPIC -Wall -O3 -include GLibFacade.h -include parser.h -I ./ -D MD_USE_GET_OPT=1 -D_GNU_SOURCE -o multimarkdown.o multimarkdown.c
process_begin: CreateProcess(NULL, cc -c -fPIC -Wall -O3 -include GLibFacade.h -include parser.h -I ./ -D MD_USE_GET_OPT=1 -D_GNU_SOURCE -o multimarkdown.o multimarkdown.c, ...) failed.
make (e=2): The system cannot find the file specified.
makefile:41: recipe for target 'multimarkdown.o' failed
make[1]: *** [multimarkdown.o] Error 2
make[1]: Leaving directory '---ProjectDirectory---/node_modules/mmd/deps/MultiMarkdown-4'
makefile:15: recipe for target 'deps/MultiMarkdown-4/multimarkdown.o' failed
make: *** [deps/MultiMarkdown-4/multimarkdown.o] Error 2
@ghost
Copy link

ghost commented Jan 9, 2016

What version of node are you using?

@okonomiyaki3000
Copy link
Author

4.2.4

I'm also behind a corporate proxy which sometimes interferes with things. Is this operation making any outbound connections? Trying to download any files?

@mnichols
Copy link
Owner

Yes it pulls down the MultiMarkdown repo and builds it. The other failures
right now are due to Nan changes I havent had time to upgrade.

On Tue, Jan 12, 2016 at 1:11 AM, Elijah Madden [email protected]
wrote:

4.2.4

I'm also behind a corporate proxy which sometimes interferes with things.
Is this operation making any outbound connections? Trying to download any
files?


Reply to this email directly or view it on GitHub
#5 (comment).

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