[Bf-committers] Error: Could not open include file<AL/al.h> on Opensolaris

Campbell Barton ideasman42 at gmail.com
Thu Aug 6 08:58:27 CEST 2009


We have a lib/solaris-2.8-sparc/ directory but I'm not sure if this is 64bits?

If it is you can checkout
https://svn.blender.org/svnroot/bf-blender/trunk/lib/solaris-2.8-sparc

Otherwise youll need get the dev packages or build the libs yourself.
You can also disable openAL (assuming your using make?)

 make NAN_NO_OPENAL=1

see source/nan_definitions.mk for other make options.

On Wed, Aug 5, 2009 at 11:59 PM, yuntong.jin<Yuntong.Jin at sun.com> wrote:
> Hi list,
>      When i try to compile Blender2.49 on Opensolaris, i got below error:
>
> CC -c -DUSE_SUMO_SOLID -DUSE_BULLET -DWITH_BULLET -KPIC -DPIC
> -xchar=unsigned -D_RWSTD_NO_STATIC_CAST=1 -DNDEBUG
> -DSUN_OGL_NO_VERTEX_MACROS
> -I/export/home/jds/packages/BUILD/SFEblender/blender-2.49/../lib/solaris-2.11-sparc_64/openal/include
> -I/export/home/jds/packages/BUILD/SFEblender/blender-2.49/../lib/solaris-2.11-sparc_64/string/include
> -I/export/home/jds/packages/BUILD/SFEblender/blender-2.49/../lib/solaris-2.11-sparc_64/moto/include
> -I../intern -I.. -I. -I../sdl SND_OpenALDevice.cpp -o
> /export/home/jds/packages/BUILD/SFEblender/blender-2.49/obj/solaris-2.11-sparc_64/intern/OpenALSoundSystem/SND_OpenALDevice.o
> "SND_OpenALDevice.cpp", line 47: Error: Could not open include
> file<AL/al.h>.
> "SND_OpenALDevice.cpp", line 48: Error: Could not open include
> file<AL/alc.h>.
> "SND_OpenALDevice.cpp", line 71: Error: Type name expected instead of
> "ALubyte".
> "SND_OpenALDevice.cpp", line 72: Error: Type name expected instead of
> "ALsizei".
> "SND_OpenALDevice.cpp", line 73: Error: Type name expected instead of
> "ALubyte".
> "SND_OpenALDevice.cpp", line 78: Error: Type name expected instead of
> "ALushort".
> "SND_OpenALDevice.cpp", line 79: Error: Type name expected instead of
> "ALushort".
> "SND_OpenALDevice.cpp", line 80: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 81: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 82: Error: Type name expected instead of
> "ALushort".
> "SND_OpenALDevice.cpp", line 83: Error: Type name expected instead of
> "ALushort".
> "SND_OpenALDevice.cpp", line 88: Error: Type name expected instead of
> "ALushort".
> "SND_OpenALDevice.cpp", line 89: Error: Type name expected instead of
> "ALushort".
> "SND_OpenALDevice.cpp", line 94: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 95: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 96: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 97: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 98: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 99: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 100: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 101: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 102: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 105: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 106: Error: Type name expected instead of
> "ALuint".
> "SND_OpenALDevice.cpp", line 107: Error: Type name expected instead of
> "ALuint".
> Compilation aborted, too many Error messages.
> gmake[3]: ***
> [/export/home/jds/packages/BUILD/SFEblender/blender-2.49/obj/solaris-2.11-sparc_64/intern/OpenALSoundSystem/SND_OpenALDevice.o]
> Error 1
> gmake[2]: *** [all] Error 1
> gmake[1]: *** [all] Error 1
> gmake: *** [all] Error 1
>
> I couldn't find header file AL/al.h and AL/alc.h.
> Any comments here?
>
> Thanks
> -Simon
>
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>



-- 
- Campbell


More information about the Bf-committers mailing list