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

[Condor-users] Building 7.8 on SL6



Hi all,

I'm trying to build the latest 7.8.0 head on SL6 and am encountering the
following problem:

$ cd condor-7.8/
$ cmake .
$ make grid_monitor
...
make[3]: *** No rule to make target
`src/condor_gridmanager/grid_monitor', needed by
`src/condor_gridmanager/CMakeFiles/grid_monitor'.  Stop.
make[2]: *** [src/condor_gridmanager/CMakeFiles/grid_monitor.dir/all]
Error 2
make[1]: *** [src/condor_gridmanager/CMakeFiles/grid_monitor.dir/rule]
Error 2

Can anyone help me figure out what is going on? The latest source I'm
building is the head of V7_8_0-branch today which is commit:
a3723b2707404276772aea00a891a25d9244a767

Thanks,
-Will