`../lib/linux64/*': No such file or directory

chown: cannot access `…/lib/linux64/*’: No such file or directory

I am running Ubuntu 12.04 and I am trying to compile. I looked at the other forum posts about this problem but they were not relevent so maybe somebody can help me figure out what packages to install and how to install them? When I run pkg-config cairo zlib gstreamer-app-0.10 gstreamer-0.10 gstreamer-video-0.10 gstreamer-base-0.10 libudev freetype2 fontconfig sndfile openal portaudio-2.0 openssl libpulse-simple alsa gl glu glew gtk±2.0 libmpg123 --exists --print-errors I get this message:

Package gstreamer-app-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing gstreamer-app-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-app-0.10' found Package gstreamer-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containinggstreamer-0.10.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘gstreamer-0.10’ found
Package gstreamer-video-0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing gstreamer-video-0.10.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-video-0.10' found Package gstreamer-base-0.10 was not found in the pkg-config search path. Perhaps you should add the directory containinggstreamer-base-0.10.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘gstreamer-base-0.10’ found
Package libudev was not found in the pkg-config search path.
Perhaps you should add the directory containing libudev.pc' to the PKG_CONFIG_PATH environment variable No package 'libudev' found Package sndfile was not found in the pkg-config search path. Perhaps you should add the directory containingsndfile.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘sndfile’ found
Package portaudio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing portaudio-2.0.pc' to the PKG_CONFIG_PATH environment variable No package 'portaudio-2.0' found Package glew was not found in the pkg-config search path. Perhaps you should add the directory containingglew.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘glew’ found
Package libmpg123 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libmpg123.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘libmpg123’ found

have you followed the setup guide and run the install scripts from the console?

http://openframeworks.cc/setup/linux-codeblocks/