You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Zu Kim <zu...@berkeley.edu> on 2008/03/28 14:49:09 UTC

compiled SVN on QNX6.2

Hi all,

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?

 - Zu


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: compiled SVN on QNX6.2

Posted by Zu Kim <zu...@berkeley.edu>.
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 <zu...@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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: compiled SVN on QNX6.2

Posted by Mark Phippard <ma...@gmail.com>.
On Fri, Mar 28, 2008 at 10:49 AM, Zu Kim <zu...@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.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org