Just downloaded ver 0.4 for MacOS, unfortunately it won't open. I'm attaching the error I get:
Process: gaussianbeam [770]
Path: /Users/USER/Downloads/gaussianbeam.app/Contents/MacOS/gaussianbeam
Identifier: gaussianbeam
Version: ???
Code Type: X86 (Native)
Parent Process: launchd [164]
Responsible: gaussianbeam [770]
User ID: 501
Date/Time: 2015-01-26 10:37:21.943 +0100
OS Version: Mac OS X 10.9.5 (13F34)
Report Version: 11
Anonymous UUID: C727EA18-8844-B546-9CAC-229B501D8757
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: QtXml.framework/Versions/4/QtXml
Referenced from: /Users/USER/Downloads/gaussianbeam.app/Contents/MacOS/gaussianbeam
Reason: image not found
Binary Images:
0x8fed1000 - 0x8ff03417 dyld (239.4) <0F2176BD-4239-3506-BA41-3B885269520E> /usr/lib/dyld
Model: MacBook7,1, BootROM MB71.0039.B0E, 2 processors, Intel Core 2 Duo, 2.4 GHz, 5 GB, SMC 1.60f6
Graphics: NVIDIA GeForce 320M, NVIDIA GeForce 320M, PCI, 256 MB
Memory Module: BANK 0/DIMM0, 1 GB, DDR3, 1067 MHz, 0x802C, 0x384A53463132383634485A2D314731463120
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x80CE, 0x4D34373142353237334348302D4346382020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: Crucial_CT512MX100SSD1, 512.11 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: Built-in iSight
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
USB Device: Apple Internal Keyboard / Trackpad
Thunderbolt Bus:
After finding that the compiled Mac verison of the code wouldn't work on the new operating systems (I'm using 10.13.2), I tried to compile from scratch. I got the following error after typing "qmake -spec macx-g++":
Info: creating stash file /Users/danhickstein/Downloads/gaussianbeam-code-140/.qmake.stash
RCC: Error in 'gui/GaussianBeam.qrc': Cannot find file '../po/GaussianBeam_fr.qm'
So, in gui/GaussianBeam.qrc, I removed line 20 "<file>../po/GaussianBeam_fr.qm</file>"
Then, I could use
qmake -spec macx-g++
make
and successfully compile the software.
I put the pre-compiled MacOS app here: https://github.com/DanHickstein/GaussianBeam
(Jerome, let me know if you'd rather that I not re-post the code.)