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

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



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

I suspect you have a local (old, autogenerated) resources.cpp
somewhere, and svn up is not overwriting it.

Alex