A really, REALLY simple question
- From:
- Chris Patti
- Date:
- 2011-08-17 @ 18:19
How can I tell the Shoes build system to look in
/usr/local/include|/usr/local/lib for dependencies?
I've tried:
LDFLAGS=-L/usr/local/lib CFLAGS=-I/usr/local/include rake
with no success.
The goal here is to have the Shoes build find the Homebrew installed
libs and includes in /usr/local
Once I can get Shoes to build under Homebrew I'll package it up and
make a formula for it, which will get it into the hands of a bunch
more curious people.
(I know I obsessively run 'brew update' and check out all the new
formulas coming downstream)
Thanks!
-Chris
--
Christopher Patti - Geek At Large | GTalk: cpatti@gmail.com | AIM:
chrisfeohpatti | P: (260) 54PATTI
"Technology challenges art, art inspires technology." - John Lasseter, Pixar
Re: [shoes] A really, REALLY simple question
- From:
- Eric Watson
- Date:
- 2011-08-17 @ 19:17
> The goal here is to have the Shoes build find the Homebrew installed
> libs and includes in /usr/local
Chris,
I'm working on this in a branch of my fork:
https://github.com/wasnotrice/shoes/tree/lion-homebrew
See the use-brew script at the top level. It's the SHOES_DEPS constant
that does what you're after, I think.
We should talk in IRC about some of the hacks currently necessary for
Homebrew builds.
Eric
Re: [shoes] A really, REALLY simple question
- From:
- Steve Klabnik
- Date:
- 2011-08-17 @ 18:24
Hmm, I'm not 100% sure. That _should_ work... let me poke around some things.
You should jump on the irc sometime.