GameAnalytics / GA-SDK-DEFOLD

Repository for GameAnalytics Defold SDK
MIT License
14 stars 7 forks source link

Can't build in Defold editor 1.2.187 #36

Closed kornyushin closed 2 years ago

kornyushin commented 2 years ago

When try to build HTML5 in editor get error

lld-link: error: undefined symbol: public: static void __cdecl gameanalytics::GameAnalytics::addBusinessEvent(char const *, int, char const *, char const *, char const *, char const *)
>>> referenced by /tmp/job3853032303978821407/upload/gameanalytics/src/GameAnalyticsDefold.cpp:500
>>>               GameAnalytics_1.lib(GameAnalyticsDefold.cpp_1.o):(public: static void __cdecl gameanalytics::defold::GameAnalytics::addBusinessEvent(char const *, int, char const *, char const *, char const *, char const *))
the1schwartz commented 2 years ago

Ok thanks for reporting this, what platform are you building for?

kornyushin commented 2 years ago

Build for HTML5

the1schwartz commented 2 years ago

Ok thanks sorry for the inconvenience. I will try to test it and get it fixed.

AGulev commented 2 years ago

I've just checked. It builds fine for html5 but doesn't build for windows

the1schwartz commented 2 years ago

Ok thanks @AGulev yeah html5 works fine for me as well. I will test windows now

the1schwartz commented 2 years ago

Ok it should be fixed now. It looked like it was a windows library I was missing to update. Let me know if the issue has been fixed for you so I can close this ticket.

kornyushin commented 2 years ago

Yes, working for me now, thank you!