-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to compile the SQLite example - Compilation Error: undefined symbol: zerofill #70
Comments
@Oldes ^--- |
Works fine on Windows :-/ |
@dockimbel the reason will be, that @ajinkyakulkarni is using libRedRT and |
@ajinkyakulkarni you can add |
Or delete |
@Oldes I deleted the libRedRT.dylib and then recompiled When I run `--> open dyld: Symbol not found: _sqlite3_trace_v2 [1] 91392 trace trap ./SQLite3-test` Should I log this issue here https://github.com/Oldes/Red-SQLite instead? |
Open a new issue here and provide info about version of SQLite you are using. |
@ajinkyakulkarni I would bet, that your SQLite version is older, because I wonder If I should rework the binding to support even some older SQLite versions too... or maybe you could just update:) |
@ajinkyakulkarni if you need to use old library, you can simply ignore the new API functions.. like in this new Red/System basic example At least I think that this file should be ok (it is using the old trace API call). Unfortunately, making Red version is not on my todo list. It was meant as a startup anyway. Anybody is welcome to improve it. |
I had this same problem. When I downloaded a refreshed version of red
|
Still hoping to solve this one ... as the build time is noticeable ... If zerofill in SQLite3.red is replaced by its definition - about line 32 - viz
is replaced by
that problem goes away ... to be replaced by a new one Compiling to native code...
|
there should be:
|
I am trying to compile the /Library/SQLite/SQLite3-test.red file and getting this error - "Compilation Error: undefined symbol: zero fill". Any advice?
Here is how I am trying to run the SQLite example and full error output -
The text was updated successfully, but these errors were encountered: