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

build error #3

Open
phillyqueso opened this issue Aug 28, 2012 · 19 comments
Open

build error #3

phillyqueso opened this issue Aug 28, 2012 · 19 comments
Assignees

Comments

@phillyqueso
Copy link

Hi, I'm looking forward to playing with this project. I tried installing, and got the following compile error:

vock@0.3.5 install /Users/phillyqueso/projects/vock
node-gyp rebuild

CC(target) Release/obj.target/opus/deps/opus/opus/src/opus.o
CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_compare.o
CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o
In file included from ../deps/opus/opus/src/opus_decoder.c:43:
../deps/opus/opus/celt/float_cast.h:123:10: warning: "Don't have the functions lrint() and lrintf ()." [-W#warnings]
#warning "Don't have the functions lrint() and lrintf ()."
^
../deps/opus/opus/celt/float_cast.h:124:10: warning: "Replacing these functions with a standard C cast." [-W#warnings]
#warning "Replacing these functions with a standard C cast."
^
../deps/opus/opus/src/opus_decoder.c:463:25: error: incomplete definition of type 'struct OpusCustomMode'
window = celt_mode->window;
~~~~~~~~~^
../deps/opus/opus/include/opus_custom.h:110:16: note: forward declaration of 'struct OpusCustomMode'
typedef struct OpusCustomMode OpusCustomMode;
^
2 warnings and 1 error generated.
make: *** [Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/opt/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:91:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:674:10)
gyp ERR! System Darwin 12.1.0
gyp ERR! command "node" "/opt/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /Users/phillyqueso/projects/vock
gyp ERR! node -v v0.8.8
gyp ERR! node-gyp -v v0.6.7
gyp ERR! not ok
npm ERR! vock@0.3.5 install: node-gyp rebuild
npm ERR! sh "-c" "node-gyp rebuild" failed with 1
npm ERR!
npm ERR! Failed at the vock@0.3.5 install script.
npm ERR! This is most likely a problem with the vock package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node-gyp rebuild
npm ERR! You can get their info via:
npm ERR! npm owner ls vock
npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 12.1.0
npm ERR! command "node" "/opt/local/bin/npm" "install" "."
npm ERR! cwd /Users/phillyqueso/projects/vock
npm ERR! node -v v0.8.8
npm ERR! npm -v 1.1.59
npm ERR! code ELIFECYCLE
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /Users/phillyqueso/projects/vock/npm-debug.log
npm ERR! not ok code 0

@indutny
Copy link
Owner

indutny commented Aug 30, 2012

It's very interesting to see this, just curious - do you have xcode installed?

@phillyqueso
Copy link
Author

I do. I recently upgraded to mountain lion. But, I was able to compile and install opus on its own.

Hope this helps. I'm very interested to use and maybe help with this project.

Cheers

Sent from my iPhone

On Aug 30, 2012, at 5:04 AM, Fedor Indutny notifications@github.com wrote:

It's very interesting to see this, just curious - do you have xcode installed?


Reply to this email directly or view it on GitHub.

@indutny
Copy link
Owner

indutny commented Aug 30, 2012

@phillyqueso ok, would it be hard for you to pull your config.h out of opus build?

@phillyqueso
Copy link
Author

/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL_BUILD */

/* Custom modes */
/* #undef CUSTOM_MODES */

/* Assertions */
/* #undef ENABLE_ASSERTIONS */

/* Debug fixed-point implementation */
/* #undef FIXED_DEBUG */

/* Compile as fixed-point */
/* #undef FIXED_POINT */

/* Compile as floating-point */
#define FLOATING_POINT /**/

/* Float approximations */
/* #undef FLOAT_APPROX */

/* Fuzzing */
/* #undef FUZZING */

/* Define to 1 if you have the <alloca.h> header file. */
#define HAVE_ALLOCA_H 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define to 1 if you have the <getopt.h> header file. */
#define HAVE_GETOPT_H 1

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define to 1 if you have the `lrint' function. */
#define HAVE_LRINT 1

/* Define to 1 if you have the `lrintf' function. */
#define HAVE_LRINTF 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Define to 1 if you have the `__malloc_hook' function. */
/* #undef HAVE___MALLOC_HOOK */

/* Define to the sub-directory in which libtool stores uninstalled libraries.
   */
#define LT_OBJDIR ".libs/"

/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */

/* This is a build of OPUS */
#define OPUS_BUILD /**/

/* Opus library version string */
#define OPUS_VERSION "1.0.1-rc2-18-gf6c26e0"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""

/* Define to the full name of this package. */
#define PACKAGE_NAME ""

/* Define to the full name and version of this package. */
#define PACKAGE_STRING ""

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME ""

/* Define to the home page for this package. */
#define PACKAGE_URL ""

/* Define to the version of this package. */
#define PACKAGE_VERSION ""

/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4

/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 8

/* The size of `long long', as computed by sizeof. */
#define SIZEOF_LONG_LONG 8

/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Make use of alloca */
/* #undef USE_ALLOCA */

/* Use C99 variable-size arrays */
#define VAR_ARRAYS /**/

/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
   significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
#  define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
/* #  undef WORDS_BIGENDIAN */
# endif
#endif

/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
/* #undef inline */
#endif

/* Define to the equivalent of the C99 'restrict' keyword, or to
   nothing if this is not supported.  Do not define if restrict is
   supported directly.  */
#define restrict __restrict
/* Work around a bug in Sun C++: it does not support _Restrict or
   __restrict__, even though the corresponding Sun C compiler ends up with
   "#define restrict _Restrict" or "#define restrict __restrict__" in the
   previous line.  Perhaps some future version of Sun C++ will work with
   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
#if defined __SUNPRO_CC && !defined __RESTRICT
# define _Restrict
# define __restrict__
#endif

@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Edited your comment just to make it more readable

@ghost ghost assigned indutny Aug 31, 2012
@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Please try installing vock@0.3.6 . I added your config.h for mac os systems.

@phillyqueso
Copy link
Author

I tried vock@0.3.6 and I get the following:

> pripub@0.2.0 install /opt/local/lib/node_modules/vock/node_modules/pripub
> node-gyp rebuild

  CXX(target) Release/obj.target/pripub/src/pripub.o
In file included from ../src/pripub.cc:1:
../src/pripub.h:55:8: warning: extra tokens at end of #endif directive [-Wextra-tokens]
#endif _SRC_PRIPUB_H_
       ^
       //
1 warning generated.
  SOLINK_MODULE(target) Release/pripub.node
  SOLINK_MODULE(target) Release/pripub.node: Finished
/opt/local/bin/vock -> /opt/local/lib/node_modules/vock/bin/vock

> vock@0.3.6 install /opt/local/lib/node_modules/vock
> node-gyp rebuild

  CC(target) Release/obj.target/opus/deps/opus/opus/src/opus.o
In file included from ../deps/opus/opus/src/opus.c:29:
../deps/opus/config/mac/config.h:17:9: warning: 'FIXED_POINT' macro redefined
#define FIXED_POINT */
        ^
<command line>:5:9: note: previous definition is here
#define FIXED_POINT 1
        ^
In file included from ../deps/opus/opus/src/opus.c:29:
../deps/opus/config/mac/config.h:20:26: warning: '/*' within block comment [-Wcomment]
/* #undef FLOATING_POINT /**/
                         ^
2 warnings generated.
  CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_compare.o
  CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o
In file included from ../deps/opus/opus/src/opus_decoder.c:29:
../deps/opus/config/mac/config.h:17:9: warning: 'FIXED_POINT' macro redefined
#define FIXED_POINT */
        ^
<command line>:5:9: note: previous definition is here
#define FIXED_POINT 1
        ^
In file included from ../deps/opus/opus/src/opus_decoder.c:29:
../deps/opus/config/mac/config.h:20:26: warning: '/*' within block comment [-Wcomment]
/* #undef FLOATING_POINT /**/
                         ^
In file included from ../deps/opus/opus/src/opus_decoder.c:46:
In file included from ../deps/opus/opus/silk/structs.h:32:
In file included from ../deps/opus/opus/silk/SigProc_FIX.h:43:
In file included from ../deps/opus/opus/silk/macros.h:32:
../deps/opus/config/mac/config.h:20:26: warning: '/*' within block comment [-Wcomment]
/* #undef FLOATING_POINT /**/
                         ^
../deps/opus/opus/src/opus_decoder.c:463:25: error: incomplete definition of type 'struct OpusCustomMode'
      window = celt_mode->window;
               ~~~~~~~~~^
../deps/opus/opus/include/opus_custom.h:110:16: note: forward declaration of 'struct OpusCustomMode'
typedef struct OpusCustomMode OpusCustomMode;
               ^
3 warnings and 1 error generated.
make: *** [Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/opt/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:91:17)
gyp ERR! stack     at Process._handle.onexit (child_process.js:674:10)
gyp ERR! System Darwin 12.1.0
gyp ERR! command "node" "/opt/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /opt/local/lib/node_modules/vock
gyp ERR! node -v v0.8.8
gyp ERR! node-gyp -v v0.6.7
gyp ERR! not ok 
npm ERR! vock@0.3.6 install: `node-gyp rebuild`
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR! 
npm ERR! Failed at the vock@0.3.6 install script.
npm ERR! This is most likely a problem with the vock package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls vock
npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 12.1.0
npm ERR! command "node" "/opt/local/bin/npm" "install" "-g" "vock"
npm ERR! cwd /Users/phillyqueso/projects
npm ERR! node -v v0.8.8
npm ERR! npm -v 1.1.59
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/phillyqueso/projects/npm-debug.log
npm ERR! not ok code 0

@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Hm... lets try upgrading to latest opus...

@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Can you please try vock@0.3.7 ?

@phillyqueso
Copy link
Author

A little better... It really doens't like "struct OpusCustomMode". Is that maybe lack of a compilation flag?

> pripub@0.2.1 install /opt/local/lib/node_modules/vock/node_modules/pripub
> node-gyp rebuild

  CXX(target) Release/obj.target/pripub/src/pripub.o
  SOLINK_MODULE(target) Release/pripub.node
  SOLINK_MODULE(target) Release/pripub.node: Finished
/opt/local/bin/vock -> /opt/local/lib/node_modules/vock/bin/vock

> vock@0.3.7 install /opt/local/lib/node_modules/vock
> node-gyp rebuild

  CC(target) Release/obj.target/opus/deps/opus/opus/src/opus.o
  CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_compare.o
  CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o
../deps/opus/opus/src/opus_decoder.c:463:25: error: incomplete definition of type 'struct OpusCustomMode'
      window = celt_mode->window;
               ~~~~~~~~~^
../deps/opus/opus/include/opus_custom.h:110:16: note: forward declaration of 'struct OpusCustomMode'
typedef struct OpusCustomMode OpusCustomMode;
               ^
1 error generated.
make: *** [Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/opt/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:219:23)
gyp ERR! stack     at ChildProcess.EventEmitter.emit (events.js:91:17)
gyp ERR! stack     at Process._handle.onexit (child_process.js:674:10)
gyp ERR! System Darwin 12.1.0
gyp ERR! command "node" "/opt/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /opt/local/lib/node_modules/vock
gyp ERR! node -v v0.8.8
gyp ERR! node-gyp -v v0.6.7
gyp ERR! not ok 
npm ERR! vock@0.3.7 install: `node-gyp rebuild`
npm ERR! `sh "-c" "node-gyp rebuild"` failed with 1
npm ERR! 
npm ERR! Failed at the vock@0.3.7 install script.
npm ERR! This is most likely a problem with the vock package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls vock
npm ERR! There is likely additional logging output above.

npm ERR! System Darwin 12.1.0
npm ERR! command "node" "/opt/local/bin/npm" "install" "-g" "vock"
npm ERR! cwd /Users/phillyqueso/projects
npm ERR! node -v v0.8.8
npm ERR! npm -v 1.1.59
npm ERR! code ELIFECYCLE
npm ERR! 
npm ERR! Additional logging details can be found in:
npm ERR!     /Users/phillyqueso/projects/npm-debug.log
npm ERR! not ok code 0

@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Can you run CC -v from your shell?

@phillyqueso
Copy link
Author

fizbo:vock phillyqueso$ CC -v
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin12.1.0
Thread model: posix

@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Would it be hard for you to switch to g++? It seems to be a compiler bug.

@phillyqueso
Copy link
Author

I symlinked CC -> g++, temporarily. This is the output:

vock@0.3.7 install /Users/phillyqueso/projects/vock
node-gyp rebuild

CC(target) Release/obj.target/opus/deps/opus/opus/src/opus.o
CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_compare.o
CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o
../deps/opus/opus/src/opus_decoder.c: In function ‘int opus_decode_frame(OpusDecoder_, const unsigned char_, opus_int32, opus_val16_, int, int)’:
../deps/opus/opus/src/opus_decoder.c:464: error: invalid use of incomplete type ‘const struct OpusCustomMode’
../deps/opus/opus/include/opus_custom.h:110: error: forward declaration of ‘const struct OpusCustomMode’
make: *_* [Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o] Error 1

@phillyqueso
Copy link
Author

fizbo:vock phillyqueso$ g++ -v
Using built-in specs.
Target: i686-apple-darwin11
Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1128/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1128/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Can you please try doing clean checkout, i.e. git clone git://github.com/indutny/vock.git && cd vock && npm install -g node-gyp && node-gyp configure && node-gyp rebuild

@phillyqueso
Copy link
Author

/opt/local/bin/node-gyp -> /opt/local/lib/node_modules/node-gyp/bin/node-gyp.js
node-gyp@0.6.9 /opt/local/lib/node_modules/node-gyp
├── graceful-fs@1.1.10
├── osenv@0.0.3
├── rimraf@2.0.2
├── mkdirp@0.3.4
├── which@1.0.5
├── semver@1.0.14
├── request@2.9.203
├── npmlog@0.0.2 (ansi@0.1.2)
├── fstream@0.1.18 (inherits@1.0.0)
├── glob@3.1.12 (inherits@1.0.0)
├── nopt@2.0.0 (abbrev@1.0.3)
├── minimatch@0.2.6 (lru-cache@2.0.2)
└── tar@0.1.13 (inherits@1.0.0, block-stream@0.0.6)
gyp info it worked if it ends with ok
gyp info using node-gyp@0.6.9
gyp info using node@0.8.8 | darwin | x64
gyp info spawn python
gyp info spawn args [ '/Users/phillyqueso/.node-gyp/0.8.8/tools/gyp/gyp',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Users/phillyqueso/projects/vock/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/opt/local/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/phillyqueso/.node-gyp/0.8.8/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/phillyqueso/.node-gyp/0.8.8',
gyp info spawn args '-Dmodule_root_dir=/Users/phillyqueso/projects/vock',
gyp info spawn args '--depth=.',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info ok
gyp info it worked if it ends with ok
gyp info using node-gyp@0.6.9
gyp info using node@0.8.8 | darwin | x64
gyp info spawn python
gyp info spawn args [ '/Users/phillyqueso/.node-gyp/0.8.8/tools/gyp/gyp',
gyp info spawn args 'binding.gyp',
gyp info spawn args '-f',
gyp info spawn args 'make',
gyp info spawn args '-I',
gyp info spawn args '/Users/phillyqueso/projects/vock/build/config.gypi',
gyp info spawn args '-I',
gyp info spawn args '/opt/local/lib/node_modules/node-gyp/addon.gypi',
gyp info spawn args '-I',
gyp info spawn args '/Users/phillyqueso/.node-gyp/0.8.8/common.gypi',
gyp info spawn args '-Dlibrary=shared_library',
gyp info spawn args '-Dvisibility=default',
gyp info spawn args '-Dnode_root_dir=/Users/phillyqueso/.node-gyp/0.8.8',
gyp info spawn args '-Dmodule_root_dir=/Users/phillyqueso/projects/vock',
gyp info spawn args '--depth=.',
gyp info spawn args '--generator-output',
gyp info spawn args 'build',
gyp info spawn args '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CC(target) Release/obj.target/opus/deps/opus/opus/src/opus.o
CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_compare.o
CC(target) Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o
../deps/opus/opus/src/opus_decoder.c: In function ‘int opus_decode_frame(OpusDecoder_, const unsigned char_, opus_int32, opus_val16_, int, int)’:
../deps/opus/opus/src/opus_decoder.c:463: error: invalid use of incomplete type ‘const struct OpusCustomMode’
../deps/opus/opus/include/opus_custom.h:110: error: forward declaration of ‘const struct OpusCustomMode’
make: *_* [Release/obj.target/opus/deps/opus/opus/src/opus_decoder.o] Error 1
gyp ERR! build error
gyp ERR! stack Error: make failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/opt/local/lib/node_modules/node-gyp/lib/build.js:219:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:91:17)
gyp ERR! stack at Process._handle.onexit (child_process.js:674:10)
gyp ERR! System Darwin 12.1.0
gyp ERR! command "node" "/opt/local/bin/node-gyp" "rebuild"
gyp ERR! cwd /Users/phillyqueso/projects/vock
gyp ERR! node -v v0.8.8
gyp ERR! node-gyp -v v0.6.9
gyp ERR! not ok

@indutny
Copy link
Owner

indutny commented Aug 31, 2012

Can you try moving this line: https://github.com/indutny/vock/blob/master/deps/opus/opus/src/opus_decoder.c#L40 before #include <celt.h> and/or any other line?

@phillyqueso
Copy link
Author

That doesn't fix anything. I get the same result.

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