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: Richard Levitte
Subject: Re: [Monotone-devel] The everlasting release
Date: Sat, 01 Jan 2011 22:36:04 +0100 (CET)

In message <address@hidden> on Sat, 01 Jan 2011 16:06:34 -0500, Stephen Leake 
<address@hidden> said:

stephen_leake> Thomas Keller <address@hidden> writes:
stephen_leake> 
stephen_leake> > As a fall-out of the aforementioned docathon I started to 
clean up our
stephen_leake> > source tree a little and moved stuff around (work is kept in
stephen_leake> > nvm.source-tree-cleanup). Thanks again to Richard which helped 
me with
stephen_leake> > some automake issues here and there this slowly gets in a 
usable shape.
stephen_leake> > Whats missing is the documentation and more testing on other 
platforms
stephen_leake> > (Win32 most noticably) before this hits the trunk. 
stephen_leake> 
stephen_leake> I'm trying to build this on Win32. It fails on the first call to 
g++:
stephen_leake> 
stephen_leake>  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 &&\
stephen_leake>  mv -f $depbase.Tpo $depbase.Po
stephen_leake> 
../monotone.source-tree-cleanup/src/win32/get_system_flavour.cc:10:19: base.hh: 
No such file or directory
stephen_leake> 
../monotone.source-tree-cleanup/src/win32/get_system_flavour.cc:11:21: 
sanity.hh: No such file or directory
stephen_leake> 
stephen_leake> base.hh is in ../monotone.source-tree-cleanup/src.

For any file in ../monotone.source-tree-cleanup/src/win32/, base.hh is
in .. .

Have a look at, for example, unix/fs.cc.  It includes ../base.hh.
That's the kind of thing that needs to be done.  Why it hasn't been
done in src/win32/get_system_flavour.cc but has in src/win32/fs.cc, I
cannot say.  I'll assume that someone simply missed it...

Cheers,
Richard

-- 
Richard Levitte                         address@hidden
                                        http://richard.levitte.org/

"Life is a tremendous celebration - and I'm invited!"
-- from a friend's blog, translated from Swedish



reply via email to

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