[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: compiled SVN on QNX6.2

From: Zu Kim <zuwhan_at_berkeley.edu>
Date: Fri, 28 Mar 2008 08:50:49 -0700

The trick was that gettext & libiconv was not standard in QNX6.2 and I
had to go through several compilation errors. Also there was no
apr/apr-util packages for QNX6.2.

- Zu

Mark Phippard wrote:
> On Fri, Mar 28, 2008 at 10:49 AM, Zu Kim <zuwhan_at_berkeley.edu> wrote:
>
>
>> I compiled SVN on QNX6.2 (a popular free realtime O/S).
>> The compilation was not that straightforward, so I share it to this list
>> that other people who needs it can find it.
>>
>> QNX installation instruction:
>> 1. From QNX repository, install apache, apache-devel, GNU gettext
>> development, GNU libiconv & GNU libiconv-devel
>> 2. Download apr from http://apr.apache.org/, configure, make & make install
>> 3. Download apr-util from http://apr.apache.org/, configure
>> --with-apr=/usr/local/apr, make & make install
>> 4. Donwload svn from http://subversion.tigris.org/, configure
>> --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr, make & make
>> install
>>
>> I used svn version 1.4.6 and apr/apr-util version 1.2.12. Maybe someone
>> can link this article on the project_packages page?
>>
>
> Ha, you should try building on Windows!
>
> Those steps you gave are pretty much what you have to do on any *nix
> OS. A lot of Linux distros might already have some of those
> dependencies installed, but not always. And if you want the latest
> versions you tend to have to go get them anyway.
>
> This would also be better for the users@ list.
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-28 17:30:02 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.