Closed GoogleCodeExporter closed 9 years ago
just to confirm: 1.4.5 compiles fine
this is the full buildout:
[libevent]
recipe = zc.recipe.cmmi
url =
https://github.com/downloads/libevent/libevent/libevent-2.0.19-stable.tar.gz
[memcached]
recipe = zc.recipe.cmmi
url = http://memcached.googlecode.com/files/memcached-1.4.13.tar.gz
extra_options = --with-libevent=${libevent:location}
--bindir=${buildout:directory}/bin
environment =
CFLAGS=-I${libevent:location}/include
LDFLAGS=-L${libevent:location}/lib
Original comment by crucialf...@gmail.com
on 19 Jun 2012 at 11:57
I can't reproduce this on my 10.6 box...
CFLAGS=-I../libevent-2.0.19-stable/include
LDFLAGS=-L../libevent-2.0.19-stable/.libs ./configure && make
^ works just fine.
I have to say -L../libevent-2.0.19-stable/.libs instead of /lib (since there's
no lib/ for me).
I can upgrade to 10.7, but won't be moving my own machine to 10.8 anytime soon.
Does anyone know if this is related to a change in 10.7 or 10.8? I need help
reproducing so it can be fixed :(
Original comment by dorma...@rydia.net
on 30 Jul 2012 at 12:25
the buildout should replicate it. it has to with using enipvironment variables
CDFLAGS and LDFLAGS that point to an arbitrary separate copy of libevent.
Setting the command line flags is different.
its not an enormously important bug IMO
Original comment by crucialf...@gmail.com
on 30 Jul 2012 at 7:41
Setting them the way I did is also setting the environment flags?
We'll fix it, but I need to be able to reproduce it :P So having the exact
commands that were run in whatever order would help. From the best I can tell I
did exactly what your build script does.
Original comment by dorma...@rydia.net
on 30 Jul 2012 at 7:44
I was never able to reproduce this :( closing, sorry...
Original comment by dorma...@rydia.net
on 13 Jan 2013 at 7:22
Original issue reported on code.google.com by
crucialf...@gmail.com
on 19 Jun 2012 at 11:52