home › Forums › # Technical Support › Errors compiling fuzzylite
Tagged: Compiling Error, error, fuzzylite, UE4
- This topic has 1 reply, 2 voices, and was last updated 7 years ago by
Juan Rada-Vilela (admin).
-
AuthorPosts
-
September 5, 2016 at 06:31 #2239
Unknown
MemberFirst off, thank you Juan for this amazing tool and library.
But i have a, i hope atleast, little problem compiling Fuzzylite combined with Unreal Engine 4.
Maybe you see what could cause the errors.
1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(10): error C3927: '->': trailing return type is not allowed after a non-function declarator 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(10): error C3484: syntax error: expected '->' before the return type 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(10): error C3613: missing return type after '->' ('int' assumed) 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(10): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(10): error C2373: 'engine': redefinition; different type modifiers 1> C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(9): note: see declaration of 'engine' 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(10): error C2146: syntax error: missing ';' before identifier 'setName' 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(13): error C3927: '->': trailing return type is not allowed after a non-function declarator 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(13): error C3484: syntax error: expected '->' before the return type 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(13): error C3613: missing return type after '->' ('int' assumed) 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(13): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(13): error C2373: 'inputVariable1': redefinition; different type modifiers 1> C:\Users\Mario\Documents\Bachelorarbeit\BachelorarbeitC\Source\BachelorarbeitC\Wolf_Hunt_Group_Distance.cpp(12): note: see declaration of 'inputVariable1'
this goes on for quite a while.
Some additional information:
i try to combine Fuzzylite and Unreal Engine 4
Using the Lib-staticD
Build the Library from source (used Cmake GUI)September 6, 2016 at 19:36 #2240Juan Rada-Vilela (admin)
KeymasterHi,
thank you for your post. Unfortunately, your post provides very little information from which I could help you. My advice is that you first try incorporating fuzzylite into a very simple project using the Unreal Engine 4. If you run into any problems, please create another post and its output. Thanks.
Cheers.
-
AuthorPosts
- You must be logged in to reply to this topic.