-
Notifications
You must be signed in to change notification settings - Fork 28
Troubleshooting Installation
#Introduction The following error message may appear while tring to install the software from the repository. Most commonly these errors are due to missing dependencies or not following the installation guide properly
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find PLX (missing: PLX_LIBRARY_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindPLX.cmake:18 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:126 (find_package)
The PLX library is has either not been built or the symbolic link to PlxApi.a has not been created.
Check if the symbolic link /opt/plx/current exists and points to the correct PLX API. For more information on installing the PLX API see our PLX installaion information. If the PLX API has been installed and the symbolic link is valid, check that a symbolic link /opt/plx/current/PlxApi/Library/libPlxApi.a exists and points to PlxApi.a. For more information about this symbolic link refer to the symbolic link installation notes.
-- The CXX compiler identification is unknown
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
No valid C++ compiler was found on your system.
Install a C++ compiler such as the suggested gcc-c++.
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindCurses.cmake:159 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:94 (find_package)
The NCurses development package was not found.
Install the NCurses development package.
Pixie Acquisition and Analysis Software Suite
- Home
- Quick Start
- FAQ
- Installation
- Configuration
- Acquisition
- Analysis
- Troubleshooting
- Developers
- How To