<HTML><FONT FACE=arial,helvetica><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2">I seem to be having a problem making the sbb samples.&nbsp;  I'm getting the messages below which indicate that the included COIN files can't be found.&nbsp;  I've successfully made the sbb unitTest without any problems.&nbsp;  I'm sure I'm missing something simple here, but can't put my finger on it.<BR>
<BR>
Thanks, Scott<BR>
<BR>
[Macintosh:coin/sbb/samples] scottwelz% make sample1<BR>
g++&nbsp;&nbsp;&nbsp;&nbsp;  sample1.cpp&nbsp;&nbsp;  -o sample1<BR>
sample1.cpp:11:34: OsiSolverInterface.hpp: No such file or directory<BR>
sample1.cpp:12:24: SbbModel.hpp: No such file or directory<BR>
sample1.cpp:17:27: ClpPresolve.hpp: No such file or directory<BR>
In file included from sample1.cpp:18:<BR>
SbbCompareUser.hpp:15:23: SbbNode.hpp: No such file or directory<BR>
SbbCompareUser.hpp:16:30: SbbCompareBase.hpp: No such file or directory<BR>
In file included from sample1.cpp:18:<BR>
SbbCompareUser.hpp:21: parse error before `{' token<BR>
SbbCompareUser.hpp:28: parse error before `)' token<BR>
SbbCompareUser.hpp:30: destructors must be member functions<BR>
SbbCompareUser.hpp:37: `SbbNode' was not declared in this scope<BR>
SbbCompareUser.hpp:37: `x' was not declared in this scope<BR>
SbbCompareUser.hpp:37: `SbbNode' was not declared in this scope<BR>
SbbCompareUser.hpp:37: `y' was not declared in this scope<BR>
SbbCompareUser.hpp:37: virtual outside class declaration<BR>
SbbCompareUser.hpp:37: warning: initializer list being treated as compound <BR>
&nbsp;&nbsp;  expression<BR>
SbbCompareUser.hpp:37: syntax error before `{' token<BR>
SbbCompareUser.hpp:57: `SbbModel' was not declared in this scope<BR>
SbbCompareUser.hpp:57: `model' was not declared in this scope<BR>
SbbCompareUser.hpp:58: parse error before `,' token<BR>
SbbCompareUser.hpp:60: virtual outside class declaration<BR>
SbbCompareUser.hpp: In function `void newSolution(...)':<BR>
SbbCompareUser.hpp:61: `model' undeclared (first use this function)<BR>
SbbCompareUser.hpp:61: (Each undeclared identifier is reported only once for <BR>
&nbsp;&nbsp;  each function it appears in.)<BR>
SbbCompareUser.hpp:65: `objectiveAtContinuous' undeclared (first use this <BR>
&nbsp;&nbsp;  function)<BR>
SbbCompareUser.hpp:66: `numberInfeasibilitiesAtContinuous' undeclared (first <BR>
&nbsp;&nbsp;  use this function)<BR>
SbbCompareUser.hpp:67: `weight_' undeclared (first use this function)<BR>
SbbCompareUser.hpp: At global scope:<BR>
SbbCompareUser.hpp:73: `SbbModel' was not declared in this scope<BR>
SbbCompareUser.hpp:73: parse error before `)' token<BR>
SbbCompareUser.hpp:74: virtual outside class declaration<BR>
SbbCompareUser.hpp: In function `void every1000Nodes(...)':<BR>
SbbCompareUser.hpp:75: `numberNodes' undeclared (first use this function)<BR>
SbbCompareUser.hpp: At global scope:<BR>
SbbCompareUser.hpp:78: parse error before `}' token<BR>
sample1.cpp:19:26: CglProbing.hpp: No such file or directory<BR>
sample1.cpp: In function `int main(int, const char**)':<BR>
sample1.cpp:93: `simplex' undeclared (first use this function)<BR>
sample1.cpp:95: `cout' undeclared in namespace `std'<BR>
sample1.cpp:95: `endl' undeclared in namespace `std'<BR>
sample1.cpp:98: `ClpPresolve' undeclared (first use this function)<BR>
sample1.cpp:98: parse error before `;' token<BR>
sample1.cpp:99: `ClpSimplex' undeclared (first use this function)<BR>
sample1.cpp:99: `simplex2' undeclared (first use this function)<BR>
sample1.cpp:99: `pinfo' undeclared (first use this function)<BR>
sample1.cpp:101: `cout' undeclared in namespace `std'<BR>
sample1.cpp:101: `endl' undeclared in namespace `std'<BR>
sample1.cpp:103: `OsiClpSolverInterface' undeclared (first use this function)<BR>
sample1.cpp:103: parse error before `(' token<BR>
sample1.cpp:104: `solver1' undeclared (first use this function)<BR>
sample1.cpp:108: `cout' undeclared in namespace `std'<BR>
sample1.cpp:108: `endl' undeclared in namespace `std'<BR>
sample1.cpp:111: parse error before `(' token<BR>
sample1.cpp:113: `SbbCompareUser' undeclared (first use this function)<BR>
sample1.cpp:114: `compare' undeclared (first use this function)<BR>
sample1.cpp:118: `CglProbing' undeclared (first use this function)<BR>
sample1.cpp:118: parse error before `;' token<BR>
sample1.cpp:119: `generator1' undeclared (first use this function)<BR>
sample1.cpp:130: `OsiMaxNumIterationHotStart' undeclared (first use this <BR>
&nbsp;&nbsp;  function)<BR>
sample1.cpp:145: `cout' undeclared in namespace `std'<BR>
sample1.cpp:145: `endl' undeclared in namespace `std'<BR>
sample1.cpp:148: `clpSolver' undeclared (first use this function)<BR>
sample1.cpp:148: parse error before `*' token<BR>
sample1.cpp:150: `clp' undeclared (first use this function)<BR>
sample1.cpp:172: `cout' undeclared in namespace `std'<BR>
sample1.cpp:172: `endl' undeclared in namespace `std'<BR>
sample1.cpp:173: `cout' undeclared in namespace `std'<BR>
sample1.cpp:173: `endl' undeclared in namespace `std'<BR>
make: *** [sample1] Error 1<BR>
</FONT><FONT COLOR="#000000" FACE="Geneva" FAMILY="SANSSERIF" SIZE="2"></FONT></HTML>