Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is NOT awesome #80

Open
AnonymousRonin opened this issue Nov 21, 2023 · 1 comment
Open

This is NOT awesome #80

AnonymousRonin opened this issue Nov 21, 2023 · 1 comment
Assignees

Comments

@AnonymousRonin
Copy link

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)

@PLohrmannAMD
Copy link
Contributor

PLohrmannAMD commented Nov 27, 2023

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 PLohrmannAMD self-assigned this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants