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

Problem converting glad.c to V #158

Open
nikeedev opened this issue Oct 24, 2023 · 1 comment
Open

Problem converting glad.c to V #158

nikeedev opened this issue Oct 24, 2023 · 1 comment
Labels
Bug Something isn't working

Comments

@nikeedev
Copy link

nikeedev commented Oct 24, 2023

 myftr@nikbook_skole C:\....\src  master  v translate wrapper glad.c
C to V translator 0.4.0
  translating C:\dev\v\vopengl\vendor\src\glad.c ... C++ top level
C2V command: "C:\Users\myftr\.vmodules\c2v\c2v.exe" "wrapper" "glad.c"
C2V failed to translate the C files. Please report it via GitHub.

Folder structure (the folders are not empty)

├───src
└───vendor
    ├───include
    │   ├───glad
    │   ├───GLFW
    │   └───KHR
    ├───lib
    └───src

c2v config:

[project]
additional_flags = "-I../include"
output_dirname = "glad_v.out"
@nikeedev
Copy link
Author

it its kinda strange that c2v wont report any error or at least where the log is, else than just reporting it here.

@ArtemkaKun ArtemkaKun added the Bug Something isn't working label Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants