[Coin-discuss] Makefile.lib

Matthew Galati magh at lehigh.edu
Thu Dec 11 22:23:08 EST 2003


On a recent update, Makefile.lib

revision 1.4
date: 2003/12/09 18:25:18;  author: ladanyi;  state: Exp;  lines: +1 -1
install .h headers as well

has:
@${CP} include/*.hpp include/*.h ${InstallDir}/include

In building libCoin.so, for example, the command finds no *.h files, 
returns an error and stops the build. It therefore does not continue to 
the installation of the library (this is on a Linux box running bash).

I am not sure if this is the best fix, but you can force the build to 
continue by ignoring the error using "-" before the cp:

@-${CP} include/*.hpp include/*.h ${InstallDir}/include

Matt

-- 
Matthew Galati
ISE Lehigh University
IBM Service Parts Solutions
610.758.4042 (Office)
610.882.0779 (Home)
magh at lehigh.edu, magal11 at us.ibm.com
http://sagan.ie.lehigh.edu/mgalati/





More information about the Coin-discuss mailing list