On Tue, April 14, 2009 3:53 pm, Orcan Ogetbil wrote:
> TinyXML has zlib license which is compatible with GPL. So there are no
> legal issues. But it would be nice if you indicate this somewhere on
> the README file or the COPYING file

OK, I'll get this done.

> Okay, that's what matters. I'm removing the patch then.

Thank you.  :-)

> I tried this with scons 1.0 (Fedora 10) and scons 1.2 (Fedora 11).
> Same results. All the source gets recompiled.
> I just noticed that when I do
> scons;
> scons install DESTDIR=blah;
> on the terminal, this doesn't happen. Maybe it is an RPM bug. Do you
> know what triggers a complete rebuild on scons?

A rebuild is triggered whenever your configuration options change.  For
example:

$ scons debug=1
#... builds
$ scons
#... no compiles... already built.
$ scons debug=0 install
#... will recompile everything and install it.

So, perhaps RPM is changing an environment variable or doing something to
make config.h or scache.conf change.

If you send me your .spec file I can try to play around with it.

Thanks,
Gabriel

-- 
               G a b r i e l   M   B e d d i n g f i e l d


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Hydrogen-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hydrogen-devel

Reply via email to