-
Notifications
You must be signed in to change notification settings - Fork 22
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
Dreamcast Build #1
Comments
DC Makefiles are now in, and example project compiles but no idea yet if the result works. |
Current DC progress can be found in the "dreamcast-experimental" branch, build instructions have been added to the wiki |
Hi, i have some compilation issue for CubicVr from dreamcast experimental. It's about GLX/gl.h include not found. Here's the dump of the error: make[1]: Leaving directory `/opt/toolchains/cubicvr/CubicVR/dreamcast/libkglx' Thank you, i'm looking forward to use this engine for my next project!!! |
It looks you're missing some header files in your system or their paths added to the includes check if you have the file "gl.h" |
Yes it's what i have checked in first time, but, from my dc envirronnment (i've followed the cubicvr guide in the wiki) i can compile kgl test (from nehe) and i've found in addons directory of Kalisstios libkglx.a. |
I experienced this issue as well. I managed to solve it by creating the folders GLX and GL in the dreamcast/ directory and adding the required header files in there. |
Need to port over the Dreamcast makefiles, test updates and reconfigure them to the new repository layout.
The text was updated successfully, but these errors were encountered: