421
422
423
424
425
426
427
428
|
** It cannot find sqlite3.o when compiling. Why not use -lsqlite3 instead?
The version of SQLite in the package manager is not always the newest
version. Sometimes I use features that are in released versions of SQLite
but not necessarily in the package manager (and which versions are in the
package manager may vary according to the distribution). The version in
the package manager might or might not work; it is untested.
|
>
>
>
>
>
|
421
422
423
424
425
426
427
428
429
430
431
432
433
|
** It cannot find sqlite3.o when compiling. Why not use -lsqlite3 instead?
The version of SQLite in the package manager is not always the newest
version. Sometimes I use features that are in released versions of SQLite
but not necessarily in the package manager (and which versions are in the
package manager may vary according to the distribution). The version in
the package manager might or might not work; it is untested.
** How to make it to automatically advance to next level if you win?
Add the following into the .heromeshrc file:
.?.autoWin: select 'go',-(level()+1) where level()<max_level();
|