Hi all,
Im a new “oF&cb” user, jus after installing all the packages and launching the ide, i ve tryied to launch an example project (audioInputExample).
But i ve got a bunch of issues, here’s the Build Log:
-------------- Build: Debug in audioInputExample ---------------
Compiling: src/main.cpp
In file included from ../../../libs/openFrameworks/app/ofAppRunner.h:8,
from ../../../libs/openFrameworks/graphics/ofImage.h:7,
from ../../../libs/openFrameworks/ofMain.h:24,
from /home/akab/Scrivania/of_preRelease_v0.06_linux_cb_FAT/apps/examples/audioInputExample/src/main.cpp:1:
../../../libs/openFrameworks/app/ofAppGlutWindow.h:15:22: warning: GL/glut.h: Nessun file o directory
In file included from ../../../libs/openFrameworks/ofMain.h:40,
from /home/akab/Scrivania/of_preRelease_v0.06_linux_cb_FAT/apps/examples/audioInputExample/src/main.cpp:1:
../../../libs/openFrameworks/video/ofVideoPlayer.h:9:22: warning: gst/gst.h: Nessun file o directory
In file included from ../../../libs/openFrameworks/ofMain.h:40,
from /home/akab/Scrivania/of_preRelease_v0.06_linux_cb_FAT/apps/examples/audioInputExample/src/main.cpp:1:
../../../libs/openFrameworks/video/ofVideoPlayer.h:13: error: ISO C++ forbids declaration of GMainLoop with no type
../../../libs/openFrameworks/video/ofVideoPlayer.h:13: error: expected ; before * token
../../../libs/openFrameworks/video/ofVideoPlayer.h:14: error: ISO C++ forbids declaration of GstElement with no type
../../../libs/openFrameworks/video/ofVideoPlayer.h:14: error: expected ; before * token
../../../libs/openFrameworks/video/ofVideoPlayer.h:19: error: guint64 does not name a type
../../../libs/openFrameworks/video/ofVideoPlayer.h:20: error: guint64 does not name a type
../../../libs/openFrameworks/video/ofVideoPlayer.h:130: error: ISO C++ forbids declaration of GstElement with no type
../../../libs/openFrameworks/video/ofVideoPlayer.h:130: error: expected ; before * token
../../../libs/openFrameworks/video/ofVideoPlayer.h:131: error: ISO C++ forbids declaration of GstElement with no type
../../../libs/openFrameworks/video/ofVideoPlayer.h:131: error: expected ; before * token
../../../libs/openFrameworks/video/ofVideoPlayer.h:132: error: gint64 does not name a type
Process terminated with status 1 (0 minutes, 9 seconds)
11 errors, 2 warnings
I understand that is a “not-issue” generated by the fact that i ve not manually set all the dependencies to the definitions ( * gstreamer-0.10 * gstreamer-base-0.10 * gstreamer-video-0.10 * libavcodec * libavformat * libavutil * libswscale).
But the problem is: Where to manually set them?
Thanks from now!
4k4B