I just tried to compile and got the following error: gcc -dynamiclib -Wl,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.sdk//usr/lib/dylib1.o,-single_module,-install_name,libbrlapi.dylib.0.8 -o libbrlapi.dylib brlapi_client.o -lintl ld: file not found: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.sdk//usr/lib/dylib1.o clang: error: linker command failed with exit code 1 (use -v to see invocation)
On Mon, 16 Jan 2023 08:53:31 -0500, Anders Holmberg wrote: > > Hi! > And how do I test from a build tree? > Is the developer version available on the GitHub or on the brltty page? > /A > > > 14 jan. 2023 kl. 17:04 skrev Dave Mielke <[email protected]>: > > > > For a (very) long time, now, we've made use of a patched version of the > > screen program to give brltty access to platforms - primarily Mac OS X, > > that don't provide native access to the screen content. While this method > > has worked well enough, it's highly inefficient and is also far too much > > work for an inexperienced user. > > > > We've finally implemented a new method which should simply work "out of the > > box" - the brltty-term command. We'd appreciate it if (especially) Mac > > users who are able to build the latest brltty development code would test > > it out and let us know of whatever problems, suggestions, etc you have. > > > > While you can install it, you don't need to since it's been designed to > > also work when invoked from within the build tree. > > > > With two exceptions, all of its arguments are passed, unmodified, through > > to brltty. Those two exceptions are: > > > > If the first argument is -h then you'll get help for brltty-term itself > > rather than for brltty. > > > > If the first argument isn't an option - i.e. it doesn't begin with a minus > > sign - then it's the name of or path to the shell (bash, dash, etc) or > > terminal manager (screen, tmux, etc) that you'd like to run. In this case, > > all the rest of the arguments are passed through to brltty. If you don't > > provide this argument then your login shell - i.e. whatever the $SHELL > > environment variable points to - is assumed. > > > > Again: As always, problem reports, suggestions, questions, etc are always > > welcome. > > > > -- > > I believe the Bible to be the very Word of God: http://Mielke.cc/bible/ > > Dave Mielke | 2213 Fox Crescent | WebHome: http://Mielke.cc/ > > EMail: [email protected] | Ottawa, Ontario | Twitter: @Dave_Mielke > > Phone: +1 613 726 0014 | Canada K2A 1H7 | > > _______________________________________________ > > This message was sent via the BRLTTY mailing list. > > To post a message, send an e-mail to: [email protected] > > For general information, go to: http://brltty.app/mailman/listinfo/brltty > > _______________________________________________ > This message was sent via the BRLTTY mailing list. > To post a message, send an e-mail to: [email protected] > For general information, go to: http://brltty.app/mailman/listinfo/brltty -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici wb2una [email protected] _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://brltty.app/mailman/listinfo/brltty
