-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Windows tcc 'mmreg.h' not found #9
Comments
Can you run with |
|
There seems to be an error in the |
Have a check, this should be fixed now. |
Seems like line 41 in installraylib.vsh is incorrect, I believe it should be Even with this change, I still get the same result:
That being said, I don't believe mmreg.h and a few other header files are located in "thirdparty/tcc/include". I manually added them from However, after looking at miniaudio.h:
Seems like we need to define a strcasecmp function for miniaudio and modify this define for tcc on windows in raylib/src/external/miniaudio.h. I'm not really sure the best way to go about it. |
I'm going to start more windows testing, let me know if you have any more information. |
maybe add a full winapi for tсс in v install? Ray also update tcc from https://repo.or.cz/tinycc.git/shortlog/refs/heads/mob |
Hi, I tried adding the winapi full, and it did get a lot farther. This is the new output:
|
pay attention raysan5/raylib#435 (comment) |
I just downloaded the missing header from the internet, that's a workaround. |
Can you post the link here? |
For me, the following files were missing: Hope that answers your question! EDIT: Doing this worked for me at least |
I'll look at this fix ASAP, thanks @MightyPancake! |
You're welcome! |
I've added these files into my local version, but we're still missing libraries apparently (notably |
I've uploaded my copy of You can check if adding that helps. I believe this file was provided with V's |
Depending on what a person is doing on Windows, if using the default TCC, they might need the full winapi. TCC's full winapi (named as- winapi-full-for-0.9.27.zip) can be found here . Download and extract to somewhere that doesn't include spaces (to avoid issues). You can then do an alternative run/compile, which would use where you put the full winapi at, with the below (example).
|
v version:
V 0.3.1 728b198
raylib.v version:
v0.3.0
commit7f752f1e230910652221a61633236edfe7e42956
Hi, following the installation steps I encountered the following error:
The text was updated successfully, but these errors were encountered: