<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
The next may help (my last update of the source was yesterday):<BR>
in Meshmeizer.cs:<BR>
...<BR>namespace OpenSim.Region.Physics.OdePlugin<BR>{<BR>    public class Mesh<BR>    {<BR>
...<BR>
Meshmeizer.cs and HelperTypes.cs sholud be in "OpenSim\Region\Physics\OdePlugin\Meshing\"<BR>
and should be a part of OdePlugin.<BR>
<BR>> Date: Mon, 5 Nov 2007 09:46:54 -0500<BR>> From: sean@dague.net<BR>> To: opensim-dev@lists.berlios.de<BR>> Subject: [Opensim-dev] build break looking for Mesh<BR>> <BR>> I'm getting the following build break after the last physics check in.<BR>> Any thoughts on getting around it, or is there a missing file in the<BR>> environment (I haven't been able to find a Mesh definition anywhere<BR>> except in the BulletX code).<BR>> <BR>> build:<BR>> <BR>> [echo] Build Directory is<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/bin/Release<BR>> [csc] Compiling 4 files to<BR>> '/home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/bin/Release/OpenSim.Region.Physics.OdePlugin.dll'.<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs(233,38):<BR>> error CS0246: The type or namespace name `Mesh' could<BR>> not be found. Are you missing a using directive or an<BR>> assembly reference?<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs(729,17):<BR>> error CS0246: The type or namespace name `Mesh' could<BR>> not be found. Are you missing a using directive or an<BR>> assembly reference?<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs(737,45):<BR>> error CS0246: The type or namespace name `Mesh' could<BR>> not be found. Are you missing a using directive or an<BR>> assembly reference?<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs(779,52):<BR>> error CS0246: The type or namespace name `Mesh' could<BR>> not be found. Are you missing a using directive or an<BR>> assembly reference?<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/Meshing/HelperTypes.cs(241,17):<BR>> error CS0246: The type or namespace name `Simplex'<BR>> could not be found. Are you missing a using directive<BR>> or an assembly reference?<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/Meshing/Meshmerizer.cs(167,16):<BR>> error CS0246: The type or namespace name `Mesh' could<BR>> not be found. Are you missing a using directive or an<BR>> assembly reference?<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/Meshing/Meshmerizer.cs(292,40):<BR>> error CS0246: The type or namespace name `Mesh' could<BR>> not be found. Are you missing a using directive or an<BR>> assembly reference?<BR>> [csc]<BR>> /home/sdague/code/opensim-grid/OpenSim/Region/Physics/OdePlugin/Meshing/Meshmerizer.cs(353,23):<BR>> error CS0246: The type or namespace name `Mesh' could<BR>> not be found. Are you missing a using directive or an<BR>> assembly reference?<BR>> [csc] Compilation failed: 8 error(s), 0 warnings<BR>> <BR>> BUILD FAILED - 0 non-fatal error(s), 8 warning(s)<BR>> <BR>> -- <BR>> __________________________________________________________________<BR>> <BR>> Sean Dague Mid-Hudson Valley<BR>> sean at dague dot net Linux Users Group<BR>> http://dague.net http://mhvlug.org<BR>> <BR>> There is no silver bullet. Plus, werewolves make better neighbors<BR>> than zombies, and they tend to keep the vampire population down.<BR>> __________________________________________________________________<BR><BR><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>