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
Windows 10 20H2
Visual Studio Community 2019 16.7.4
Cmake v 3.22.0
Ruby 3.0.2p107
I followed "How to Create a new module" and ran the ruby on script/create_package.rb. I ran the build and all, and I got a whole bunch of LNK2019 unresolved external symbol errors.
Here is one of them:
npackage_test.hello-world.obj : error LNK2019: unresolved external symbol sysmem_newptr referenced in function "__int64 __cdecl c74::min::min_attr_getter(struct
c74::min::minwrap<class hello_world,void> *,struct c74::max::object *,long *,struct c74::max::atom * *)" (??$min_attr_getter@Vhello_world@@@min@c74@@YA_JPEAU?$minwrap@Vhello_world@ @x@01@PEAUobject@max@1@PEAJPEAPEAUatom@41@@z) [C:\Users\Da Xu\Documents\Max 8\Packages\npackage_test\build\source\projects\npackage_test.hello-world\npackage_test.hello-world.vcxpr
oj]
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for the report @mourendxu . This is fairly low priority at the moment, but it looks like the Ruby scripts could use some testing on Windows. I notice that there's a \n in the error output you've pasted, so my initial suspicion is that line endings aren't being handled properly.
Glad to know that building from scratch is working though!
Windows 10 20H2
Visual Studio Community 2019 16.7.4
Cmake v 3.22.0
Ruby 3.0.2p107
I followed "How to Create a new module" and ran the ruby on script/create_package.rb. I ran the build and all, and I got a whole bunch of LNK2019 unresolved external symbol errors.
Here is one of them:
npackage_test.hello-world.obj : error LNK2019: unresolved external symbol sysmem_newptr referenced in function "__int64 __cdecl c74::min::min_attr_getter(struct
c74::min::minwrap<class hello_world,void> *,struct c74::max::object *,long *,struct c74::max::atom * *)" (??$min_attr_getter@Vhello_world@@@min@c74@@YA_JPEAU?$minwrap@Vhello_world@
@x@01@PEAUobject@max@1@PEAJPEAPEAUatom@41@@z) [C:\Users\Da Xu\Documents\Max 8\Packages\npackage_test\build\source\projects\npackage_test.hello-world\npackage_test.hello-world.vcxpr
oj]
Thank you!
The text was updated successfully, but these errors were encountered: