Hi Louis, the list is moderated, but the moderation request list is empty. Not sure if you have received my previous response (repeated below). /// Jürgen ------------------------------------------------------------------------------------------------------------------------ Hi Louis, I believe that this problem has been fixed already. Please download the latest SVN version of GNU APL (see http://www.gnu.org/software/apl/ for details). /// Jürgen On 08/24/2015 12:03 PM, Louis de
Forcrand wrote:
I just sent the same message yesterday, but I still can't see it on the website... sorry if this comes out twice!I recently found out about this wonderful language, and was really eager to try out the GNU interpreter, but as of now I have to use NARS2000 with wine. I don't have much experience in these areas, but I tried the standard ./configure, make, make install. However, before I could get to "make install", make came up with 8 errors and several warnings (the errors seem to come from the same four lines): ./../Workspace.hh:257:26: error: non-ASCII characters are not allowed outside of literals and identifiers rw_sv_def(Quad_Quad, ⎕) ^ ./../Workspace.hh:258:26: error: non-ASCII characters are not allowed outside of literals and identifiers rw_sv_def(Quad_QUOTE, ⍞) ^ Same thing for lines 278 and 279. The warnings were about "this" pointers which couldn't be null, and one warning about "comparing unsigned < 0 _expression_" always being false. I'm using: GCC: Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx- include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.4.0 Thread model: posix Make: GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This program built for i386-apple-darwin11.3.0 My architecture is i386 (according to 'arch' command) and I noticed that gcc seems targeted for 64-bit. I know my g++ works though. I tried updating make to 4.1, but it still didn't work. I didn't try updating GCC yet though, so could it be that? GNU APL 1.5 On: 2009 MacBook Pro Mac OS X 10.10.4 i386 Using: Xcode 6.3 (latest) command-line tools Again, I'm not very experienced in this area, so any and all help is appreciated! |
- [Bug-apl] Errors compiling GNU APL with Xcode cmd line t... Louis de Forcrand
- Re: [Bug-apl] Errors compiling GNU APL with Xcode c... Juergen Sauermann
- Re: [Bug-apl] Errors compiling GNU APL with Xco... Louis de Forcrand