Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Heath Borders
I'm having problems specifying proper curl libs to make oauth now. I've configured using the following command (please let me know if I did any overkill): ./configure CFLAGS="-arch i386" LDFLAGS=-L`cd ../palm-i386/lib/; pwd` CPPFLAGS=-I`cd ../palm-i386/include/; pwd` --prefix=`cd ../palm-i386/; p

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Heath Borders
I got libz and libssl compiled for i386 last night. This is the closest thing to an x-compile I've done so far. Unfortunately, libcurl is a private library on the pre, so I can't rely on it. I'm going to try building libcurl for i386 tonight, and then hopefully I can compile liboauth and get my

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Robin Gareus
Hi Heath, Oh. libc, libm, and libpthread is very minimalistic. You may need libz for OpenSSL. I don't know how easy it is these days to get OpenSSL or NSS x-compiled. I only remember that it took me a while to figure out how to x-compile OpenSSL with MinGW a few years ago.. If you stumble over po

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Heath Borders
Thanks! I'm eventually trying to build this for my palm pre, which has only libc, libm, and libpthread available. So, I'm having to build all dependencies as static libs. I'm just starting with i386 because the pre simulation libs are in i386. Eventually, everything will have to be compiled for

Re: [oauth] Compiler Error on Mac OSX 10.6.3

2010-06-01 Thread Robin Gareus
On 05/31/2010 03:10 AM, Robin Gareus wrote: > On 05/31/2010 01:31 AM, Heath wrote: >> I ran configure with --prefix=`pwd` (I'm trying to embed oauth onto my >> palm pre, and I didn't want to add it to my general system yet) and I >> got the following compiler error on Mac OSX 10.6.3: >> >> mcheath: