Sorry about that. Ill do that next time.

I tried this but get the same error. I also downloaded it and
installed it manually but get the same error.

End of Output: (full output here: http://codepad.org/wPl7ZnYc)
...
In file included from gevent/libev.h:2,
                 from gevent/gevent.core.c:236:
libev/ev.c: In function ‘ev_io_start’:
libev/ev.c:3181: warning: suggest parentheses around arithmetic in
operand of |
libev/ev.c: In function ‘ev_timer_start’:
libev/ev.c:3220: warning: unused variable ‘ocur_’
libev/ev.c: In function ‘ev_idle_start’:
libev/ev.c:3888: warning: unused variable ‘ocur_’
libev/ev.c: In function ‘ev_prepare_start’:
libev/ev.c:3928: warning: unused variable ‘ocur_’
libev/ev.c: In function ‘ev_fork_start’:
libev/ev.c:4113: warning: unused variable ‘ocur_’
libev/ev.c: In function ‘ev_async_start’:
libev/ev.c:4196: warning: unused variable ‘ocur_’
libev/ev.c:4410:27: warning: "/*" within comment
libev/ev.c:4411:27: warning: "/*" within comment
lipo: can't open input file: /var/tmp//ccAFG7w1.out (No such file or
directory)
error: command 'llvm-gcc-4.2' failed with exit status 1

On Dec 27, 12:00 pm, Ralf Schmitt <[email protected]> wrote:
> Sikander Lhote <[email protected]> writes:
> > Hello.
> > I am trying to install mwlib on a Mac server but get an error i cant
> > find any solutions on.
>
> > System:
> > Mac OS X 10.7.2
> > Python 2.7
> > XTools 4.2.1 (gcc 4.2.1)
>
> > Log:
> > ...
> > gevent/core.c: At top level:
> > gevent/core.c:21272: error: expected ‘)’ before ‘val’
> > lipo: can't open input file: /var/tmp//ccT31Z1G.out (No such file or
> > directory)
> > error: Setup script exited with error: command 'llvm-gcc-4.2' failed
> > with exit status 1
>
> > What i tried:
> > I started with pip and everything went great until it tries to install
> > gevent.
> > I tried to download the installer and run <sudo python setup.py
> > install> but that didnt help. (you can see a video of that here:
> >http://db.tt/fczipHFs)
>
> please just copy and paste the output of your shell commands next time.
>
> > I have checked the privileges and also run a repair of the privileges.
> > It seems to me that the file it is looking for is changing name or is
> > deleted before it gets to use it (you can se this in the film). It may
> > also be the double-slash (in the log: /var/tmp//ccT31Z1G.out) but i
> > dont know.
> > Does anyone have any clue how to fix this?
>
> IMHO pip install gevent doesn't work with gevent 0.13.x on OS X. I think
> it's missing the libevent includes and libraries.
>
> Please try running the following:
>
> ,----
> | pip install -ihttp://pypi.pediapress.com/simple/gevent
> `----
>
> this one installs the gevent development version. it at least works on
> 10.6 without any libevent/libev headers installed.
>
> --
> Cheers
> Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"mwlib" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/mwlib?hl=en.

Reply via email to