< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Linking error


On 8/24/06, Byron Campen <docfaraday@xxxxxxx> wrote:

 Sounds like we just need a dummy target. Something like
MethodHash.cxx: check_gperf MethodHash.gperf

.
.
.

check_gperf:
 <call gperf in some trivial way>

Now, as for nobody needing gperf, does that mean we should include all the
generated code in the release?


We already include the generated files in svn. The problem is that svn
ends up timestamping the files incorrectly and so it tries to generate
them again. We need to make it so that it only generates the files if
gperf is there.