And needs an SVN account ;)
I'm glad to see everyone kept the project going without me, I am impressed with the progress!
Hopefully now I can get back to contributing.
Welcome back Phillip :)
Jason
On Apr 2, 2005 8:12 AM, Phillip Susi psusi@cfl.rr.com wrote:
And needs an SVN account ;)
I'm glad to see everyone kept the project going without me, I am impressed with the progress!
Hopefully now I can get back to contributing.
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
*faints*
Phillip Susi wrote:
And needs an SVN account ;)
I'm glad to see everyone kept the project going without me, I am impressed with the progress!
Hopefully now I can get back to contributing.
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
LOL. Is Rex still in charge of the repository? What is the URL? http://mok.lvcm.com/svn? :)
Richard Campbell wrote:
*faints*
Phillip Susi wrote:
And needs an SVN account ;)
I'm glad to see everyone kept the project going without me, I am impressed with the progress!
Hopefully now I can get back to contributing.
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev
On Sat, 02 Apr 2005 02:30:18 -0500 Phillip Susi psusi@cfl.rr.com wrote:
LOL. Is Rex still in charge of the repository? What is the URL? http://mok.lvcm.com/svn? :)
Casper's running the repository now. The url is svn://svn.reactos.com/trunk/reactos
Welcome back.
Aha.... no wonder I couldn't find it by poking around with firefox. Is there a reason for using the svn: server instead of the nifty apache dav module? I've been using subversion set up that way at work for a few months and it's really nice. Anyone can access the repository with any web browser, or windows web folders. Also allows authentication and encryption via x.509 digital certificates over SSL.
art yerkes wrote:
On Sat, 02 Apr 2005 02:30:18 -0500 Phillip Susi psusi@cfl.rr.com wrote:
LOL. Is Rex still in charge of the repository? What is the URL? http://mok.lvcm.com/svn? :)
Casper's running the repository now. The url is svn://svn.reactos.com/trunk/reactos
Welcome back.
-----Original Message----- From: ros-dev-bounces@reactos.com [mailto:ros-dev-bounces@reactos.com] On Behalf Of Phillip Susi Sent: 2. april 2005 17:59 To: ReactOS Development List Subject: Re: [ros-dev] Guess who's back
Aha.... no wonder I couldn't find it by poking around with firefox. Is there a reason for using the svn: server instead of the nifty apache dav module? I've been using subversion set up that way at work for a few months and it's really nice. Anyone can access the repository with any web browser, or windows web folders. Also allows authentication and encryption via x.509 digital certificates over SSL.
Better stability and better performance were the primary reasons. There is on-going development to add SSL support to svnserve, but I don't know when it will be ready. Thomas is currently trying to setup an anonymous mirror using apache2/svn.
Casper
Hrm... svnserve has better performance?
Well, either way I got the build environment set up and checked out the source and tried to build, and it chugged along for a while before stopping with this:
ssprintf.o: In function `ZNSaIcEC1IwEERKSaIT_E': C:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/basic_s tring.tcc:(.text$_ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_disposeERKS1_[std::bas ic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t>
::_Rep::_
M_dispose(std::allocator<wchar_t> const&)]+0x22): undefined reference to `__gnu_ cxx::__exchange_and_add(int volatile*, int)'
Now that looks to me like mingw's string STL library is referencing some internal function calls ___gnu_cxx:__exchange_and_add, and the linker can't find it. It looks like the linker is being called from g++ which should be linking against the mingw C++ runtimes, so I have no idea why it wouldn't find that function.
Anyone got any ideas?
Casper Hornstrup wrote:
Better stability and better performance were the primary reasons. There is on-going development to add SSL support to svnserve, but I don't know when it will be ready. Thomas is currently trying to setup an anonymous mirror using apache2/svn.
Casper
Ros-dev mailing list Ros-dev@reactos.com http://reactos.com:8080/mailman/listinfo/ros-dev