Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling error #18

Open
elmanytas opened this issue Jan 6, 2017 · 0 comments
Open

Compiling error #18

elmanytas opened this issue Jan 6, 2017 · 0 comments

Comments

@elmanytas
Copy link

elmanytas commented Jan 6, 2017

Hi

I would like to to give a talk about 3D OpenSource virtual worlds (opensim, realxtend, wonderland, ...) but I cannot run realxtend. When compiling in Ubuntu 16.04 I get the error:

Used Build Configuration

-- CMAKE_INSTALL_PREFIX /tmp/tundra-urho3d/install
-- ENABLE_BUILD_OPTIMIZATIONS ON
-- ENABLE_TESTS OFF

-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/tundra-urho3d/build-serenity-16.04-amd64

Building Tundra

Scanning dependencies of target TundraCore
[ 0%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/StableHeaders.cpp.o
[ 0%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/IAssetUploadTransfer.cpp.o
[ 0%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/DefaultAssetTransferPrioritizer.cpp.o
[ 0%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/IAsset.cpp.o
[ 1%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/LocalAssetProvider.cpp.o
[ 1%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/IAssetTransfer.cpp.o
[ 2%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/AssetRefListener.cpp.o
[ 3%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/IAssetBundle.cpp.o
[ 3%] Building CXX object src/TundraCore/CMakeFiles/TundraCore.dir/Asset/AssetCache.cpp.o
In file included from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9:0,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:3:
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp: In member function ‘Urho3D::String Tundra::IAssetUploadTransfer::ReplyHeader(const Urho3D::String&) const’:
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:33: error: ‘begin’ was not declared in this scope
foreach(const String &name, keys)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:5: note: in expansion of macro ‘foreach’
foreach(const String &name, keys)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:33: note: suggested alternative:
foreach(const String &name, keys)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:5: note: in expansion of macro ‘foreach’
foreach(const String &name, keys)
^
In file included from /usr/include/c++/5/string:51:0,
from /usr/include/c++/5/random:40,
from /usr/include/c++/5/bits/stl_algo.h:66,
from /usr/include/c++/5/algorithm:62,
from /tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:30,
from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:3:
/usr/include/c++/5/bits/range_access.h:87:5: note: ‘std::begin’
begin(_Tp (&__arr)[_Nm])
^
In file included from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9:0,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:3:
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:33: error: ‘end’ was not declared in this scope
foreach(const String &name, keys)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:5: note: in expansion of macro ‘foreach’
foreach(const String &name, keys)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:33: note: suggested alternative:
foreach(const String &name, keys)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:35:5: note: in expansion of macro ‘foreach’
foreach(const String &name, keys)
^
In file included from /usr/include/c++/5/string:51:0,
from /usr/include/c++/5/random:40,
from /usr/include/c++/5/bits/stl_algo.h:66,
from /usr/include/c++/5/algorithm:62,
from /tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:30,
from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/IAssetUploadTransfer.cpp:3:
/usr/include/c++/5/bits/range_access.h:97:5: note: ‘std::end’
end(_Tp (&__arr)[_Nm])
^
src/TundraCore/CMakeFiles/TundraCore.dir/build.make:86: fallo en las instrucciones para el objetivo 'src/TundraCore/CMakeFiles/TundraCore.dir/Asset/IAssetUploadTransfer.cpp.o'
make[2]: *** [src/TundraCore/CMakeFiles/TundraCore.dir/Asset/IAssetUploadTransfer.cpp.o] Error 1
make[2]: *** Se espera a que terminen otras tareas....
In file included from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9:0,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:3:
/tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp: In member function ‘void Tundra::AssetCache::ClearAssetCache()’:
/tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:109:26: error: ‘begin’ was not declared in this scope
foreach(String file, filenames)
^
/tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:35:39: note: in definition of macro ‘foreach’
#define foreach(VAL, VALS) for (VAL : VALS)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:109:26: note: suggested alternative:
foreach(String file, filenames)
^
/tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:35:39: note: in definition of macro ‘foreach’
#define foreach(VAL, VALS) for (VAL : VALS)
^
In file included from /usr/include/c++/5/string:51:0,
from /usr/include/c++/5/random:40,
from /usr/include/c++/5/bits/stl_algo.h:66,
from /usr/include/c++/5/algorithm:62,
from /tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:30,
from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:3:
/usr/include/c++/5/bits/range_access.h:87:5: note: ‘std::begin’
begin(_Tp (&__arr)[_Nm])
^
In file included from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9:0,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:3:
/tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:109:26: error: ‘end’ was not declared in this scope
foreach(String file, filenames)
^
/tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:35:39: note: in definition of macro ‘foreach’
#define foreach(VAL, VALS) for (VAL : VALS)
^
/tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:109:26: note: suggested alternative:
foreach(String file, filenames)
^
/tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:35:39: note: in definition of macro ‘foreach’
#define foreach(VAL, VALS) for (VAL : VALS)
^
In file included from /usr/include/c++/5/string:51:0,
from /usr/include/c++/5/random:40,
from /usr/include/c++/5/bits/stl_algo.h:66,
from /usr/include/c++/5/algorithm:62,
from /tmp/tundra-urho3d/deps-serenity-16.04-amd64/src/urho3d/Build/include/Urho3D/Container/ForEach.h:30,
from /tmp/tundra-urho3d/src/TundraCore/Framework/CoreTypes.h:9,
from /tmp/tundra-urho3d/src/TundraCore/StableHeaders.h:6,
from /tmp/tundra-urho3d/src/TundraCore/Asset/AssetCache.cpp:3:
/usr/include/c++/5/bits/range_access.h:97:5: note: ‘std::end’
end(_Tp (&__arr)[_Nm])
^
src/TundraCore/CMakeFiles/TundraCore.dir/build.make:254: fallo en las instrucciones para el objetivo 'src/TundraCore/CMakeFiles/TundraCore.dir/Asset/AssetCache.cpp.o'
make[2]: *** [src/TundraCore/CMakeFiles/TundraCore.dir/Asset/AssetCache.cpp.o] Error 1
CMakeFiles/Makefile2:85: fallo en las instrucciones para el objetivo 'src/TundraCore/CMakeFiles/TundraCore.dir/all'
make[1]: *** [src/TundraCore/CMakeFiles/TundraCore.dir/all] Error 2
Makefile:127: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant