[reSIProcate] Makefile woes
Hi all,
I'm sure that many of you have run into this problem when building
resiprocate. If gperf isn't installed on the system, it tries to
create MethodHash.cxx and creates an empty file that compiles, but
then the apps fail to link.
I'm not sure why this is happening since the MethodHash.cxx file was
checked in after MethodHash.gperf. When svn retrieves the files the
timestamp on the .cxx file should be later than the .gperf file so
gperf should not be run. What seems to happen is that the timestamp on
the files are made to be the current time rather than the timestamp
when the file was checked in.
Any ideas?
Jason