Build Error
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
hack13
投稿数: 12

Errors:
/root/buildzone/opensim/OpenSim.sln (default targets) ->
(Build target) ->
/root/buildzone/opensim/OpenSim/Tests/Common/OpenSim.Tests.Common.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
Mock/TestHttpClientContext.cs(79,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(84,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(89,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(94,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(99,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
98 Warning(s)
5 Error(s)
Any Idea what I am doing wrong?
/root/buildzone/opensim/OpenSim.sln (default targets) ->
(Build target) ->
/root/buildzone/opensim/OpenSim/Tests/Common/OpenSim.Tests.Common.csproj (default targets) ->
/usr/lib/mono/4.5/Microsoft.CSharp.targets (CoreCompile target) ->
Mock/TestHttpClientContext.cs(79,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(84,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(89,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(94,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
Mock/TestHttpClientContext.cs(99,23): error CS0102: The type `OpenSim.Tests.Common.TestHttpClientContext' already contains a definition for `SSLCommonName'
98 Warning(s)
5 Error(s)
Any Idea what I am doing wrong?
投票数:47
平均点:4.68
iseki
投稿数: 1581

Did you use svn repository of opensim.currency, and build_opensim.sh?
(old) build_opensim.sh should not be executed many times.
The patch is applied more than once when you execute many times.
Now, I corrected build_opensim.sh for executing multiple times.
Please extract new opensim-0.8 source and use latest svn repository.
Thanks.
(old) build_opensim.sh should not be executed many times.
The patch is applied more than once when you execute many times.
Now, I corrected build_opensim.sh for executing multiple times.
Please extract new opensim-0.8 source and use latest svn repository.
Thanks.
投票数:41
平均点:4.15
iseki
投稿数: 1581

If you do not use Client Certification function, you should use the build.sh instead of the build_opensim.sh
投票数:51
平均点:4.31