当你在编译或运行依赖于SDL2(Simple DirectMedia Layer 2)的程序时遇到错误消息“:-1: error: sdl2 development package not found”,这通常意味着你的系统中缺少SDL2的开发包。以下是一些步骤来帮助你解决这个问题: 1. 确认用户环境 首先,确认你正在使用的操作系统和开发环境。不同的操作系统有不同的安装方法。
I can't compile master. I get the message "Project ERROR: sdl2 development package not found" I assume this has to do with #4110, but don't know how to solve it. This is on both Ubuntu 14.04 and 16.04.
Install these through your favourite package management tool, or via http://www.libsdl.org/ Ubuntu example: sudo apt-get install libsdl2-dev Fedora example: sudo dnf install SDL2-devel Arch example: (Arch doesn't have separate regular and development packages, everything goes together.) ...
Note: This guide will not cover how to build an application using a toolkit that supports Wayland (there are many). And while it is possible topackage X11-based applications to work on Ubuntu Core, this guide will not cover this either. We will also not cover how to upload your snap to...
provides a separate developmentpackageorSDK,be sure it has been installed. Permanently deleted user CreatedFebruary 09, 2018 22:40 @Anna Falevskaya Yes Reset Cache helped to get rid of the red text. However, when compiling, I still get the undefined reference: ...
SDL 的全称是Security Development Lifecycle,即:安全开发生命周期。它是由微软最早提出的,是一种帮助解决软件安全问题的方法。SDL 中的方法,试图从安全漏洞产生的根源上解决问题。SDL 是一个安全保证的过程,通过对软件工程的控制,从而保证产品的安全性。它能够帮助企业以最小的成本提高产品的安全性,对企业安全的发展来...
SDL 的全称是 Security Development Lifecycle,即:安全开发生命周期。它是由微软最早提出的,是一种帮助解决软件安全问题的方法。SDL 中的方法,试图从安全漏洞产生的根源上解决问题。SDL 是一个安全保证的过程,通过对软件工程的控制,从而保证产品的安全性。它能够帮助企业以最小的成本提高产品的安全性,对企业安全的发展...
SDL 的全称是 Security Development Lifecycle,即:安全开发生命周期。它是由微软最早提出的,是一种帮助解决软件安全问题的方法。SDL 中的方法,试图从安全漏洞产生的根源上解决问题。SDL 是一个安全保证的过程,通过对软件工程的控制,从而保证产品的安全性。它能够帮助企业以最小的成本提高产品的安全性,对企业安全的发展...
Targets not yet defined: ZLIB::zlibstatic Call Stack (most recent call first): /usr/lib64/cmake/ZLIB/zlib-config.cmake:44 (include) cmake-build-debug/vcpkg_installed/x64-linux/share/zlib/vcpkg-cmake-wrapper.cmake:12 (_find_package) ...
but the target was not found. Possible reasons include: There is a typo in the target name. A find_package call is missing for an IMPORTED target. An ALIAS target is missing. I verified I do have libxmp installed: .\vcpkg.exe list libxmp ...