Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
On 08/10/2010, at 5:01 PM, Erick Tryzelaar wrote: > oops, try "git remote set-url origin g...@github.com:erickt/felix.git" > Yeah figured that out, don't know how though ;) Here's something I regularly want to do and can't figure out: how do I *undo* changes I have made (but not committed)?

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
On 08/10/2010, at 4:55 PM, john skaller wrote: > > On 08/10/2010, at 4:42 PM, Erick Tryzelaar wrote: > >> git remote set-url master g...@github.com:erickt/felix.git > > 114:felix johnskaller$ git remote set-url master > g...@github.com:erickt/felix.git > fatal: No such remote 'master' > --

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
On 08/10/2010, at 4:42 PM, Erick Tryzelaar wrote: > git remote set-url master g...@github.com:erickt/felix.git 114:felix johnskaller$ git remote set-url master g...@github.com:erickt/felix.git fatal: No such remote 'master' -- john skaller skal...@users.sourceforge.net

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
On 08/10/2010, at 4:37 PM, john skaller wrote: > > Grr .. I'm lost again: > [] > > So, why didn't the build system copy these files from > src/compiler/flx_version? I write these emails because I always find the problem immediately afterwards :) Heh .. I told it to look in the buildroot, n

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
Grr .. I'm lost again: * ocamlopt.opt : build/release-optimized/src/compiler/sex/sex_lex.ml -> build/release-optimized/src/compiler/sex/sex_lex.cmx * ocamlopt.opt : src/compiler/sex/sex.ml -> build/release-optimized/src/compiler/sex/sex.cmx * o

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
On 08/10/2010, at 11:13 AM, Erick Tryzelaar wrote: > On Thu, Oct 7, 2010 at 3:49 PM, john skaller > wrote: >> >> Ah. I do now.. had to flush stdout to force the file to be written. >> That sucks TOTALLY. The redirection is **inside** the shell >> command, it has nothing to do with the stdout en

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
On 08/10/2010, at 2:11 AM, Erick Tryzelaar wrote: > On Thu, Oct 7, 2010 at 6:53 AM, john skaller > wrote: >> >> On 08/10/2010, at 12:19 AM, john skaller wrote: >> >> OMG I have narrowed the bug down to this: >> >> system(cmd + ">tmp.out"); >> output = load_file("tmp.out"); >> >> where cmd is

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread Erick Tryzelaar
On Thu, Oct 7, 2010 at 6:53 AM, john skaller wrote: > > On 08/10/2010, at 12:19 AM, john skaller wrote: > > OMG I have narrowed the bug down to this: > > system(cmd + ">tmp.out"); > output = load_file("tmp.out"); > > where cmd is a flx_pkgconfig command. > > I have NO idea why this doesn't work. H

Re: [Felix-language] [felix] Build script problem

2010-10-07 Thread john skaller
On 08/10/2010, at 12:19 AM, john skaller wrote: OMG I have narrowed the bug down to this: system(cmd + ">tmp.out"); output = load_file("tmp.out"); where cmd is a flx_pkgconfig command. I have NO idea why this doesn't work. However it is definitely failing. Flx_pkgconfig is producing the correc