Created
November 2, 2011 16:05
-
-
Save martinstreicher/1334036 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
generating encdb.h | |
encdb.h unchanged | |
making enc | |
make[1]: Nothing to be done for `enc'. | |
making srcs under enc | |
make[1]: Nothing to be done for `srcs'. | |
generating transdb.h | |
transdb.h unchanged | |
making trans | |
make[1]: Nothing to be done for `./enc/trans'. | |
making encs | |
/bin/sh: line 0: cd: ext/-test-/add_suffix: No such file or directory | |
make[1]: *** [ext/-test-/add_suffix/all] Error 1 | |
make: *** [build-ext] Error 2 |
I installed Xcode 3.2.6 as was recommended by rvm requirements but I still get the error.
All this on Snow Leopard.
Gotcha, I'm getting this error w/xcode 4.2. So no solution so far?
…On Fri, Nov 4, 2011 at 4:54 PM, Martin Streicher ***@***.*** wrote:
All this on Snow Leopard.
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1334036
mpapis suggested some stuff in IRC the other day for 4.2
did you see it?
it was like
rvm head
rvm update
rvm install ruby-head
and he also gave me a patch... so it was like
rvm install ruby-head --patch file%0
I have the file if you want it...
Someone on Lion has to have built 1.9.3....
…On Nov 4, 2011, at 4:57 PM, Jonathan Wallace wrote:
Gotcha, I'm getting this error w/xcode 4.2. So no solution so far?
On Fri, Nov 4, 2011 at 4:54 PM, Martin Streicher
***@***.***
wrote:
> All this on Snow Leopard.
> ---
>
> Reply to this email directly or view it on GitHub:
> https://gist.github.com/1334036
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1334036
Yes, I'd love to get that file if possible!
On Fri, Nov 4, 2011 at 5:14 PM, Martin Streicher
[email protected]
wrote:
… mpapis suggested some stuff in IRC the other day for 4.2
did you see it?
it was like
rvm head
rvm update
rvm install ruby-head
and he also gave me a patch... so it was like
rvm install ruby-head --patch file%0
I have the file if you want it...
Someone on Lion has to have built 1.9.3....
On Nov 4, 2011, at 4:57 PM, Jonathan Wallace wrote:
> Gotcha, I'm getting this error w/xcode 4.2. So no solution so far?
>
> On Fri, Nov 4, 2011 at 4:54 PM, Martin Streicher
> ***@***.***
> wrote:
>
> > All this on Snow Leopard.
> > ---
> >
> > Reply to this email directly or view it on GitHub:
> > https://gist.github.com/1334036
> ---
>
> Reply to this email directly or view it on GitHub:
> https://gist.github.com/1334036
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1334036
Let me know if it works for you. File attached.
…On Nov 11, 2011, at 1:46 PM, Jonathan Wallace wrote:
Yes, I'd love to get that file if possible!
On Fri, Nov 4, 2011 at 5:14 PM, Martin Streicher
***@***.***
wrote:
> mpapis suggested some stuff in IRC the other day for 4.2
>
> did you see it?
>
> it was like
>
> rvm head
> rvm update
> rvm install ruby-head
>
> and he also gave me a patch... so it was like
>
> rvm install ruby-head --patch file%0
>
> I have the file if you want it...
>
> Someone on Lion has to have built 1.9.3....
>
> On Nov 4, 2011, at 4:57 PM, Jonathan Wallace wrote:
>
> > Gotcha, I'm getting this error w/xcode 4.2. So no solution so far?
> >
> > On Fri, Nov 4, 2011 at 4:54 PM, Martin Streicher
> > ***@***.***
> > wrote:
> >
> > > All this on Snow Leopard.
> > > ---
> > >
> > > Reply to this email directly or view it on GitHub:
> > > https://gist.github.com/1334036
> > ---
> >
> > Reply to this email directly or view it on GitHub:
> > https://gist.github.com/1334036
> ---
>
> Reply to this email directly or view it on GitHub:
> https://gist.github.com/1334036
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1334036
I'm not seeing an attached file?
On Fri, Nov 11, 2011 at 3:25 PM, Martin Streicher
[email protected]
wrote:
… Let me know if it works for you. File attached.
On Nov 11, 2011, at 1:46 PM, Jonathan Wallace wrote:
> Yes, I'd love to get that file if possible!
>
> On Fri, Nov 4, 2011 at 5:14 PM, Martin Streicher
> ***@***.***
> wrote:
>
> > mpapis suggested some stuff in IRC the other day for 4.2
> >
> > did you see it?
> >
> > it was like
> >
> > rvm head
> > rvm update
> > rvm install ruby-head
> >
> > and he also gave me a patch... so it was like
> >
> > rvm install ruby-head --patch file%0
> >
> > I have the file if you want it...
> >
> > Someone on Lion has to have built 1.9.3....
> >
> > On Nov 4, 2011, at 4:57 PM, Jonathan Wallace wrote:
> >
> > > Gotcha, I'm getting this error w/xcode 4.2. So no solution so far?
> > >
> > > On Fri, Nov 4, 2011 at 4:54 PM, Martin Streicher
> > > ***@***.***
> > > wrote:
> > >
> > > > All this on Snow Leopard.
> > > > ---
> > > >
> > > > Reply to this email directly or view it on GitHub:
> > > > https://gist.github.com/1334036
> > > ---
> > >
> > > Reply to this email directly or view it on GitHub:
> > > https://gist.github.com/1334036
> > ---
> >
> > Reply to this email directly or view it on GitHub:
> > https://gist.github.com/1334036
> ---
>
> Reply to this email directly or view it on GitHub:
> https://gist.github.com/1334036
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/1334036
make sure that you CDPATH isn't mucking up the compilation process!!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any solution to this?