2011-11-15 4 views
12

저는 Ubuntu Linux에서 아이스크림 샌드위치 에뮬레이터를 빌드하려고합니다.빌드 오류 : Ubuntu의 아이스크림 샌드위치 에뮬레이터

host C++: libGLcommon <= development/tools/emulator/opengl/host/libs/ 
Translator/GLcommon/GLDispatch.cpp 

development/tools/emulator/opengl/host/libs/Translator/GLcommon/ 
GLDispatch.cpp:22:20: error: GL/glx.h: No such file or directory 

development/tools/emulator/opengl/host/libs/Translator/GLcommon/ 
GLDispatch.cpp: In function ‘void (* getGLFuncAddress(const char*)) 
()’: 

development/tools/emulator/opengl/host/libs/Translator/GLcommon/ 
GLDispatch.cpp:35: error: ‘glXGetProcAddress’ was not declared in this 
scope 

make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/ 
libGLcommon_intermediates/GLDispatch.o] Error 1 
make: *** Waiting for unfinished jobs.... 

누군가가 이것 좀 도와 줄래 :

다음과 같은 오류가? 당신이 glx.h 파일이 없습니다 것 같은

답변

7

보인다. 이 패키지는 여러 패키지로 제공되며 그 중 하나를 설치해야합니다. 네가 원하는 사람이 mesa-common-dev이라고 확신한다.

0

Fedora 16에서는 mesa-libGL-devel pacakge를 설치해야합니다.

관련 문제