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

Can't compile mygui-next #3

Open
Poomex opened this issue Mar 6, 2023 · 3 comments
Open

Can't compile mygui-next #3

Poomex opened this issue Mar 6, 2023 · 3 comments

Comments

@Poomex
Copy link

Poomex commented Mar 6, 2023

Hi, I have successfully compiled Ogre and placed it in the a folder, next to the mygui-next folder. However, when I try to compile mygui-next it complains about the lack of OgreBuildSettings.h in /Ogre/ogre-next/OgreMain/include.

I tried to copy this file from here but unfortunately, it still errors out.

Attached are log files from build with OgreBuildSettings.h from the link and without.

without OgreBuildSettings.h.log
with OgreBuildSettings.h from templates.log

@cryham
Copy link
Member

cryham commented Mar 13, 2023

Hi, thanks for testing.
I have OgreBuildSettings.h inside paths:

/Ogre/ogre-next/build/RelWithDebInfo/include
/Ogre/ogre-next/build/Release/include
/Ogre/ogre-next/build/Debug/include

OgreBuildSettings.h is something I think that gets generated by CMake, it will change when CMake options change.
IIRC I copied the /Ogre/ogre-next/build/include/OgreBuildSettings.h file after build or CMake run to each path of above.
I also have OgreGL3PlusBuildSettings.h and OgreVulkanBuildSettings.h in all those paths, but I didn't copy them.

@Tarek-Hasan
Copy link

Hey @cryham,
I'm just curious. Why fork an outdated fork of MyGUI to use in StuntRally, instead of using the original MyGUI project?

@cryham
Copy link
Member

cryham commented Dec 5, 2023

Well my fork was based on other fork that worked with OgreNext 2.1 or so, but some years ago. We did manage to get it work for latest OgreNext 3.0 and that's what I needed.
I didn't have the time or any real need yet to go into upmerging it to meet latest MyGui from git version. Could be some trouble. IDK, didn't yet try.

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

3 participants