From: john connolly on 9 Aug 2010 14:16 Hi, Our doc gave us some xray pics viewable with onyxlite.exe. Is there any chance of viewing these things in linux? I've tried all the graphics stuff on my slack 13 system. Thanks, jwc
From: Barnabyh on 9 Aug 2010 16:11 On Mon, 9 Aug 2010 18:16:56 +0000 (UTC) john connolly <wconn(a)kc.rr.com> wrote: >Hi, > Our doc gave us some xray pics viewable with onyxlite.exe. Is >there any chance of viewing these things in linux? I've tried all >the graphics stuff on my slack 13 system. >Thanks, jwc Barnabyh replies: You might want to try Wine and open onyxlite.exe with it. It's on SlackBuilds.org, but I'm not sure if's working now on 64 or still 32 only. Regards, Barnabyh -- Barnaby.Hoffmann Reg. Linux User #398054 Now playing: Antisect - In Darkness There Is No Choice - Yet They Still Ignore
From: john connolly on 9 Aug 2010 21:29 On Mon, 09 Aug 2010 21:11:41 +0100, Barnabyh wrote: > On Mon, 9 Aug 2010 18:16:56 +0000 (UTC) john connolly <wconn(a)kc.rr.com> > wrote: > >>Hi, >> Our doc gave us some xray pics viewable with onyxlite.exe. Is >>there any chance of viewing these things in linux? I've tried all the >>graphics stuff on my slack 13 system. Thanks, jwc > > > Barnabyh replies: > > You might want to try Wine and open onyxlite.exe with it. It's on > SlackBuilds.org, but I'm not sure if's working now on 64 or still 32 > only. > > Regards, > > Barnabyh Hi, Thanks for the reply, I'll give it a go. In the meantime I found a program called aeskulap-0.2.0, which is supposed to read DICOM format files. However when I try to build it I get the message while running configure: checking for GCONFMM... configure: error: Package requirements (gconfmm-2.6) were not met: The package in question is installed so I don't know what is up. Any ideas? jwc
From: Sylvain Robitaille on 9 Aug 2010 22:27 john connolly wrote: > ... I found a program called aeskulap-0.2.0, ... when I try to build > it I get the message while running configure: > > checking for GCONFMM... configure: error: Package requirements > (gconfmm-2.6) were not met: > > The package in question is installed so I don't know what is up. Any > ideas? Adjust the PKG_CONFIG_PATH variable in your environment (it's a colon separated search path) to contain the directory where gconfmm.pc has been installed. Configure should be able to find it then. I hope that helps ... -- ---------------------------------------------------------------------- Sylvain Robitaille syl(a)encs.concordia.ca Systems analyst / AITS Concordia University Faculty of Engineering and Computer Science Montreal, Quebec, Canada ----------------------------------------------------------------------
From: Henrik Carlqvist on 10 Aug 2010 02:14
> You might want to try Wine and open onyxlite.exe with it. It's on > SlackBuilds.org, but I'm not sure if's working now on 64 or still 32 > only. I have been able to build and run Wine version 1.2 on Slackware64 13.1. However, my system also had the 32bit compatible packages from http://connie.slackware.com/~alien/multilib/ installed. Quick check: minotaur:~> which wine /usr/local/bin/wine minotaur:~> file /usr/local/bin/wine /usr/local/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped Yep, it was compiled as a 32 bit binary even though I have a 64 bit system. So I guess the answer is that it is possible to compile and run wine on 64 bit Slackware if you have the 32 bit compability packages installed. regards Henrik -- The address in the header is only to prevent spam. My real address is: hc123(at)poolhem.se Examples of addresses which go to spammers: root(a)localhost postmaster(a)localhost |