bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] Errors compiling GNU APL with Xcode cmd line tools on Mac


From: Louis de Forcrand
Subject: [Bug-apl] Errors compiling GNU APL with Xcode cmd line tools on Mac
Date: Mon, 24 Aug 2015 10:03:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]