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

vkdt does not compile on Manjaro #127

Closed
Heddesdorfer opened this issue Jun 13, 2024 · 8 comments
Closed

vkdt does not compile on Manjaro #127

Heddesdorfer opened this issue Jun 13, 2024 · 8 comments

Comments

@Heddesdorfer
Copy link

This is the log from "make -j20 debug > debug.txt" debug.txt
vkdt not built, only vkdt-cli, vkdt-fit and vkdt-eval-profile

@hanatos
Copy link
Owner

hanatos commented Jun 16, 2024

interesting. obviously works here. your log doesn't even indicate that it tried to build the gui. do you have a custom config.mk? maybe something broke with the newer updates? is it a clean directory/fresh checkout? maybe bin/vkdt already exists and for odd reason has newer timestamp?

@Heddesdorfer
Copy link
Author

I always follow these steps (I did it twice to sure):
renamed directory vkdt to vkdtold
$ git clone https://github.com/hanatos/vkdt.git --recursive $ cd vkdt $ git submodule init $ git submodule update
copied config.mk from vkdtold/bin to vkdt/bin
$ make -j20 debug > debug.txt
all other known dependencies are installed.

config.mk.txt
(added ".txt" to config, otherwise it couldn't be uploaded)

@hanatos
Copy link
Owner

hanatos commented Jun 17, 2024 via email

@Heddesdorfer
Copy link
Author

One thing I could do myself: I had to update rust from 1.78 to 1.79. But still no GUI was built.
I appended compiler logs to file and console.
vkdt_compilation_console_log.txt
debug.txt

@hanatos
Copy link
Owner

hanatos commented Jun 17, 2024 via email

@Heddesdorfer
Copy link
Author

This is a new dependency for me...
Now vkdt compiles, but crashes.
vkdt-bt-175265.txt

@hanatos
Copy link
Owner

hanatos commented Jun 17, 2024

okay you could try again with current master. in general these assertions are mostly validation layer complaints that are way more useful to debug with vkdt -d qvk because then the error message will be printed to the console. also these are very useful to debug/harden the program, and not very useful just to run it for productive use. in fact the debug build target introduces some extra slow checks and memory overhead..

@Heddesdorfer
Copy link
Author

Now it works. Thank you!

@hanatos hanatos closed this as completed Jun 18, 2024
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