Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Joe61vette
Total activity
7
Last activity
June 05, 2025 11:48
Member since
May 31, 2025 20:55
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
June 05, 2025 11:48
Problem solved! You put me on the right path with the advice about rpath. What I needed to do was put those statements before I defined the target. So, a CMake mistake on my part. Thanks again ...
Community
CLion
How to get Python.h in Header Search Paths
0 votes
Created
June 03, 2025 14:40
I understand completely and am just grateful you got me this far. I'll continue trying to figure this out and let you know if I find a solution.Thanks again, Joe
Community
CLion
How to get Python.h in Header Search Paths
0 votes
Created
June 03, 2025 14:11
First, I never thought this was a CLion problem. Just my problem in learning how to use it. Your help has been great!I did try and run it from the terminal. Essentially the same error message:AS...
Community
CLion
How to get Python.h in Header Search Paths
0 votes
Created
June 03, 2025 13:12
Thanks again.1) Yes, I did change the target name. Here is my CMakeLists.txt:cmake_minimum_required(VERSION 3.31)project(ASP)set(CMAKE_CXX_STANDARD 23)add_executable(ASP main.cpp)find_package(Pyth...
Community
CLion
How to get Python.h in Header Search Paths
0 votes
Created
June 02, 2025 21:50
THANKS so much. It almost got me there. By including those 3 lines & resetting, my project was able to find <Python.h>. However, when I tried to run it, I got a "library not loaded error".So, I ...
Community
CLion
How to get Python.h in Header Search Paths
0 votes