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

RE: [XaraXtreme-dev] Problem with build...?



Well, a fresh copy of the source built without problems so there must be
something wrong with my old source tree.  I guess I'll just make sure I
don't lose anything useful in the old tree and use the fresh copy from
now on.

Gerry

-----Original Message-----
From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
Behalf Of Gerry Iles
Sent: 06 June 2006 10:07
To: dev@xxxxxxxxxxxxxx
Subject: RE: [XaraXtreme-dev] Problem with build...?

And -or but it didn't make any difference...  The only odd thing I've
noticed about any of it is that the resources.h file includes camtypes.h
whereas only cpp files usually do that.

I'm fetching a totally clean copy from SVN to see if that will work...

Gerry 

-----Original Message-----
From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On
Behalf Of Alex Bligh
Sent: 05 June 2006 20:36
To: Alex Bligh
Cc: dev@xxxxxxxxxxxxxx; Alex Bligh
Subject: Re: [XaraXtreme-dev] Problem with build...?

Alex Bligh wrote:
> Gerry Iles wrote:
>> Well, my build still does it after removing the options.  I changed
the
>> options in KDevelop but it told me to do a make distclean because it
was
>> already configured.
>>
>> This is the relevant bit:
> 
> Try this:
> 
>     find . -name 'resource.cpp' or -name 'resources.h' | xargs rm
>     svn up

Sorry that's "resources.cpp" (with an s)

A