Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Mac OSX experimental

 [1/4] from: warp::reboot::ch at: 15-Feb-2001 9:23


Hi 8) Please if you have time to repost the last Mac OSX exper. core build I would really aprreciate 8)) That mysql driver is so cool but doesn't work with core 2.2.0.2.4 Have a nice day and thank you Will Arp

 [2/4] from: dockimbel:free at: 15-Feb-2001 16:32


Hi Will Will Arp wrote:
> Hi 8) > Please if you have time to repost the last Mac OSX exper. core build > I would really aprreciate 8)) > That mysql driver is so cool but doesn't work with core 2.2.0.2.4
My scheme use the pair! datatype for the encryption functions. (pair! type was included in /Core 2.3) Here's a hack to make it work with /Core 2.2 : - Edit the %mysql-protocol.r file - Find the 'scrambler object. - Replace it with the following code : scrambler: make object! [ crypt-v10: crypt-v9: func [data [string!] seed [string!]][""] ] - Save your file. Then the mysql driver should works well, but you won't be allowed to use passwords. So you'll have to make a user with no password to log into the server. (If you're using mysqld on localhost, it shouldn't be a problem.) Now you can wait until the next OSX release without too much frustration. ;) I've made a small test with /Core2.2 and it freezes sometimes on the 'copy command. Weird behaviour...(will see if i can find a quick fix). HTH, DocKimbel.

 [3/4] from: warp:reboot:ch at: 15-Feb-2001 20:35


Thank you DocKimbel, That seem to work fine 8) Have a nice day Will

 [4/4] from: dockimbel:free at: 16-Feb-2001 14:55


DocKimbel wrote: [...]
> I've made a small test with /Core2.2 and it freezes sometimes on the 'copy > command. Weird behaviour...(will see if i can find a quick fix).
Ok, i fixed it. 'parse was entering in an infinite loop when modifying position markers. (This 'parse bug seems to have been corrected in 2.3) Now it should be stable and usable under 2.2 ! You can download the special /Core2.2 version at : http://rebol.dhs.org/mysql-patch2-2.r HTH, DocKimbel.