Done, many thanks. Issue #2906. On Tue, 12 Nov 2019 at 22:20, Paulo Matos <[email protected]> wrote:
> Hi > > I am not sure how supported this configuration is but I can take a look at > it soonish. Could you please open an issue for this at > github.com/racket/racket ? > > Thanks. > > On 8 November 2019 22:38:06 CET, 'Reuben Thomas' via Racket Developers < > [email protected]> wrote: >> >> I'm trying to build racket on mingw64, and get this error that I don't >> understand: >> >> make[8]: Entering directory >> '/home/rrt/repo/racket/racket/src/build/racket/gc2' >> env XFORM_PRECOMP=yes ../racketcgc -G /home/rrt/repo/racket/build/config >> -O "info@compiler/cm error" -l- setup --boot >> /home/rrt/repo/racket/racket/src/build/../racket/gc2/../../setup-go.rkt >> ../../compiled --tag ++out >> /home/rrt/repo/racket/racket/src/build/../racket/gc2/xform-mod.rkt >> --depends --cpp "gcc -E -I./.. >> *-I/home/rrt/repo/racket/racket/src/build/../racket/gc2/../include* >> -I/home/rrt/repo/racket/racket/src/build/../racket/gc2/../../rktio >> -I../../rktio -g -O2 -IC:/msys64/mingw64/lib/libffi-3.2.1/include >> -DUSE_SENORA_GC -fno-omit-frame-pointer " --keep-lines -o ++out >> xsrc/precomp.h >> /home/rrt/repo/racket/racket/src/build/../racket/gc2/precomp.c >> In file included from >> C:/msys64/home/rrt/repo/racket/racket/src/build/../racket/gc2/precomp.c:2: >> C:/msys64/home/rrt/repo/racket/racket/src/racket/src/schpriv.h:10:10: >> fatal error: scheme.h: No such file or directory >> 10 | #include "scheme.h" >> | ^~~~~~~~~~ >> compilation terminated. >> xform: cpp failed >> make[8]: *** [Makefile:205: xsrc/precomp.h] Error 1 >> >> The key thing here is that the file that can't be found, scheme.h, is >> indeed in a directory for which there is a -I flag, which I've highlighted >> in bold above, so I don't understand why it's not found. >> >> I can't find any specific instructions in the docs or mailing list >> archives that seem to pertain to this, so I assume I'm doing something >> wrong, but I'm unsure what: I just git cloned racket and ran "make". >> > > -- > Sent from my Android device with K-9 Mail. Please excuse my brevity. > -- https://rrt.sc3d.org -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/CAOnWdoj0-Om0-6S2nmvZprpzA_egu2ggdMmpgubQN8wETCiDbg%40mail.gmail.com.
