On 30 January 2013 20:41, Naii <[email protected]> wrote:

> Hi there,
>
> *4. ASK FOR HELP*
>
> Any tip or link is very much appreciated!
>
> Thanks in advance,
> - Alex
>
> Hey,

I believe macports installs the dev headers as part of the sqlite3 package.
You should just be able to specify the path to sqlite3.h when you install
the gem and it will pick up the headers from there:

gem install sqlite3-ruby -- --with-sqlite3-dir={...}

To find where sqlite3.h is just use `locate sqlite3.h`

Cheers,
Ben Lovell

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/datamapper?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to