Can't build viewer
jrleek opened this issue · 4 comments
It seems like the viewer and streaming directories got left behind in the cmake upgrade. The User manual says to go to those directories and type "make viewer" and "make lib" respectively. Obviously that doesn't work with cmake.
There are makefiles, but they just include "makefile_template" which doesn't exist anywhere in the source as far as I can tell.
Hi,
These were old viewrs and we will remove the info in later versions.
Tor
From: jrleek [mailto:notifications@github.com]
Sent: 16. juni 2014 23:30
To: SINTEF-Geometry/SISL
Subject: [SISL] Can't build viewer (#1)
It seems like the viewer and streaming directories got left behind in the cmake upgrade. The User manual says to go to those directories and type "make viewer" and "make lib" respectively. Obviously that doesn't work with cmake.
There are makefiles, but they just include "makefile_template" which doesn't exist anywhere in the source as far as I can tell.
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/1.
Ah. So if this is the old viewer, there must be a new viewer? Perhaps
viewlib in GoTools?
Jim
On Mon, Jun 16, 2014 at 10:39 PM, tordokken notifications@github.com
wrote:
Hi,
These were old viewrs and we will remove the info in later versions.
Tor
From: jrleek [mailto:notifications@github.com]
Sent: 16. juni 2014 23:30
To: SINTEF-Geometry/SISL
Subject: [SISL] Can't build viewer (#1)It seems like the viewer and streaming directories got left behind in the
cmake upgrade. The User manual says to go to those directories and type
"make viewer" and "make lib" respectively. Obviously that doesn't work with
cmake.
There are makefiles, but they just include "makefile_template" which
doesn't exist anywhere in the source as far as I can tell.—
Reply to this email directly or view it on GitHub<
https://github.com/SINTEF-Geometry/SISL/issues/1>.—
Reply to this email directly or view it on GitHub
#1 (comment).
Hi,
You should try viewlib in GoTools.
tor
From: jrleek [mailto:notifications@github.com]
Sent: 17. juni 2014 16:09
To: SINTEF-Geometry/SISL
Cc: Tor Dokken
Subject: Re: [SISL] Can't build viewer (#1)
Ah. So if this is the old viewer, there must be a new viewer? Perhaps
viewlib in GoTools?
Jim
On Mon, Jun 16, 2014 at 10:39 PM, tordokken <notifications@github.commailto:notifications@github.com>
wrote:
Hi,
These were old viewrs and we will remove the info in later versions.
Tor
From: jrleek [mailto:notifications@github.com]
Sent: 16. juni 2014 23:30
To: SINTEF-Geometry/SISL
Subject: [SISL] Can't build viewer (#1)It seems like the viewer and streaming directories got left behind in the
cmake upgrade. The User manual says to go to those directories and type
"make viewer" and "make lib" respectively. Obviously that doesn't work with
cmake.
There are makefiles, but they just include "makefile_template" which
doesn't exist anywhere in the source as far as I can tell.—
Reply to this email directly or view it on GitHub<
https://github.com/SINTEF-Geometry/SISL/issues/1>.—
Reply to this email directly or view it on GitHub
#1 (comment).
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-46311213.
It is possible to compile examples (once the library libsisl.a is compiled and put in the example directory) using the following command:
g++ example01.cpp streaming/src/GoReadWrite.cpp -I streaming/include/ -I ../include/sisl -lsisl
This will create an a.out executable file.
It is possible to view the output files of the examples programs using the viewlib app (goview) of GoTools. If should possible to view those file by another mean (compile he old viewer manually or create a custom viewer).