Jan. 20, 2015
4:07 p.m.
El Tue Jan 20 2015 at 4:37:43 PM, Torsten Bergmann <astares@gmx.de> escribió:
It is testing a matrix combining stable/bleedingEdge, pharo3/4, ubuntu/windows.
Mhhh....only dbxtalk-windows-32bit + Pharo 4 is green. That's the one I use and test.
Well, ubuntu jobs look strange, I should have a look at it. It fails because: ioFindExternalFunctionIn(sqlite3_close_v2, 0x87f9b78): ./sqlite3.so: undefined symbol: sqlite3_close_v2 But that is the only failing function... Maybe there is a problem with the sqlite version I had in the server's ubuntu...
BTW: Meanwhile I additionally fixed encoding issues between SQLite3 (UTF-8 storage format) and Pharo (Multibyte characters). Updated version is available in config browser of Pharo 4.0
Cool!
Thx T.