Author Topic: OSx version, or will PixInsight work with VirtualPC?  (Read 6914 times)

Clownfish

  • Guest
OSx version, or will PixInsight work with VirtualPC?
« on: 2006 January 17 13:03:06 »
Any chance of an OSX version someday?
If not, will this software work on VirtualPC?

Thanks!

CF

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
OSx version, or will PixInsight work with VirtualPC?
« Reply #1 on: 2006 January 17 13:31:49 »
Hello Clownfish,

Yes, the new PixInsight application will be ported to Linux and Mac OS X. First we'll release the Windows version, though.

We are using portable development tools and frameworks. In particular, the entire GUI of the new application is based on the Qt library:
http://www.trolltech.com/products/qt/

Thanks for your interest.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline shashi

  • Newcomer
  • Posts: 4
OSx version, or will PixInsight work with VirtualPC?
« Reply #2 on: 2007 June 09 11:01:02 »
Quote from: "juan_conejero"

Yes, the new PixInsight application will be ported to Linux and Mac OS X. First we'll release the Windows version, though.
[...]
Thanks for your interest.


When will the Mac version be out?  

I have just tried the Linux version but it seems not to run on my intel xeon dual core + dual cpu running Mandriva 2006.  The same binary runs on AMD Opteron (dual core + dual cpu) in 32bit mode while the os is x86_64 (Fedora Core 6).    

Best regards,
Shashi

Offline Pleiades

  • Administrator
  • PixInsight Enthusiast
  • *****
  • Posts: 88
OSx version, or will PixInsight work with VirtualPC?
« Reply #3 on: 2007 June 09 18:37:42 »
Hi Shashi

To be realistic, a first version for Mac OS X won't be released before 2008. We are currently overwhelmed with the amount of work that we have now (finishing a first commercial release, writing documentation, tutorials, ...) so we simply cannot afford porting PixInsight to other platform now.

PixInsight for Linux is being developed mainly on Fedora Core 6, so no surprise if it runs without flaws on your FC6 for x86_64 :)

A first version for x86_64 should be ready soon. The only thing that is stopping us now is that we are having some troubles to compile a few support libraries with 64-bit GCC. The rest of the platform compiles without problems as native 64-bit code. This should be fixed really soon.

Regarding your Mandriva 2006, the problem is quite probably that certain system libraries are not up-to-date. If you want to make an experiment, you can download this file:

http://pleiades-astrophoto.com/export/PI32-linux-oslibs-20070609.tar.bz2

and unpack it on the same bin directory where you have PixInsight32.sh (install the new build 293 first). If you are running a SELinux-enabled system, don't forget:

chcon -t texrel_shlib_t *.so*

on the same directory, in order to allow execution of the new shared objects.

With these new files, hopefully the PixInsight application will load all necessary shared libraries from the bin directory, and hence there will be no conflicts and it will run without problems. This is experimental, however. If you try it, I'll be very interested in knowing how it goes.

Thank you.
Juan

Offline shashi

  • Newcomer
  • Posts: 4
OSx version, or will PixInsight work with VirtualPC?
« Reply #4 on: 2007 June 10 21:49:11 »
Hi,

I downloaded both tar.bz2 files and tried on the Mandriva system with following result:
[shashi@mizar ~/PixInsight]$ ./bin/PixInsight32.sh
./bin/PixInsight32.sh: line 9:  8878 Floating point exception$dirname/$appname $*

Without the oslibs tar file I get this error:
./bin/PixInsight32.sh
./bin/PixInsight32.sh: line 9:  8919 Floating point exception$dirname/$appname $*

Thanks and regards,
Shashi