home Forums # Technical Support Errors compiling fuzzylite

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2239
    Unknown
    Member

    First 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)

    #2240

    Hi,

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.