|
From: Nicholas N. <n.n...@gm...> - 2009-06-17 02:34:05
|
On Tue, Jun 16, 2009 at 6:09 PM, Konstantin Serebryany<kon...@gm...> wrote: > > Yes. I have a single source tree on a shared drive accessible from > multiple machines, including Mac. > Besides, I sometimes experiment with different build options > (different versions of gcc, optimization flags, etc). > So, out-of-path builds would help. I had a look. VEX currently has several files with the same name in different directories, but that confuses automake. I have a hack in the Vex Makefile.am that works around this, but it makes VPATH builds a total pain. The plan is to rename the Vex files once Julian has committed the DCAS branch to the trunk. After that, getting the regtests working out-of-tree is going to be the hard part. Nick |