Describe the Bug
I'm having trouble building the App on an M1 Mac !
Expected Behavior
A working build :-)
System
MacOS 12.2
pw3270 - either master or macos branch
Hi, I am trying to build the app but am hitting problems in the build. I'm following the simple instructions.
I have already built and installed lib3270 and libv3270 seemingly successfully.
First, the link step of 'make all' fails because it cannot locate the lib320 / libv3270 libraries. I have fixed this by adding the paths into the Makefile, and end up with a build.
The real issue comes when trying to use "bundle" - first there are a bunch of warnings related to signatures being invalidated due to changes being made to the file - for example:
/Library/Developer/CommandLineTools/usr/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/j/Projects/pw3270/pw3270/macos/pw3270.app/Contents/Frameworks/im-viqr.so
These warnings seem to be harmless as far as the bundling is concerned ...
There are also errors related to some libraries not being found ...
My question is: how should I build the app? I have homebrew so do not want to go down the jhbuild route if possible.
Should I be using master or the macos branch to build?
Thanks!
Describe the Bug
I'm having trouble building the App on an M1 Mac !
Expected Behavior
A working build :-)
System
MacOS 12.2
pw3270 - either master or macos branch
Hi, I am trying to build the app but am hitting problems in the build. I'm following the simple instructions.
I have already built and installed lib3270 and libv3270 seemingly successfully.
First, the link step of 'make all' fails because it cannot locate the lib320 / libv3270 libraries. I have fixed this by adding the paths into the Makefile, and end up with a build.
The real issue comes when trying to use "bundle" - first there are a bunch of warnings related to signatures being invalidated due to changes being made to the file - for example:
/Library/Developer/CommandLineTools/usr/bin/install_name_tool: warning: changes being made to the file will invalidate the code signature in: /Users/j/Projects/pw3270/pw3270/macos/pw3270.app/Contents/Frameworks/im-viqr.soThese warnings seem to be harmless as far as the bundling is concerned ...
There are also errors related to some libraries not being found ...
My question is: how should I build the app? I have homebrew so do not want to go down the jhbuild route if possible.
Should I be using master or the macos branch to build?
Thanks!