Alright Lloyd, many thanks for your assistance!
Benjamin, export DISPLAY=:0 might work, but it's really just the short form of that weird longer string, which I think is how the Mac refers to a Unix socket for network interprocess communication. And since you're not getting a "can't open display"with that, communication is being set up, so it's not as if the internal Mac firewall is shutting things off. But you might want to check firewall permission on XQuartz, and XQuartz's own security settings. XQuartz or homebrew maintainers may be able to...
Hi Lloyd, echo $DISPLAY gives: /private/tmp/com.apple.launchd.IcAhXhmd5J/org.xquartz:0 setting it with "export DISPLAY=0.0" and launching geomview shows; Error: Can't open display: 0.0 Regards, Benjamin
Benjamin, that seems okay so far. What is the $DISPLAY environment variable set to, so that geomview can draw on the Mac's XQuartz app's X display (and not some other remote display) when it launches? that varies depending on your chosen shell in homebrew. You can check it with echo $DISPLAY but you typically set it with something like export DISPLAY=0.0 in bash before launching geomview so it is set to draw on the XQuartz display -- and then you put that command in a shell startup script like the...
Hello Lloyd, I'll try to answer correctly as I don't have in-depth knowlege :) MacOS: Monterey Version 12.6 Installation: brew install geomview (homebrew) X display: I have XQuartz installed Xcode: Yes, I have Xcode installed I couldn't do anything (launching, e.t.c) after installation. I tried confirming the installation with these basic commands as I didn't find any visible 'geomview' icon anywhere: which geomview: /opt/homebrew/bin/geomview geomview --version: 1.9.5 Regards, Benjamin
hi Benjami Some questions: What version of MacOS are you using? How did you install geomview? How are you getting an X display? Do you have Xcode installed? Does geomview open and run if you don't run that quad example? What can you, and can't you, do in Geomview, if you just launch geomview by itself? What geomview windows are visible? thanks Lloyd Wood SaVi for Geomview http://savi.sf.net/ On 18 Nov 2022, at 02:22, Benjami Udofia budofia@users.sourceforge.net wrote: I'm unable to use geomview...
I'm unable to use geomview on my mac. I tried reproducung the first example from http://geomview.org/docs/oogltour.html executing " geomview square.quad " resulted in the following error: Geomview(4672): internal error: "Segmentation violation"; dump core now (y/n) [n] ?
I'd not heard of this moduke previously - but according to their webpage they support it and answer questions at the email address at the bottom of the page. Alternatively, after trying that you could try asking the geomview-users mailing list.
Hi Lloyd, Thanks for your reply. The module name is Wulffman. According to its site, Geomview, Xforms and Qhull should be installed on the system before installing wulffman. https://www.ctcms.nist.gov/wulffman/archive/index.html#install Actually this installation, especially the Xforms one, was tricky for me. Finally all are done and the module is added to Geomview window. However, as I told before I can't run it now and I have permission denied error both using module windows or running by command...
Samira if you don't tell us what the module is called, we can't duplicate the problem. geomview can always run modules directly from the command line with: geomview -run /usr/whatever/module-script Most support for geomview is on the geomview-users mailing list.
Samira, You will need to need to tell us what the module is called, and where you got it. Perhaps we can duplicate the error. You can always launch modules with geomview from the command line with:geomview -run /usr/whatever-path/module-launch-script Lloyd WoodSaVi - Satellite constellation Visualization On Thursday, September 3, 2020, 17:09, Samira samira-adimi@users.sourceforge.net wrote: Hi, I have installed an external module to Geomview on Ubuntu-linux 20.04 using apt-get install command. I...
Hi, I have installed an external module to Geomview on Ubuntu-linux 20.04 using apt-get install command. I have found the modules in /usr/lib/x86_64-linux-gnu directory on my system. I have used the user guide and made a file containing the emodule-define line and have copied the module executable to this folder. It seems ok and module is available within the Modules panel of the Geomview window. However, when I click on the module, instead of showing the control window, I have a permission error...
Further discussion on geomview-users mailing list: https://sourceforge.net/p/geomview/mailman/geomview-users/?viewmonth=201807
(adding in the geomview mailing lists) Hi Michele, The last time I used Geomview on a Sparc it was a Sparc20 in the year 2000... but this looks like a clear bug in Geomview to me From code inspection of geomview/src/bin/geomview/common/comm.c I see that listenOps is defined in the chunk of code if you have unix sockets: if HAVE_UNIX_SOCKETS static handleOps listenOps = blah de blah endif but it is referenced in three chunks of code later on: if HAVE_UNIX_SOCKETS endif if HAVE_INET_SOCKETS endif if...
(adding in the geomview mailing lists) Hi Michele, The last time I used Geomview on a Sparc it was a Sparc20 in the year 2000... but this looks like a clear bug in Geomview to me From code inspection of geomview/src/bin/geomview/common/comm.c I see that listenOps is defined in the chunk of code if you have unix sockets: if HAVE_UNIX_SOCKETS static handleOps listenOps = blah de blah endif but it is referenced in three chunks of code later on: if HAVE_UNIX_SOCKETS endif if HAVE_INET_SOCKETS endif if...
and here's the diff that I think will fix your issue - that July 2018 geomview-users email has more details... 98c98 < #if HAVE_UNIX_SOCKETS --- > #if (HAVE_UNIX_SOCKETS || HAVE_INET_SOCKETS || HAVE_INET6_SOCKETS)
Hi, I've posted a response to your problem and a one-line patch that will fix it to geomview-users, in the July archive. https://sourceforge.net/p/geomview/mailman/geomview-users/ Discussion is best carried out on the mailing lists, since everyone has email, while forum/email exchanges don't work every well. I can forward this to your email address - the autogenerated email address for your forum post bounces... thanks and regards
I hope this is in the right place. While building Geomview 1.9.5 on a Sun Oracle Enterprise M3000 SPARC64 VII running Solaris 10U11, opencsw toolchain, gcc 4.9.2, I ran ./configure which completed without error. But then gmake gave: ... Making all in geomview gmake[4]: Entering directory '/export/home/michele/geomview-1.9.5/src/bin/geomview' Making all in . gmake[5]: Entering directory '/export/home/michele/geomview-1.9.5/src/bin/geomview' ../../../src/lib/oogl/lisp/lisp2c -cprefix "gv_" -o clang...
geomview fails to link on Ubuntu 16.04. I got the following error message: libtool: link: gcc -g -O2 -o .libs/gvx gvappear.o gvcameras.o gvcamui.o gvcolor.o gvcommands.o gvcredits.o gvevent.o gvfiles.o gvlights.o gvload.o gvmain.o gvmaterial.o gvmnpanel.o gvsave.o gvtoolui.o gvui.o buildinfo.o ../common/libgvcommon.a ../../../../src/lib/mib/libmib.a -lXm -lXmu ../../../../src/lib/.libs/libgeomview.so -lSM -lICE -lXt -lXext -lX11 -lm -Wl,-rpath -Wl,/home/lisergey/prefix/geomview/lib /usr/bin/ld: gvcamui.o:...
Home
known-issues
Home
known-issues
known-issues
known-issues
known-issues
known-issues
known-issues
known-issues
known-issues
known-issues
known-issues
Geomview 1.9.5 released
Geomview 1.9.5 released