utah has 32-bit Windows snapshots now again.
I did a cross build with:
>> Cross configuration
 Target:    i386-win32
 Host:      x86_64-linux
 Version:   current
 VM:        bc
 Workspace: /tmp/todays-snapshot

with `pkg install` `exe ...` `dist ...` moved dist over to windows vm and 
it ran fine, 
until it hit a sqlite syntax that was too new for the version that is 
included in racket i386-win32 
(it reported sql-lite version 3.22.0 from 2018-01-22).

I then downloaded 3.35.5 (current release) for windows replaced the 
sqlite3.dll in /tmp/todays-snapshot/i386-win32-bc/lib/ with the newer one,
repeated the exe and dist, after that the application worked without 
problems.
(So I guess the only question that comes up is: is it possible to update 
the sqlite version?)
[vaguely remember seeing a mailing list thread about this but, currently I 
only find other ones]

The build was pretty easy and working great (I guess with the next release 
it becomes even simpler, not having to use snapshots, but that is just one 
more command line argument anyway),
so thank you again, definitively makes distributing racket applications 
easier!

Simon

Matthew Flatt schrieb am Samstag, 15. Mai 2021 um 14:51:22 UTC+2:

> At Sat, 15 May 2021 05:18:22 -0700 (PDT), "kamist...@gmail.com" wrote:
> > Yes it didn't find the libiconv-2.dll in the distribution "lib" 
> sub-folder, 
> > only after I added that to my path.
>
> Oh, right... I had forgotten already that the current release does
> *not* cross-build correctly, even for a BC build, when the target needs
> native libraries. That problem should be fixed in snapshots.
>
> So, you were on the right track trying to use a snapshot, and it just
> happens that neither site at the moment manages to cover the
> combination of Linux and 32-bit Windows. We'll get the snapshot sites
> in line soon, I hope.
>
>
> Matthew
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/50590986-3614-4d68-a96d-eb8047e2490en%40googlegroups.com.

Reply via email to