Coder Social home page Coder Social logo

hlrs-vis / covise Goto Github PK

View Code? Open in Web Editor NEW
184.0 37.0 86.0 357.1 MB

Collaborative Visualization and Simulation Environment, OpenCOVER and OddLOT

Home Page: http://www.hlrs.de/covise/

Makefile 0.32% Python 1.83% Shell 0.21% QMake 0.01% CSS 0.25% HTML 0.07% Inno Setup 0.17% CMake 0.94% C 10.43% AGS Script 0.01% Max 2.00% GLSL 1.31% C++ 78.90% OpenEdge ABL 0.13% JavaScript 0.70% Gnuplot 0.01% Cuda 1.69% Objective-C 0.04% C# 0.85% Perl 0.14%
scientific-visualization visualization virtual-reality collaboration unix c-plus-plus cmake openscenegraph macos windows

covise's People

Contributors

aknepple avatar aleppert avatar andreasgrimm1 avatar annarrrr avatar aumuell avatar chrismkirsch avatar dermassen avatar devasconcelos avatar dwickeroth avatar flabowski avatar ghaffner avatar hpcdgrie avatar hpcfloh avatar hpcpiwan avatar hpcralf avatar iblackxfalconi avatar joremy avatar kgranz avatar lskern avatar maeppl avatar mattkue avatar mdjur avatar schrist2 avatar schroederdaniel avatar seodongwoo avatar szellmann avatar tgudat avatar tobst avatar uwewoessner avatar woscho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

covise's Issues

Isosurface

Isosurface Module does not interpolate the second dataset to the isosurface if it was executed without a second dataset first.

error: oddlot does not exist

After the successful compilation tool oddlot, I refer to https://github.com/hbanzhaf/docker_covise to execute oddlot, prompting /home/uisee/Downloads/covise/xerusopt/bin/oddlot does not exist.
If you execute ~/Downloads/covise/bin/_exec_for_covise, it prompts /home/uisee/Downloads/covise/bin/_exec_for_covise: line 149: /home/uisee/Downloads/covise/xerusopt/bin/: Is a directory
/home/uisee/Downloads/covise/bin/_exec_for_covise: line 149: exec: /home/uisee/Downloads/covise/xerusopt/bin/: cannot execute: Is a directory.
Excuse me, is there a release version of oddlot that can be used directly?
My operating system is ubuntu16.04

Separate OddLOT from remaining repo/tools

Have you considered developing OddLOT separately from the remaining tools? Or maybe at least releasing a standalone version of it? That would be quite useful since otherwise people often have to install multiple GB of stuff they don't require.

Oddlot

Hi,

I built COVISE project and I would like to run Oddlot. However, I couldn't manage to run oddlot bash script under the bin directory. How can I run Oddlot?

Module id after restart

Restarting a module for the first time keeps the original id while additional restarts increment the module id

Configure ODDlot issue

When I try to configure ODDlot by using CMake,it comes to some problems,saying that Unknown CMake command "covise_find_package".

Covise Build Issue

I am getting the following error when trying to make on my local Ubuntu 18.04 machine and using the docker_covise build.

~/Downloads/covise/src/3rdparty/visionaray/include/visionaray/math/simd/detail/avx512/mask16.inl:63:17: error: no matching function for call to 'store(int [16], const mask16&)'
     store(arr, a);

Any ideas on what the build issue could be?

Interactor crash

On viscluster80 load net/exapmles/MakeOctTree.net
Execute, enable interactor for tracer in cover, turning the interactor results in "Access error for coDataShmArray"

oddlot does not exist

I complied from source and I am getting this error, does this project requires CUDA or Nvidia?

feature request ViewPoint.cpp : flightTime between two viewpoints proportional to flight path length beween them

die flightTime ist bisher immer konstant zwischen 2 viewpoints.

als zusätzlich feature wäre es fein, wenn man auch die flightTime proportional zur flight path length haben könnte. Auf diese Weise könnte man alle viewpoints mit der gleichen Geschwindigkeit durchfliegen.


   double thisTime = tp.tv_sec + ((float)tp.tv_usec) / 1000000.0; 

1822

1823 float lambda = (thisTime - initTime) / flightTime;
1824 //fprintf(stderr,"flyingStatus thisTime=%f initTime=%f lambda=%f\n", thisTime,initTime,lambda);
1825 if (lambda < 0)
1826 lambda = 0;

Is there a bug in the glxext.h file?

Dear all,

i would appreciate a response to the following error message I get after typing 'make'. It seems to be something wrong in the glxext.h file. Is there an elegant solution to this?

[ 13%] Building CXX object src/3rdparty/deskvox/virvo/virvo/CMakeFiles/virvo.dir/vvbsptree.cpp.o
In file included from /usr/include/GL/glx.h:333:0,
from /home/konstantin/Workspace/covise/src/3rdparty/deskvox/virvo/virvo/vvopengl.h:42,
from /home/konstantin/Workspace/covise/src/3rdparty/deskvox/virvo/virvo/vvbsptree.cpp:27:
/usr/include/GL/glxext.h:480:143: error: ‘GLintptr’ has not been declared
typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
^

Just for the record I'm on Ubuntu 14.10 (Utopic Unicorn)

Best regards,

KI

ODDLot import or load a heightmap

@aumuell I may be missing something here. There appears to be a Wizard that can set the elevation values based on a height map. I cannot find a way to import or reference a heightmap in ODDlot. Looking at the tree view there Aerial and heightmap in the scenery system. The Load map option will only load an Aerial map for the background. Without this feature Oddlot lacks the ability to create a georeferenced road.

There is no documentation on the Wizards

OSG Header issue

Hi,

I am trying to build COVISE on Linux Mint 19.1,
I get this build error:

[ 50%] Building CXX object src/OpenCOVER/plugins/general/Vrml97/CMakeFiles/Vrml97Cover.dir/coMLB.cpp.o
In file included from /home/ravishankar/Downloads/covise/src/OpenCOVER/plugins/general/Vrml97/VrmlNodePhotometricLight.cpp:44:0:
/home/ravishankar/Downloads/covise/src/OpenCOVER/plugins/general/Vrml97/VrmlNodePhotometricLight.h:40:10: fatal error: osg/ComputeDispatch: No such file or directory
#include <osg/ComputeDispatch>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
src/OpenCOVER/plugins/general/Vrml97/CMakeFiles/Vrml97Cover.dir/build.make:422: recipe for target 'src/OpenCOVER/plugins/general/Vrml97/CMakeFiles/Vrml97Cover.dir/VrmlNodePhotometricLight.cpp.o' failed

Strangely that OSG header is not present.

I have the correct version of OSG installed also:

#define OPENSCENEGRAPH_MAJOR_VERSION 3
#define OPENSCENEGRAPH_MINOR_VERSION 4
#define OPENSCENEGRAPH_PATCH_VERSION 1

when I run the oddlot, it is always inform me that Could not load prototypes.odd

`project/covise-master/linux64opt/bin$ ./oddlot

Starting...
ODDlot: The OpenDRIVE Designer for Lanes, Objects and Tracks.

Loading file: /share/covise/prototypes/prototypes.odd
Loading file failed: /share/covise/prototypes/prototypes.odd
Loading file: /src/OpenCOVER/DrivingSim/oddlot/prototypes/prototypes.odd
Loading file failed: /src/OpenCOVER/DrivingSim/oddlot/prototypes/prototypes.odd
Loading file: prototypes/prototypes.odd
Loading file failed: prototypes/prototypes.odd
Could not load prototypes.odd
`

Error while installing ODDLOT using the docker build

I tried to install the ODDLOT on my Ubuntu 18.04 using the Docker image here: https://github.com/hbanzhaf/docker_covise
I am getting the following error. Please help me to fix this error.

-- The imported target "gdcmpap3" references the file
"/usr/bin/gdcmpap3"
but this file does not exist. Possible reasons include:

  • The file was deleted, renamed, or moved to another location.
  • An install or uninstall procedure did not complete successfully.
  • The installation package was faulty and contained
    "/usr/lib/x86_64-linux-gnu/gdcm-2.8/GDCMTargets.cmake"
    but not all the files it references.

-- The imported target "gdcmpdf" references the file
"/usr/bin/gdcmpdf"
but this file does not exist. Possible reasons include:

  • The file was deleted, renamed, or moved to another location.
  • An install or uninstall procedure did not complete successfully.
  • The installation package was faulty and contained
    "/usr/lib/x86_64-linux-gnu/gdcm-2.8/GDCMTargets.cmake"
    but not all the files it references.

-- Could NOT find CGNS (missing: CGNS_LIBRARY CGNS_INCLUDE_DIR)
-- Could NOT find CGNS (missing: CGNS_LIBRARY CGNS_INCLUDE_DIR)
-- Could NOT find Cg (missing: CG_LIBRARY CG_GL_LIBRARY CG_INCLUDE_DIR CG_COMPILER)
-- Could NOT find ARTOOLKIT (missing: ARTOOLKIT_AR_LIBRARY ARTOOLKIT_ARGSUB_LIBRARY ARTOOLKIT_ARVIDEO_LIBRARY ARTOOLKIT_INCLUDE_DIR ARTOOLKIT_DC1394_LIBRARY ARTOOLKIT_RAW1394_LIBRARY ARTOOLKIT_DV_LIBRARY)
-- Could NOT find JPEGTURBO (missing: TURBOJPEG_LIBRARY JPEGTURBO_INCLUDE_DIR)
-- Could NOT find VRPN (missing: VRPN_VRPN_LIBRARY VRPN_QUAT_LIBRARY VRPN_INCLUDE_DIR)
CUDA_TOOLKIT_ROOT_DIR not found or specified
-- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
-- Could NOT find osgDB (missing: OSGDB_LIBRARY OSGDB_INCLUDE_DIR)
-- Could NOT find osgUtil (missing: OSGUTIL_LIBRARY OSGUTIL_INCLUDE_DIR)
-- Could NOT find osgViewer (missing: OSGVIEWER_LIBRARY OSGVIEWER_INCLUDE_DIR)
-- Could NOT find osgParticle (missing: OSGPARTICLE_LIBRARY OSGPARTICLE_INCLUDE_DIR)
-- Could NOT find osgText (missing: OSGTEXT_LIBRARY OSGTEXT_INCLUDE_DIR)
-- Could NOT find osgSim (missing: OSGSIM_LIBRARY OSGSIM_INCLUDE_DIR)
-- Could NOT find osgGA (missing: OSGGA_LIBRARY OSGGA_INCLUDE_DIR)
-- Could NOT find osgFX (missing: OSGFX_LIBRARY OSGFX_INCLUDE_DIR)
-- Could NOT find osgTerrain (missing: OSGTERRAIN_LIBRARY OSGTERRAIN_INCLUDE_DIR)
-- Could NOT find osgShadow (missing: OSGSHADOW_LIBRARY OSGSHADOW_INCLUDE_DIR)
-- Could NOT find osg (missing: OSG_LIBRARY OSG_INCLUDE_DIR)
-- Could NOT find OpenThreads (missing: OPENTHREADS_LIBRARY OPENTHREADS_INCLUDE_DIR)
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
Could NOT find OpenSceneGraph (missing: OPENSCENEGRAPH_LIBRARIES
OPENSCENEGRAPH_INCLUDE_DIR OSGDB_FOUND OSGUTIL_FOUND OSGVIEWER_FOUND
OSGPARTICLE_FOUND OSGTEXT_FOUND OSGSIM_FOUND OSGGA_FOUND OSGFX_FOUND
OSGTERRAIN_FOUND OSGSHADOW_FOUND OSG_FOUND OPENTHREADS_FOUND) (Required is
at least version "3.2.0")
Call Stack (most recent call first):
/usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.10/Modules/FindOpenSceneGraph.cmake:223 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
cmake/CoviseHelperMacros.cmake:938 (FIND_PACKAGE)
src/OpenCOVER/CMakeLists.txt:122 (covise_find_package)

-- Configuring incomplete, errors occurred!
See also "/home/sl-ubuntu/Downloads/covise/bionicopt/build.covise/CMakeFiles/CMakeOutput.log".
See also "/home/sl-ubuntu/Downloads/covise/bionicopt/build.covise/CMakeFiles/CMakeError.log".

Qt 4 compatibility

The Qt UI files

$COVISEDIR/src/tools/vrcw/vrcwstart.ui and
$COVISEDIR/src/tools/vrcw/vrcwhsensbindex.ui

break compatibility with Qt4.

The compiler errors below relate to properties that were introduced in Qt 5.2 and that are used in vrcwstart.ui:335 - vrcwstart.ui:337 as well as vrcwhsensbindex.ui:318 - vrcwhsensbindex.ui:320

Not sure what is the preferred way to fix this.

1.)

In file included from /Users/stefan/covise/src/tools/vrcw/vrconfwizard.cpp:8:
In file included from /Users/stefan/covise/src/tools/vrcw/vrcwstart.h:5:
/Users/stefan/covise/libc++/build.covise/src/tools/vrcw/ui_vrcwstart.h:250:30: error: no member named 'setSizeAdjustPolicy' in 'QTextEdit'
hintStorLocTextEdit->setSizeAdjustPolicy(QAbstractScrollArea::AdjustToContents);
~~~~~~~~~~~~~~~~~~~ ^
/Users/stefan/covise/libc++/build.covise/src/tools/vrcw/ui_vrcwstart.h:250:71: error: no member named 'AdjustToContents' in 'QAbstractScrollArea'
hintStorLocTextEdit->setSizeAdjustPolicy(QAbstractScrollArea::AdjustToContents);

2.)

In file included from /Users/stefan/covise/src/tools/vrcw/vrcwhsensbindex.cpp:1:
In file included from /Users/stefan/covise/src/tools/vrcw/vrcwhsensbindex.h:5:
/Users/stefan/covise/libc++/build.covise/src/tools/vrcw/ui_vrcwhsensbindex.h:307:28: error: no member named 'setCurrentText' in 'QComboBox'
buttonDrvComboBox->setCurrentText(QApplication::translate("VRCWHSensBIndexClass", "mousebuttons", 0, QApplication::UnicodeUTF8));
~~~~~~~~~~~~~~~~~ ^

libpng required dependency

On a system where libpng is not installed, cmake will configure and generate successfully, but linking will fail later. For someone w/o knowledge of the covise source code, I find this type of error kind of hard to track down, especially because the error messages don't relate to png. Not sure what's the best way to fix this..

-- The following OPTIONAL packages have not been found:

 * ...
 * PNG
 * ...
make[3]: Entering directory `/home/xxxx/covise/tahr/build.covise'
/usr/bin/ld: cannot find -lcoImage
collect2: error: ld returned 1 exit status
make[3]: *** [../bin/IO/ExtractTexCoords] Error 1
make[3]: Leaving directory `/home/xxxx/covise/tahr/build.covise'
make[2]: *** [src/module/hlrs/ExtractTexCoords/CMakeFiles/ExtractTexCoords.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 83%] [ 83%] make[3]: Entering directory `/home/xxxx/covise/tahr/build.covise'

oddlot opendrive editing tutorial

Hi
Is there an english version documentation on the usage of oddlot ? For example, how shall we edit lane properties, length, change lane curve etc. Also what are the keyboard hot key to move the loaded map in the screen. Thank you,

CUDA related compile errors

Compiling on Ubuntu 12.04 results in the following error log:

[120] [hxgpu0] $make
cd /hx/u/legts/covise/pangolin/build.covise//src && make -f /hx/u/legts/covise/pangolin/build.covise//src/Makefile
make[1]: Entering directory /hx/u/legts/covise/pangolin/build.covise/src' make[2]: Entering directory/hx/u/legts/covise/pangolin/build.covise'
make[3]: Entering directory `/hx/u/legts/covise/pangolin/build.covise'
[ 0%] Building NVCC (Device) object src/3rdparty/deskvox/virvo/virvo/CMakeFiles/cuda_compile.dir//./cuda_compile_generated_vvcudatransfunc.cu.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: identifier "nullptr" is undefined

/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: expected a ";"

/usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h(190): error: expected a ";"

/usr/include/c++/4.8/exception(63): error: expected a ";"

/usr/include/c++/4.8/exception(68): error: expected a ";"

/usr/include/c++/4.8/exception(76): error: expected a ";"

/usr/include/c++/4.8/exception(83): error: expected a ";"

/usr/include/c++/4.8/exception(93): error: expected a "{"

/usr/include/c++/4.8/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/4.8/bits/exception_ptr.h(64): error: expected a "{"

/usr/include/c++/4.8/bits/exception_ptr.h(79): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(81): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(82): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(84): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
(64): here

/usr/include/c++/4.8/bits/exception_ptr.h(86): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(86): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(87): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(90): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(92): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(95): error: incomplete type is not allowed

/usr/include/c++/4.8/bits/exception_ptr.h(95): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(116): error: expected a ")"

/usr/include/c++/4.8/bits/exception_ptr.h(116): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(126): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(143): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(144): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(147): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(152): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(153): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(156): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(157): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(160): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(161): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(169): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(57): error: incomplete type is not allowed

/usr/include/c++/4.8/bits/nested_exception.h(60): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(64): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(66): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(70): error: identifier "rethrow_exception" is undefined

/usr/include/c++/4.8/bits/nested_exception.h(73): error: function "std::nested_exception::nested_ptr" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/4.8/bits/nested_exception.h(80): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(108): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(113): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(120): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(125): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(125): error: function template "std::__throw_with_nested" has already been defined

/usr/include/c++/4.8/new(95): error: expected a "{"

/usr/include/c++/4.8/new(110): error: identifier "__p" is undefined

/usr/include/c++/4.8/new(111): error: expected a "{"

/usr/include/c++/4.8/new(115): error: expected a "{"

/usr/include/c++/4.8/new(116): error: expected a "{"

/usr/include/c++/4.8/bits/cpp_type_traits.h(184): error: identifier "char16_t" is undefined

/usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: identifier "char32_t" is undefined

/usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: class "std::__is_integer<>" has already been defined

/usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"

/usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: expected a ">"

Segmentation fault
CMake Error at cuda_compile_generated_vvcudatransfunc.cu.o.cmake:264 (message):
Error generating file
/hx/u/legts/covise/pangolin/build.covise/src/3rdparty/deskvox/virvo/virvo/CMakeFiles/cuda_compile.dir//./cuda_compile_generated_vvcudatransfunc.cu.o

make[3]: *** [src/3rdparty/deskvox/virvo/virvo/CMakeFiles/cuda_compile.dir/./cuda_compile_generated_vvcudatransfunc.cu.o] Error 1
make[3]: Leaving directory /hx/u/legts/covise/pangolin/build.covise' make[2]: *** [src/3rdparty/deskvox/virvo/virvo/CMakeFiles/virvo.dir/all] Error 2 make[2]: Leaving directory/hx/u/legts/covise/pangolin/build.covise'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/hx/u/legts/covise/pangolin/build.covise/src'
make: *** [first] Error 2
[121] [hxgpu0] $

[120] [hxgpu0] $make
cd /hx/u/legts/covise/pangolin/build.covise//src && make -f /hx/u/legts/covise/pangolin/build.covise//src/Makefile
make[1]: Entering directory /hx/u/legts/covise/pangolin/build.covise/src' make[2]: Entering directory/hx/u/legts/covise/pangolin/build.covise'
make[3]: Entering directory `/hx/u/legts/covise/pangolin/build.covise'
[ 0%] Building NVCC (Device) object src/3rdparty/deskvox/virvo/virvo/CMakeFiles/cuda_compile.dir//./cuda_compile_generated_vvcudatransfunc.cu.o
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: identifier "nullptr" is undefined

/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: expected a ";"

/usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h(190): error: expected a ";"

/usr/include/c++/4.8/exception(63): error: expected a ";"

/usr/include/c++/4.8/exception(68): error: expected a ";"

/usr/include/c++/4.8/exception(76): error: expected a ";"

/usr/include/c++/4.8/exception(83): error: expected a ";"

/usr/include/c++/4.8/exception(93): error: expected a "{"

/usr/include/c++/4.8/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/4.8/bits/exception_ptr.h(64): error: expected a "{"

/usr/include/c++/4.8/bits/exception_ptr.h(79): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(81): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(82): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(84): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
(64): here

/usr/include/c++/4.8/bits/exception_ptr.h(86): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(86): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(87): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(90): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(92): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(95): error: incomplete type is not allowed

/usr/include/c++/4.8/bits/exception_ptr.h(95): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(116): error: expected a ")"

/usr/include/c++/4.8/bits/exception_ptr.h(116): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(126): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(143): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(144): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(147): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(152): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(153): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(156): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(157): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(160): error: use of a local type to declare a function

/usr/include/c++/4.8/bits/exception_ptr.h(161): error: expected a ";"

/usr/include/c++/4.8/bits/exception_ptr.h(169): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(57): error: incomplete type is not allowed

/usr/include/c++/4.8/bits/nested_exception.h(60): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(64): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(66): error: expected a ";"

/usr/include/c++/4.8/bits/nested_exception.h(70): error: identifier "rethrow_exception" is undefined

/usr/include/c++/4.8/bits/nested_exception.h(73): error: function "std::nested_exception::nested_ptr" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/4.8/bits/nested_exception.h(80): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(108): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(113): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(120): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(125): error: expected a ")"

/usr/include/c++/4.8/bits/nested_exception.h(125): error: function template "std::__throw_with_nested" has already been defined

/usr/include/c++/4.8/new(95): error: expected a "{"

/usr/include/c++/4.8/new(110): error: identifier "__p" is undefined

/usr/include/c++/4.8/new(111): error: expected a "{"

/usr/include/c++/4.8/new(115): error: expected a "{"

/usr/include/c++/4.8/new(116): error: expected a "{"

/usr/include/c++/4.8/bits/cpp_type_traits.h(184): error: identifier "char16_t" is undefined

/usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: identifier "char32_t" is undefined

/usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: class "std::__is_integer<>" has already been defined

/usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"

/usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: expected a ">"

Segmentation fault
CMake Error at cuda_compile_generated_vvcudatransfunc.cu.o.cmake:264 (message):
Error generating file
/hx/u/legts/covise/pangolin/build.covise/src/3rdparty/deskvox/virvo/virvo/CMakeFiles/cuda_compile.dir//./cuda_compile_generated_vvcudatransfunc.cu.o

make[3]: *** [src/3rdparty/deskvox/virvo/virvo/CMakeFiles/cuda_compile.dir/./cuda_compile_generated_vvcudatransfunc.cu.o] Error 1
make[3]: Leaving directory /hx/u/legts/covise/pangolin/build.covise' make[2]: *** [src/3rdparty/deskvox/virvo/virvo/CMakeFiles/virvo.dir/all] Error 2 make[2]: Leaving directory/hx/u/legts/covise/pangolin/build.covise'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/hx/u/legts/covise/pangolin/build.covise/src'
make: *** [first] Error 2

Any idea what is going on and how to fix it?

Thanks

Oddlot Import Map issue

Hi all

I tried to import google/bing map, I encountered SSL issue :
"one or more SSL errors has occurred,The issuer certificate...."

Anyone has idea regarding this ?

OpenCOVER display issues

Hello,

I can open up and display basic X11 apps like xterm but when I launch opencover, I get these errors about the display. ( I assume not finding that one plugin is not a show stopper ). Any advice ? Thanks again in advance!

502] [hxgpu0] $opencover
_exec_for_covise
OpenCOVER: Starting up

Compiled with OpenMP support, using a maximum of 1 threads
Input: Persons must be configured!
plugins: const
devices:
buttons: Mouse
bodies:
persons: num=1, active=default, head=0, hand=0
Loading plugins: SGBrowser Vrml97 ClipPlane PLMXML ALVAR/hx/u/legts/covise/pangolin/lib/OpenCOVER/plugins/libALVAR.so: cannot open shared object file: No such file or directory

libALVAR.so: cannot open shared object file: No such file or directory
ERROR: could not load shared Library libALVAR.so
.
Plugins which failed to load: ALVAR.
Error: Unable to open display ":0.0".
No valid Pixel Format found, trying without multisample Buffer
Error: Unable to open display ":0.0".
No valid Pixel Format found, trying without stencil
Error: Unable to open display ":0.0".
No valid Pixel Format found, trying without alpha
Error: Unable to open display ":0.0".
VRWindow::createWin 0 --- finished
window 0 of screen 0 not defined
A Unable to open display ":0.-1"
Viewer::realize() - failed to set up any windows
PLMXMLPlugin::PLMXMLPlugin
host: localhost, port: 31231
connecting to audio server "localhost" at port 31231...connecting socket failed: Connection refused
OpenCOVER: Shutting down

Unloading plugins: ClipPlane PLMXML SGBrowser Vrml97destruction of 0 sources

where to find the compiled lib and h files?

Hi,

I've spent 2 weeks building the covise project. It seems too hard to do the right conifiguring to build it due to the long list of dependencies and tools.

Could you provide a compiled version of this project, with complete necessary .lib and .h files?

Thank you.

Warnings from 3rdparty headers and -Werror

I keep getting warnings like the following on Ubuntu 15.04 and 15.10:

In file included from /usr/lib/openmpi/include/mpi.h:253:0,
                 from /home/zellmans/covise/src/OpenCOVER/cover/coVRMSController.h:25,
                 from /home/zellmans/covise/src/OpenCOVER/cover/coVRPluginList.cpp:17:
/usr/lib/openmpi/include/mpi_portable_platform.h:374:34: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
              _STRINGIFY(__GNUC__)"."_STRINGIFY(__GNUC_MINOR__)"."_STRINGIFY(__GNUC_PATCHLEVEL__)
                                  ^
/usr/lib/openmpi/include/mpi_portable_platform.h:374:63: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix]
              _STRINGIFY(__GNUC__)"."_STRINGIFY(__GNUC_MINOR__)"."_STRINGIFY(__GNUC_PATCHLEVEL__)

I think this has to do with C++11 raw string literals that can optionally be pre- and suffixed with some token for disambiguation.

Unfortunately, with -Werror activated, I need to care about this. It is only clear on second sight that errors like these are actually warnings - I mean, gcc reports *error: invalid suffix on literal", and only appends the warning code as the only means for clarification.

I personally think that treating warnings as errors is only viable for compilation units that don't include 3rdparty headers and would argue that we generally deactivate this GCC option.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.