TetragrammatonHermit / naclports

Automatically exported from code.google.com/p/naclports
1 stars 0 forks source link

openal does not build with pnacl SDK #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
openak uses cmake which seems to get confused by the pnacl TC

CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:50 
(MESSAGE):
  The C compiler
  "/usr/local/google/home/robertm/naclports3/src/pepper_18//toolchain/linux_x86_pnacl/newlib/bin/pnacl-clang"
  is not able to compile a simple test program.

Original issue reported on code.google.com by robertm@google.com on 27 Feb 2012 at 9:26

GoogleCodeExporter commented 9 years ago
*) Driver needed to handle -rdynamic (currently made a nop, since we don't have 
the bitcode metadata for this)

*) CMake needed to be aware that we use a different "ar" and "ranlib" that 
understands bitcode archives.

The demo program "examples/audio/openal-ogg" works with PNaCl on Windows and 
Mac -- linux has the sound cut off (same situation with nacl-gcc on Linux).

Original comment by jvo...@google.com on 23 Aug 2012 at 12:02