Can't build current git status.

View: New views
4 Messages — Rating Filter:   Alert me  

Can't build current git status.

by Paul Gregory-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

When I try to build the current git status (trying to do so in preparation for submitting a Win32 patch), I get lots of errors on both Windows and Linux. They are all related to PHash, and on quick investigation it seems that there are two copies of the PHash code, one in PHash_inline.h and one in IoObject_inline.h

Paul


Re: Can't build current git status.

by Steve Dekorte :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 2009-05-07, at 5:10 PM, paulcgregory wrote:

> When I try to build the current git status (trying to do so in  
> preparation for submitting a Win32 patch), I get lots of errors on  
> both Windows and Linux. They are all related to PHash, and on quick  
> investigation it seems that there are two copies of the PHash code,  
> one in PHash_inline.h and one in IoObject_inline.h

Hm, how could that happend given that everything in PHash_inline.h is  
commented out?

http://github.com/stevedekorte/io/blob/fd8745c00b079963c5bc8398f634cc5651b57bbc/libs/iovm/source/PHash_inline.h

Re: Can't build current git status.

by Friedrich Weber-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I had the same problem, and it seems like a `make clean` before `make`
fixed it for me.

Regards,

Friedrich

Re: Can't build current git status.

by Paul Gregory-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yeah, me too on Linux, have some issues to solve on Win32, working on it
now.

Paul

2009/5/8 Friedrich Weber <fred.reichbier@...>

>
>
> I had the same problem, and it seems like a `make clean` before `make`
> fixed it for me.
>
> Regards,
>
> Friedrich
>  
>