caldo43 / naclports

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

problems building naclports w/ latest sdk (pepper_19) #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. download and install sdk manually (build_tools/download_sdk.py has broken on 
linux due to cygtar?)
using
$ naclsdk update pepper_19
2. cd .../naclports/
$ make NACL_GLIBC=1 NACL_PACKAGES_BITSIZE=64

What is the expected output? What do you see instead?
libtool: compile:  
/usr/local/google/home/vissi/google/nacl_sdk/pepper_19/toolchain/linux_x86_glibc
/bin/x86_64-nacl-gcc -g -O2 -Iinclude -I../include -D_GNU_SOURCE=1 -D_REENTRANT 
-c ../src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.o
libtool: compile:  
/usr/local/google/home/vissi/google/nacl_sdk/pepper_19/toolchain/linux_x86_glibc
/bin/x86_64-nacl-gcc -g -O2 -Iinclude -I../include -D_GNU_SOURCE=1 -D_REENTRANT 
-c ../src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.o
../src/audio/nacl/SDL_naclaudio.cc: In function ‘SDL_AudioDevice* 
NACLAUD_CreateDevice(int)’:
../src/audio/nacl/SDL_naclaudio.cc:68: error: no matching function for call to 
‘pp::AudioConfig::RecommendSampleFrameCount(pp::Instance*&, 
PP_AudioSampleRate, const uint32_t&)’
/usr/local/google/home/vissi/google/nacl_sdk/pepper_19/toolchain/linux_x86_glibc
/bin/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/include/ppapi/cpp/audi
o_config.h:98: note: candidates are: static uint32_t 
pp::AudioConfig::RecommendSampleFrameCount(PP_AudioSampleRate, uint32_t)

What version of the product are you using? On what operating system?
naclports r543

Please provide any additional information below.

Original issue reported on code.google.com by vi...@google.com on 22 Feb 2012 at 10:14

GoogleCodeExporter commented 8 years ago
Closing this issue for now since it relates to a very old version of pepper
and SDL certainly builds with newer versions.

Feel free to reopen if you think this still needs fixing.

Original comment by sbc@google.com on 1 Feb 2013 at 6:07

GoogleCodeExporter commented 8 years ago

Original comment by sbc@google.com on 1 Feb 2013 at 8:33