-
Notifications
You must be signed in to change notification settings - Fork 16
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
libNexus.a for Mac OsX 10.11 El Capitan #455
Comments
Post the exact error output from the console please. That will help to
diagnose.
…On Dec 21, 2017 10:37 AM, "skansen76" ***@***.***> wrote:
I was using a fortran software on my Mac that requires the libNexus.a and
libNexus77.a libraries.
After upgrading from os X 10.6 to 10.11 it does compile, but when I load
the data it crashes when it load the data, suggesting that it might have to
do with the fact that I use the old libNexus.a and libNexus77.a libraries
which needs then to be recompiled for the 10.11...
With my very poor programming skills I was trying to recompile the
libraries, but I miserably failed.
I was wondering if anybody has succeeded with compiling them on osX 10.11.
Thanks,
Valerio
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#455>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACLKMBcYlDtgLrKw9Qhclda0QsnxwT-Hks5tColJgaJpZM4RKEDL>
.
|
Hi, if I put ./ pkg.config instead of . pkg.config hdiutil: convert failed - File exists This is the file build_mac_kit.sh #!/bin/sh at the moment hdf4 only support -arch i386 -arch ppcand nexus tests fail if hdf5 is build with -arch x86_64 -arch ppc64so leave as just "-arch i386 -arch ppc" for the momentecho "Removing old package root (require root privileges)" cd .. cd macosx_install_kit Use pkg.config to fetch the package name and version number./pkg.config cp ../NEWS Resources/English.lproj/ReadMe.txt echo "Building the package (requires root to set permissions)" echo "Building the disk image" echo "Enabling internet install" echo "Cleaning NeXus build (as we configured without dependency tracing)" echo "Removing temporary files (requires root to clear)" |
Sorry for the delay in replying. You suspicion that build_mac_kit.sh isn't the way to go is right. That is out of date (using the old build system) and would generate a dmg for distribution. I see no reason why you should not be able to follow the Linux instructions, with cmake etc. We should update the README, I guess. |
Help Wanted: Could someone with a mac pursue this suggestion (to follow the Linux instructions with cmake, ...) and report back to this issue? |
For me, under Mojave building NeXus works like this:
|
I was using a fortran software on my Mac that requires the libNexus.a and libNexus77.a libraries.
After upgrading from os X 10.6 to 10.11 it does compile, but when I load the data it crashes when it load the data, suggesting that it might have to do with the fact that I use the old libNexus.a and libNexus77.a libraries which needs then to be recompiled for the 10.11...
With my very poor programming skills I was trying to recompile the libraries, but I miserably failed.
I was wondering if anybody has succeeded with compiling them on osX 10.11.
Thanks,
Valerio
The text was updated successfully, but these errors were encountered: