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
would like to ask how can i build it a static library , i tried to use it on my QT app for Ios , only android is working but for ios it always fails saying that
"node::Start(int, char**)", referenced from:
NodeServer::startNode() in nodeserver.o
ld: symbol(s) not found for architecture x86_64
i if i can build it statically it will fix the issue
or any way i can directly include the nodejs source code on my cmakelists ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
would like to ask how can i build it a static library , i tried to use it on my QT app for Ios , only android is working but for ios it always fails saying that
"node::Start(int, char**)", referenced from:
NodeServer::startNode() in nodeserver.o
ld: symbol(s) not found for architecture x86_64
i if i can build it statically it will fix the issue
or any way i can directly include the nodejs source code on my cmakelists ?
Beta Was this translation helpful? Give feedback.
All reactions