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

fresh checkout and compile



Hi All,

I've been running into some problems when I do a fresh checkout and compile of the Hall-D software.  Following the instructions online I do...

>  cd $HALLD_HOME
>  svn co https://halldsvn.jlab.org/repos/trunk/src
>  svn co https://halldsvn.jlab.org/repos/trunk/calib
>  cd $HALLD_HOME/src
>  make

The compilation makes it all the way to the librararies/HDDM directory before it complains about not being able to find the hddm-c application.

I can get things to work eventually.  For example:

>  cd $HALLD_HOME/include
>  ln -s $HALLD_HOME/src/libraries/include/*.h .
>  cd $HALLD_HOME/src/programs/Utilities/
>  make
>  setenv PATH $HALLD_HOME/src/programs/Utilities/hddm/\:$PATH
>  cd $HALLD_HOME/src
>  make

but it would be nice (and less frustrating) if the user (me, for example) didn't have to struggle this much.  Is there an expert who could take a look? Did I do something wrong?

Thanks,
Ryan