bug-apl
[Top][All Lists]
Advanced

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

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


From: Juergen Sauermann
Subject: Re: [Bug-apl] Errors compiling GNU APL with Xcode cmd line tools on Mac
Date: Mon, 24 Aug 2015 17:39:14 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

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!


reply via email to

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