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

Any possibility of a release/download? #13

Open
PaulloDEC opened this issue Apr 12, 2023 · 2 comments
Open

Any possibility of a release/download? #13

PaulloDEC opened this issue Apr 12, 2023 · 2 comments

Comments

@PaulloDEC
Copy link

Hi there,
I'm very interested in this project, but as someone with no experience building projects from Github I'm having trouble getting a working build in QT Creator. Is there any chance you could provide a build for download?
Failing that, I'll include the error I'm getting below.
Cheers, Paul.

D:\Paul\GR2FBX\src\gcl\bindings\track.h:25: error: 'shared_ptr' does not name a type; did you mean 'CharUpper'?
In file included from D:\Paul\GR2FBX\src\gcl\bindings\track.cpp:1:0:
D:/Paul/GR2FBX/src/gcl/bindings/track.h:25:23: error: 'shared_ptr' does not name a type; did you mean 'CharUpper'?
using SharedPtr = shared_ptr;
^~~~~~~~~~
CharUpper

@Anohros
Copy link
Owner

Anohros commented Apr 16, 2023

For now there is no intention to provide already build releases of the library. One reason are the licensing regarding the depended libraries.

However I have updated the README and added Visual Studio Code as an alternative IDE. Building with Visual Studio Code should be more straightforward.

@PaulloDEC
Copy link
Author

Thanks mate, understood. I've gotten the project set up in Visual Studio with an X86 release build selected, but I'm now getting the below error. Any insight you could offer would be greatly appreciated. I've checked and re-checked that my folder paths to the FBX SDK are correct and I can see no issue.

'FBXSDK::FBXSDK-NOTFOUND', needed by 'examples/converter/ConverterExample.exe', missing and no known rule to make it C:\Users\PaulloDEC\Desktop\TRY2\out\build\x86-Release\TRY2 C:\Users\Mad Dog Productions\Desktop\TRY2\out\build\x86-Release\ninja 1

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