1. Installed ocaml from the repository.
2. Used the script at SlackBuilds.org to build an llvm package and installed it.
3. cmake failed on three dependencies. nspr is part of seamonkey-solibs so I installed that from the repository. gtkglext was also packaged in the repository. Both are installed now and those errors disappeared.
I am stuck on the final dependency: a mozilla-plugin module.
The developers have packages for Ubuntu/Debian so I assume that is the platform they develop on. What package that I don't have installed already is likely to fulfill this dependency. Anyone know?
Here is what I get when I run cmake:
Code: Select all
-- Loaded CMakeASM-NASMInformation - ASM-NASM support is still experimental, please report issues
-- checking for modules 'gtk+-2.0;gtkglext-1.0'
-- found gtk+-2.0, version 2.18.9
-- found gtkglext-1.0, version 1.2.0
-- checking for modules 'nspr;mozilla-plugin'
-- package 'mozilla-plugin' not found
CMake Error at /usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:259 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindPkgConfig.cmake:311 (_pkg_check_modules_internal)
plugin-dir/CMakeLists.txt:25 (pkg_check_modules)
-- Configuring incomplete, errors occurred!
Any help/clues will be appreciated.