PopcornFX / O3DEPopcornFXPlugin

PopcornFX plugin for O3DE
https://www.popcornfx.com/
Other
13 stars 12 forks source link

Build Errors With O3DE #73

Closed galibzon closed 12 months ago

galibzon commented 12 months ago

This is the build error. It occurs with both the development and main branches of O3DEPopcornFXPlugin Gem when using the latest O3DE:

Severity    Code    Description Project File    Line    Suppression State   Details
Error   LNK2001 unresolved external symbol "public: virtual bool __cdecl PopcornFX::COven_HBO::AppendDependencies(class PopcornFX::CString const &,class PopcornFX::TArray<class PopcornFX::CString,class PopcornFX::TArrayStaticController<0,8,8,0,2> > &)const " (?AppendDependencies@COven_HBO@PopcornFX@@UEBA_NAEBVCString@2@AEAV?$TArray@VCString@PopcornFX@@V?$TArrayStaticController@$0A@$07$07$0A@$01@2@@2@@Z)  PopcornFX.Builders  D:\GIT\BoneMarrow\build\External\O3DEPopcornFXPlugin-19538d66\Code\unity_0_cxx.obj  1       
Error   LNK2001 unresolved external symbol "public: virtual bool __cdecl PopcornFX::COven_Particle::AppendDependencies(class PopcornFX::CString const &,class PopcornFX::TArray<class PopcornFX::CString,class PopcornFX::TArrayStaticController<0,8,8,0,2> > &)const " (?AppendDependencies@COven_Particle@PopcornFX@@UEBA_NAEBVCString@2@AEAV?$TArray@VCString@PopcornFX@@V?$TArrayStaticController@$0A@$07$07$0A@$01@2@@2@@Z)    PopcornFX.Builders  D:\GIT\BoneMarrow\build\External\O3DEPopcornFXPlugin-19538d66\Code\unity_0_cxx.obj  1       
Error   LNK2001 unresolved external symbol "public: virtual bool __cdecl PopcornFX::COven_VectorField::AppendDependencies(class PopcornFX::CString const &,class PopcornFX::TArray<class PopcornFX::CString,class PopcornFX::TArrayStaticController<0,8,8,0,2> > &)const " (?AppendDependencies@COven_VectorField@PopcornFX@@UEBA_NAEBVCString@2@AEAV?$TArray@VCString@PopcornFX@@V?$TArrayStaticController@$0A@$07$07$0A@$01@2@@2@@Z)  PopcornFX.Builders  D:\GIT\BoneMarrow\build\External\O3DEPopcornFXPlugin-19538d66\Code\unity_0_cxx.obj  1       

O3DE Version: development branch:

commit ac2a6bb6f3cc1d513f399f2232cb0b375fb4cef0 (upstream/development, development)
Author: galibzon <66021303+galibzon@users.noreply.github.com>
Date:   Sat Dec 2 09:32:15 2023 -0600

O3DEPopcornFXPlugin Version: main branch:

commit 220c02a230de9bd124d07fcf681042a7b535e833 (HEAD -> main, tag: v2.18.2, origin/main, origin/HEAD)
Author: PopcornFX Bot <bot@popcornfx.com>
Date:   Fri Dec 1 17:11:18 2023 +0100

    PopcornFX Gem 2.18.2

development branch:

commit 7321db4804c820e30638f6103a66d9746479b61a (HEAD -> development, origin/development)
Merge: eeecbea 220c02a
Author: PopcornFX Bot <bot@popcornfx.com>
Date:   Fri Dec 1 17:11:21 2023 +0100

    Merge branch 'main' into development
ValPKFX commented 12 months ago

Indeed it was not downloading the correct version of the PopcornFX sdk package. This is fixed now. Thank you for reporting it!