I have the following problem.<br><br>I have installed the CLN library in the following directory:&nbsp; <br><br>/homes/nm305/MSc_project/code/call1/cln<br><br>and ginac in<br><br>/homes/nm305/MSc_project/code/call1/ginac<br><br>
I have my project code in <br><br>/homes/nm305/MSc_project/code<br><br>inside my code i add<br><br>#include /homes/nm305/MSc_project/code/call1/ginac/include/ginac/ginac.h<br><br>when i compile with&nbsp; make -f run.make<br><br>
it says<br><br>error: cln has not been declared nad some other stuff<br><br>Note that in my .cshrc file i have added<br><br>setenv LD_LIBRARY_PATH /homes/nm305/MSc_Project/code/call1/cln/lib <br><br>setenv CLN_CONFIG  /homes/nm305/MSc_Project/code/call1/cln/bin/cln-config
<br><br>this was needed to install ginac otherwise it wouldnt let me.<br><br>any help appreciated. thanx!!<br><br><br><br><br><br>