Re: [racket-users] raco exe can't build executables on OpenBSD

2015-04-04 Thread Juan Francisco Cantero Hurtado
On Saturday, April 4, 2015 at 5:10:21 PM UTC+2, Andrew Mauer-Oats wrote: > Notice that not only does the output file fail to open, but also the raco pkg > show has a similar error. I missed that the first read through.  > > > I see you said you installed manually "main-distribution". You could l

Re: [racket-users] raco exe can't build executables on OpenBSD

2015-04-04 Thread Andrew Mauer-Oats
Notice that not only does the output file fail to open, but also the raco pkg show has a similar error. I missed that the first read through. I see you said you installed manually "main-distribution". You could look into that process. I think you should verify no issues exist before you do that st

[racket-users] raco exe can't build executables on OpenBSD

2015-04-03 Thread Juan Francisco Cantero Hurtado
When I use a racket version built from source everything works fine but the OpenBSD port has some problems. $ cat mytest.rkt #lang racket (displayln (+ 1 1)) $ racket mytest.rkt 2 $ raco exe mytest.rkt open-output-file: cannot open output file path: /home/juanfra/racket-fallo-exe/exe/mytest s