Nick Desaulniers

Results 202 comments of Nick Desaulniers

[proc_info](https://opensource.apple.com/source/xnu/xnu-1228.9.59/bsd/kern/proc_info.c) [bsdthread_create](https://opensource.apple.com/source/xnu/xnu-1228.9.59/bsd/kern/pthread_synch.c)

What is your point? Both comments seem unrelated. See my comment about nanosleep and clone. Also, I sold off my last piece of Mac hardware, so I will no longer...

Was this fixed in https://github.com/kripken/BananaBread/commit/0b96d97de78bdecc15d1c61fad92b8d7b4cc9534 ?

I've checked out the worker branch, but when I run `emmake make`, I still get `'zlib.h' file not found`. Do I need to add an addition `-I` flag?

If I add `-I.` (from @juj ), compilation fails because [zlib.hL34 tries to include zconf.h](https://github.com/kripken/BananaBread/blob/worker/cube2/src/web/zlib.h#L34).

If I simply curl [zconf.h](https://raw.githubusercontent.com/madler/zlib/master/zconf.h) into the dir, building proceeds. PR inbound.

Unfortunately, looks like we can't use crunch on OSX. @juj [seems to already have run into](https://code.google.com/p/crunch/issues/detail?id=9#c10) this one...

@juj , can I install crunch given emscripten's source, instead of having to install the sdk?

Same issue, I have: ``` set expandtab set tabstop=2 set shiftwidth=2 let g:indentLine_color_term = 239 let g:indentLine_char = 'c' ``` set in my `.vimrc`, no beans