monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] The everlasting release


From: Stephen Leake
Subject: Re: [Monotone-devel] The everlasting release
Date: Sat, 01 Jan 2011 16:06:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Thomas Keller <address@hidden> writes:

> As a fall-out of the aforementioned docathon I started to clean up our
> source tree a little and moved stuff around (work is kept in
> nvm.source-tree-cleanup). Thanks again to Richard which helped me with
> some automake issues here and there this slowly gets in a usable shape.
> Whats missing is the documentation and more testing on other platforms
> (Win32 most noticably) before this hits the trunk. 

I'm trying to build this on Win32. It fails on the first call to g++:

        g++  -I. -I../monotone.source-tree-cleanup    -I/mingw/include    
-DWIN32 -DNETXX_NO_PTON -DNETXX_NO_NTOP -DNETXX_NO_INET6   -g -O2 -Wall -W 
-Wno-unused -MT src/win32/get_system_flavour.o -MD -MP -MF $depbase.Tpo -c -o 
src/win32/get_system_flavour.o 
../monotone.source-tree-cleanup/src/win32/get_system_flavour.cc &&\
        mv -f $depbase.Tpo $depbase.Po
../monotone.source-tree-cleanup/src/win32/get_system_flavour.cc:10:19: base.hh: 
No such file or directory
../monotone.source-tree-cleanup/src/win32/get_system_flavour.cc:11:21: 
sanity.hh: No such file or directory

base.hh is in ../monotone.source-tree-cleanup/src.

I'm not clear if I should edit all files to change '#include "foo.hh"'
to '#include "src/foo.hh"', or if the include path should be fixed in
the Makefile; I'm not clear on the best way to do that either.

I gather this works as is on Linux? I don't have access to my Debian box
at the moment.

> In the meantime Tim also worked quite hard on nvm.visualc, which we
> might also want to get a little earlier into trunk for better testing.
> (Please see Tim's earlier mail about details here.)

I don't have visualc, so I can't help with that.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]