build dependencies problem

Asked by Dennis Worthem

I tried doing the cmake step of the build process for version 4.5.3 I got the following error:

 sudo /home/dennis/cmake-2.6.4-Linux-i386/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCOMPILE_PLUGIN=1 ..
-- Found gnash path: /usr/local/bin/gnash
-- Found assembler: /usr/bin/nasm
-- Loaded CMakeASM-NASMInformation - ASM-NASM support is still experimental, please report issues
-- LLVM llvm-gcc found at: /usr/bin/llvmgcc
-- LLVM llvm-g++ found at: /usr/bin/llvmg++
-- LLVM llvm-config found at: /usr/bin/llvm-config
-- LLVM version: 1.8cvs-debian2
-- LLVM CXX flags: -I/usr/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -D_DEBUG
-- LLVM LD flags: -L/usr/lib -lpthread -ldl -lm
-- LLVM core libs: llvm-config: unknown component name: bitreader
-- LLVM JIT libs: -lLLVMSelectionDAG -lLLVMScalarOpts -lLLVMTransformUtils -lLLVMipa -lLLVMCodeGen -lLLVMAnalysis -lLLVMTarget -lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem
-- LLVM JIT objs: /usr/lib/LLVMX86.o/usr/lib/LLVMJIT.o/usr/lib/LLVMExecutionEngine.o
-- Found LLVM: /usr/include
-- checking for modules 'gl;libpcrecpp;libavutil;ftgl;x11;glu;fontconfig;glew'
-- package 'gl' not found
-- package 'libpcrecpp' not found
-- package 'glu' not found
-- package 'glew' not found
CMake Error at /home/dennis/cmake-2.6.4-Linux-i386/share/cmake-2.6/Modules/FindPkgConfig.cmake:270 (message):
  A required package was not found
Call Stack (most recent call first):
  /home/dennis/cmake-2.6.4-Linux-i386/share/cmake-2.6/Modules/FindPkgConfig.cmake:322 (_pkg_check_modules_internal)
  CMakeLists.txt:114 (pkg_check_modules)

From my Synaptic Package Manager it appears I have gl, libpcrecapp, glu and glew packages installed. Is there specific versions that I need?

Thanks
Dennis

Question information

Language:
English Edit question
Status:
Solved
For:
Lightspark Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alessandro Pignotti (a-pignotti) said :
#1

You need to install -dev packages as suggested in lightspark wiki

http://sourceforge.net/apps/trac/lightspark/wiki/Building

Revision history for this message
Alessandro Pignotti (a-pignotti) said :
#2

Probably solved