You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: