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
Given that sqlite3.h is present in /usr/include and libsqlite3.so is present in /usr/lib/x86_64-linux-gnu
Expected Behavior
It should output the current version of sqlite.
Current Behavior
Throws the following error:
Error: Failed to parse type sqlite3_uint64
Error: Function closure from parameter 'xProfile' has failed to be prepared
Error: Failed to parse type unsigned int
Error: Function closure from parameter 'xCallback' has failed to be prepared
Error: Failed to parse type sqlite3_int64
Error: Function closure from parameter '' has failed to be prepared
Error: Failed to parse type unsigned int
Error: Function closure from parameter '' has failed to be prepared
Error: Failed to parse type sqlite3_int64
Error: Function closure from parameter '' has failed to be prepared
m ��
Steps to Reproduce
Build metacall from source along with the cli
Write the above given code
Run it using metacallcli main.js
Development environment
I'm using Debian (WSL2)
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
metacall_load_from_package_export
errors while using it with a C library file.The following code should work without any error:
Given that
sqlite3.h
is present in/usr/include
andlibsqlite3.so
is present in/usr/lib/x86_64-linux-gnu
Expected Behavior
It should output the current version of sqlite.
Current Behavior
Throws the following error:
Steps to Reproduce
metacall
from source along with the climetacallcli main.js
Development environment
I'm using Debian (WSL2)
The text was updated successfully, but these errors were encountered: