Aaron,
I spent a week trying to get it to build on 10.4.9 with no success, I
installed 10.5 + devtools, mysql5 from the mysql site, and automake17
via darwin ports and it's now running fine. I did have to symlink /usr/
local/mysql/lib/mysql to /usr/local/mysql/lib/ in order to get the
buil
Now I'm trying to build sqlbox on Mac OS X and getting "multiple
definitions" errors like the following. Anyone know what could be
causing this??
gcc -g -O2 -DDARWIN=1 -I/usr/local/include/kannel -g -O2 -DDARWIN=1
-I/Developer/SDKs/MacOSX10.4u.sdk/usr/include -I/sw/include/libxml2
-I/sw/
I finally figured out what was wrong with my sqlbox configure on mac os x.
Had to dig around in the configure log. The test for whether gwlib works
tries to compile a little test program that links to it. The test build was
failing, complaining that it couldn't link to gwlib.a because its table o
I've built on Mac OSX 10.4 with no problems before.
Check the configure script output, where is it searching for the libs?
Running ./configure --help should print the available switches.
Regards,
Alejandro
On 10/23/07, Aaron Simmons <[EMAIL PROTECTED]> wrote:
>
> I did install kannel. I rebui
It happened to me before. sqlbox looks for gwlib on it's _installed_
location. If you have installed kannel on that machine, you shouldn't have
any problems, otherwise you'll have to point the configure script to an
alternate gwlib path.
Hope it helps,
Alejandro
On 10/22/07, info.ubichip <[EMAIL
Hi,
If the < configure > process is not finding the path of kannel, you have to
tell it with options like you build kannel before.
Hope that helps
_
From: Aaron Simmons [mailto:[EMAIL PROTECTED]
Sent: lundi 22 octobre 2007 06:35
To: users@kannel.org
Subject: building sqlbox