Re: [sword-devel] problems compiling sword

2004-10-14 Thread Daniel Glassey
On Mon, 2004-10-11 at 21:08, Chris Umphress wrote: > On Mon, 11 Oct 2004 11:57:28 -0300, [EMAIL PROTECTED] > > first off, it tells me that: > > ../src/mgr/installmgr.cpp: In member function `char > >sword::InstallMgr::FTPURLGetFile(void*, const char*, const char*)': > > ../src/mgr/installmgr.c

Re: [sword-devel] problems compiling sword

2004-10-11 Thread Chris Umphress
On Mon, 11 Oct 2004 11:57:28 -0300, [EMAIL PROTECTED] > first off, it tells me that: > ../src/mgr/installmgr.cpp: In member function `char >sword::InstallMgr::FTPURLGetFile(void*, const char*, const char*)': > ../src/mgr/installmgr.cpp:158: warning: converting of negative value `-1' to ` >

[sword-devel] problems compiling sword

2004-10-11 Thread lescribe
hey guys, i love the software, i just decided to start helping out in my extremely limited spare time. However, i have been hindered in that most of the programs in the "utilities" dir were not included in the sarge apt repositories, so i can't just apt-get them. However, when i try to compile t

[sword-devel] Problems compiling sword engine. Please help

2004-06-12 Thread Adrian & Linda
Hello Everyone, I need the sword engine library for MacOS 10.3.3. I have downloaded the latest source code (sword.1.5.7) and followed the install instructions by typing ./configure. My GCC compiler is 3.3 if that helps. After this I type make and get the following error: gcc -DHAVE_CONFIG_H -

Re: [sword-devel] Problems compiling sword for arm

2002-08-15 Thread Christian Renz
>I don't seem to have a libstdc++ on my box for the arm either but it >works for me. I found the solution, via google: In some setups, arm-linux-g++ is used to link the executable, and will fail. This happened in my case. I don't know why it happens to me and not to you :) but a simple TMAKE_LI

Re: [sword-devel] Problems compiling sword for arm

2002-08-12 Thread Troy A. Griffitts
Christian, Have you tried sourcing the sword/arminst.sh file: cd ~/src/sword make clean . ./armenv.sh make su make install mv /usr/lib/libsword* /usr/local/arm/lib I don't seem to have a libstdc++ on my box for the arm either but it works for me. -Troy. Christian Renz wrote:

[sword-devel] Problems compiling sword for arm

2002-08-12 Thread Christian Renz
I'm trying to compile the sword library for arm (so I can compile qpsword) and am getting the following errors: /usr/local/arm/arm-v4l-linux/bin/ld: cannot find -lstdc++ There's no libstdc++ in my /usr/local/arm directory. Do I need to download an additional package? Greetings, Christian --