gpu_performance_api icon indicating copy to clipboard operation
gpu_performance_api copied to clipboard

This is NOT awesome

Open AnonymousRonin opened this issue 2 years ago • 1 comments

I wish I had all the errors but this just a few. So far I have only had two successful builds. None of the install scripts work and this is primarily the results. So after hours of trying I've accomplished exactly nothing. With cmake that doesn't surprise since it's giant dumpster fire to begin with but this is insane. I don't write this so I count on those that do to get it right. This sucks. Oh year, this is the reult of having to replace the one that was downloaded to one I pulled from here today and this was my results.

CMake Error at CMakeLists.txt:9 (include): include called with wrong number of arguments. include() only takes one
file.

CMake Error at CMakeLists.txt:37 (include): include called with wrong number of arguments. include() only takes one
file.

CMake Error at CMakeLists.txt:9 (include): include could not find requested file:

/common.cmake                                                                                                                                                                                                                        
                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                     

CMake Error at CMakeLists.txt:37 (include): include could not find requested file:

/Common.cmake                                                                                                                                                                                                                        
                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                     

CMake Error at CMakeLists.txt:57 (REMOVE_TARGET_FROM_BUILD): Unknown CMake command "REMOVE_TARGET_FROM_BUILD".

CMake Error at counter_generator_common.cmake:9 (include): include could not find requested file:

/common.cmake                                                                                                                                                                                                                        

Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:10 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:11 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:12 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

CMake Error at counter_generator_common.cmake:13 (include): include called with wrong number of arguments. include() only takes one
file.
Call Stack (most recent call first):
CMakeLists.txt:6 (include)

AnonymousRonin avatar Nov 21 '23 10:11 AnonymousRonin

Hi AnonymousRonin,

I apologize for our unusual build process. Currently you need to run the python script at "build\pre_build.py" to download additional dependencies from various GitHub repos, and that will automatically run CMake for you.

I'm actively working to fix up our CMake scripts so that they work better for users like you who are already familiar with running CMake.

Please let me know if you continue to encounter errors after running the pre_build script. Peter

PLohrmannAMD avatar Nov 27 '23 15:11 PLohrmannAMD