FS#14987 - [capseo] missing dependency

Attached to Project: Arch Linux
Opened by Baho Utot (baho-utot) - Sunday, 07 June 2009, 11:48 GMT
Last edited by Jan de Groot (JGC) - Sunday, 16 August 2009, 22:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -std=c99 -march=athlon -O2 -pipe -fomit-frame-pointer -MT bgra2yuv420.lo -MD -MP -MF .deps/bgra2yuv420.Tpo -c bgra2yuv420.c -fPIC -DPIC -o .libs/bgra2yuv420.o
In file included from ../../src/capseo_private.h:17,
from bgra2yuv420.c:17:
../../src/capseo.h:18:21: error: ogg/ogg.h: No such file or directory
make[3]: *** [bgra2yuv420.lo] Error 1
make[3]: Leaving directory `/build/src/capseo/src/arch-generic'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/src/capseo/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/src/capseo'
make: *** [all] Error 2
==> ERROR: Build Failed.

I believe it nedds libogg as a dependency
This task depends upon

Closed by  Jan de Groot (JGC)
Sunday, 16 August 2009, 22:17 GMT
Reason for closing:  Fixed
Comment by Baho Utot (baho-utot) - Sunday, 07 June 2009, 12:24 GMT
After adding libogg as dependency it now has this error

Need to add mesa as dependency

cpsplay.cpp:27:20: error: GL/glx.h: No such file or directory
cpsplay.cpp:31: error: 'Bool' does not name a type
cpsplay.cpp:35: error: 'Bool' does not name a type
cpsplay.cpp:39: error: 'Window' does not name a type
cpsplay.cpp: In function 'void DrawFrame(capseo_frame_t*)':
cpsplay.cpp:94: error: 'glRasterPos2i' was not declared in this scope
cpsplay.cpp:95: error: 'GL_BGRA' was not declared in this scope
cpsplay.cpp:95: error: 'GL_UNSIGNED_BYTE' was not declared in this scope
cpsplay.cpp:95: error: 'glDrawPixels' was not declared in this scope
cpsplay.cpp: In function 'int main(int, char**)':
cpsplay.cpp:116: error: 'Display' was not declared in this scope
cpsplay.cpp:116: error: 'dpy' was not declared in this scope
cpsplay.cpp:116: error: 'XOpenDisplay' was not declared in this scope
cpsplay.cpp:117: error: 'Window' was not declared in this scope
cpsplay.cpp:117: error: expected ';' before 'win'
cpsplay.cpp:123: error: 'glClearColor' was not declared in this scope
cpsplay.cpp:124: error: 'GL_COLOR_BUFFER_BIT' was not declared in this scope
cpsplay.cpp:124: error: 'glClear' was not declared in this scope
cpsplay.cpp:142: error: 'win' was not declared in this scope
cpsplay.cpp:142: error: 'glXSwapBuffers' was not declared in this scope
Comment by Baho Utot (baho-utot) - Monday, 20 July 2009, 11:39 GMT

depends=('libgl' 'libogg' 'mesa')

makes it compile

Loading...