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

Can't build viewer #1

Open
jrleek opened this issue Jun 16, 2014 · 4 comments
Open

Can't build viewer #1

jrleek opened this issue Jun 16, 2014 · 4 comments

Comments

@jrleek
Copy link

jrleek commented Jun 16, 2014

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.

@tordokken
Copy link

Hi,

These were old viewrs and we will remove the info in later versions.

Tor

From: jrleek [mailto:[email protected]]
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.

@jrleek
Copy link
Author

jrleek commented Jun 17, 2014

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 [email protected]
wrote:

Hi,

These were old viewrs and we will remove the info in later versions.

Tor

From: jrleek [mailto:[email protected]]
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).

@tordokken
Copy link

Hi,

You should try viewlib in GoTools.

tor

From: jrleek [mailto:[email protected]]
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 <[email protected]mailto:[email protected]>
wrote:

Hi,

These were old viewrs and we will remove the info in later versions.

Tor

From: jrleek [mailto:[email protected]]
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.

@arthursw
Copy link

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).

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

3 participants