drogon icon indicating copy to clipboard operation
drogon copied to clipboard

Unable to compile on a jailbroken iPhone

Open albaropereyra22 opened this issue 2 months ago • 1 comments

Notice If you need support or clarification regarding the usage of Drogon in your project, visit the official Drogon support channel at gitter

Please create a new issue only if you think you have found a bug or if have a feature request/enhancement.

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Hello when I try to run: cmake ..; I get the following error on a jailbroken iPhone:

-- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:3 (project): No CMAKE_C_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

CMake Error at CMakeLists.txt:3 (project): No CMAKE_CXX_COMPILER could be found.

Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

-- Configuring incomplete, errors occurred!

Please advise, Thanks, Albaro

Describe the solution you'd like I would like for the code to compile.

albaropereyra22 avatar Oct 17 '25 09:10 albaropereyra22

as you'll notice in your error logs, this is an environment issue, not project issue, you'll likely need to re-set up your c compilation toolchain

TheThouZands avatar Dec 08 '25 23:12 TheThouZands