Pascal Costanza | 2 May 2005 21:19

Current CVS version doesn't compile on Tiger

Hi,

I have tried the following on Mac OS X 10.4:

progpc14:~/lisp/clisp costanza$ ./configure
[...]
progpc14:~/lisp/clisp costanza$ cd src
progpc14:~/lisp/clisp/src costanza$ ./makemake > Makefile
progpc14:~/lisp/clisp/src costanza$ make config.lisp
[...]
progpc14:~/lisp/clisp/src costanza$ make
[...]
gcc  -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type  - 
Wno-sign-compare -O2 -DUNIX_BINARY_DISTRIB -DUNICODE -DNO_GETTEXT - 
DNO_SIGSEGV -I. -c stream.c
stream.d: In function 'lisp_completion':
stream.d:8894: warning: implicit declaration of function  
'rl_refresh_line'
stream.d: In function 'history_last':
stream.d:9378: warning: implicit declaration of function 'history_list'
stream.d:9378: warning: initialization makes pointer from integer  
without a cast
stream.d: In function 'rd_ch_terminal3':
stream.d:9413: error: 'rl_basic_quote_characters' undeclared (first  
use in this function)
stream.d:9413: error: (Each undeclared identifier is reported only once
stream.d:9413: error: for each function it appears in.)
stream.d:9468: warning: passing argument 1 of 'free' discards  
qualifiers from pointer target type
stream.d: In function 'make_terminal_stream_':
(Continue reading)

clisp-cvs-request | 2 May 2005 22:13
Picon

clisp-cvs digest, Vol 1 #1075 - 12 msgs

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-admin <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/src defstruct.lisp,1.72,1.73 ChangeLog,1.4522,1.4523 (Sam Steingold)
   2. clisp/tests mop.tst,1.46,1.47 ChangeLog,1.343,1.344 (Sam Steingold)
   3. clisp/src exporting.lisp,1.11,1.12 ChangeLog,1.4523,1.4524 (Sam Steingold)
   4. clisp/src init.lisp,1.224,1.225 ChangeLog,1.4524,1.4525 (Sam Steingold)
   5. clisp/tests path.tst,1.44,1.45 ChangeLog,1.344,1.345 (Sam Steingold)
   6. clisp/src exporting.lisp,1.12,1.13 ChangeLog,1.4525,1.4526 (Sam Steingold)
   7. clisp/src ChangeLog,1.4526,1.4527 (Sam Steingold)
   8. clisp/modules/syscalls posix.lisp,1.39,1.40 (Sam Steingold)
   9. clisp/modules/berkeley-db test.tst,1.18,1.19 dbi.lisp,1.19,1.20 (Sam Steingold)
  10. clisp/src type.lisp,1.74,1.75 ChangeLog,1.4527,1.4528 (Sam Steingold)
  11. clisp/tests type.tst,1.43,1.44 ChangeLog,1.345,1.346 (Sam Steingold)
  12. clisp/src defs1.lisp,1.51,1.52 ChangeLog,1.4528,1.4529 (Sam Steingold)
(Continue reading)

Sam Steingold | 2 May 2005 22:55
Picon

Re: Current CVS version doesn't compile on Tiger

> * Pascal Costanza <cp <at> c-pbf.arg> [2005-05-02 21:19:45 +0200]:
>
> I have tried the following on Mac OS X 10.4:
>
> progpc14:~/lisp/clisp costanza$ ./configure
> [...]
> progpc14:~/lisp/clisp costanza$ cd src

since you do not list "make distclean" before configure, I assume that
you forgot it.

please do

$ rm -rf build-macosx-10.4
$ ./configure --build build-macosx-10.4

thanks.

--

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.mideasttruth.com/> <http://www.honestreporting.com>
<http://www.palestinefacts.org/> <http://www.memri.org/>
The early bird may get the worm, but the second mouse gets the cheese.

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
(Continue reading)

Lars Rosengreen | 2 May 2005 23:14

Re: Current CVS version doesn't compile on Tiger


On May 2, 2005, at 12:19 PM, Pascal Costanza wrote:

> Note that the recent CVS versions all didn't work on 10.3 either.  
> Only versions from around 15/2/05 have worked on 10.3, but they  
> also don't work anymore on Tiger.

clisp from cvs builds without problems and passes all tests for me on  
both 10.3 and 10.4, and has for the past few weeks.

>
> Is there anything obvious I am missing?

> stream.d:9693: error: 'rl_gnu_readline_p' undeclared (first use in  
> this function)

readline?

I'm using fink's readline.  10.4 comes with something in /usr/lib  
that at first inspection appears to be readline, but it is actually  
just a softlink to BSD's libedit.

-Lars

---
Lars Rosengreen
lars <at> margay.org
http://www.margay.org/~lars

-------------------------------------------------------
(Continue reading)

clisp-cvs-request | 3 May 2005 05:10
Picon

clisp-cvs digest, Vol 1 #1076 - 5 msgs

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-admin <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/tests pack11.tst,1.19,1.20 ChangeLog,1.346,1.347 (Sam Steingold)
   2. clisp/src defs1.lisp,1.52,1.53 compiler.lisp,1.271,1.272 ChangeLog,1.4529,1.4530 (Sam Steingold)
   3. clisp/tests pack11.tst,1.20,1.21 ChangeLog,1.347,1.348 (Sam Steingold)
   4. clisp/tests pack11.tst,1.21,1.22 (Sam Steingold)
   5. clisp/tests pack11.tst,1.22,1.23 (Sam Steingold)

--__--__--

Message: 1
From: Sam Steingold <sds <at> users.sourceforge.net>
To: clisp-cvs <at> lists.sourceforge.net
Subject: clisp/tests pack11.tst,1.19,1.20 ChangeLog,1.346,1.347
(Continue reading)

Sam Steingold | 3 May 2005 16:34
Picon

number of arguments for the closure argument in interpret_bytecode()

Bruno,
is there a simple way to figure out the number of arguments passed to
the closure in interpret_bytecode()?
--

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.memri.org/> <http://www.openvotingconsortium.org/>
<http://ffii.org/> <http://www.camera.org> <http://pmw.org.il/>
Ph.D. stands for "Phony Doctor"  - Isaak Asimov, Ph.D.

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
clisp-cvs-request | 4 May 2005 05:12
Picon

clisp-cvs digest, Vol 1 #1077 - 3 msgs

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-admin <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/tests tests.lisp,1.57,1.58 ChangeLog,1.348,1.349 (Sam Steingold)
   2. clisp/src eval.d,1.197,1.198 ChangeLog,1.4530,1.4531 (Sam Steingold)
   3. clisp/src compiler.lisp,1.272,1.273 ChangeLog,1.4531,1.4532 (Sam Steingold)

--__--__--

Message: 1
From: Sam Steingold <sds <at> users.sourceforge.net>
To: clisp-cvs <at> lists.sourceforge.net
Subject: clisp/tests tests.lisp,1.57,1.58 ChangeLog,1.348,1.349
Date: Tue, 03 May 2005 17:40:37 +0000
Reply-To: clisp-devel <at> lists.sourceforge.net
(Continue reading)

clisp-cvs-request | 4 May 2005 22:34
Picon

clisp-cvs digest, Vol 1 #1078 - 7 msgs

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-admin <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp/src install.lisp,1.11,1.11.2.1 ChangeLog,1.2750.2.100,1.2750.2.101 (Sam Steingold)
   2. clisp/src install.lisp,1.16,1.17 ChangeLog,1.4532,1.4533 (Sam Steingold)
   3. clisp/modules/zlib configure.in,1.2,1.3 (Sam Steingold)
   4. clisp/src ChangeLog,1.4533,1.4534 (Sam Steingold)
   5. clisp/modules/regexp regexp.xml,1.22,1.23 (Sam Steingold)
   6. clisp/modules/zlib configure,1.2,1.3 (Sam Steingold)
   7. clisp/doc impext.xml,1.337,1.338 (Sam Steingold)

--__--__--

Message: 1
From: Sam Steingold <sds <at> users.sourceforge.net>
(Continue reading)

Pascal Costanza | 4 May 2005 23:43

Re: Current CVS version doesn't compile on Tiger


On 2 May 2005, at 22:55, Sam Steingold wrote:

>> * Pascal Costanza <cp <at> c-pbf.arg> [2005-05-02 21:19:45 +0200]:
>>
>> I have tried the following on Mac OS X 10.4:
>>
>> progpc14:~/lisp/clisp costanza$ ./configure
>> [...]
>> progpc14:~/lisp/clisp costanza$ cd src
>>
>
> since you do not list "make distclean" before configure, I assume that
> you forgot it.
>
> please do
>
> $ rm -rf build-macosx-10.4
> $ ./configure --build build-macosx-10.4

Thanks to you and Lars for tips. I have installed readline via fink,  
but I couldn't get it to work. The with-libreadline-prefix option  
doesn't seem to help. I have finally managed to build clisp --without- 
readline. However, your suggestion to use the --build option doesn't  
work together with --without-readline - some tests seem to fail  
(sorry, the terminal buffer was too small to give you more useful  
information here).

Furthermore, after having installed clisp, when I start clisp, it  
prints the copyrights and then just quits again and prints "Bye."
(Continue reading)

Sam Steingold | 5 May 2005 01:15
Picon

Re: Current CVS version doesn't compile on Tiger

> * Pascal Costanza <cp <at> c-pbf.arg> [2005-05-04 23:43:13 +0200]:
>
>> $ rm -rf build-macosx-10.4
>> $ ./configure --build build-macosx-10.4
>
> Thanks to you and Lars for tips. I have installed readline via fink,
> but I couldn't get it to work. The with-libreadline-prefix option
> doesn't seem to help. I have finally managed to build clisp --without-
> readline. However, your suggestion to use the --build option doesn't
> work together with --without-readline - some tests seem to fail
> (sorry, the terminal buffer was too small to give you more useful
> information here).
>
> Furthermore, after having installed clisp, when I start clisp, it
> prints the copyrights and then just quits again and prints "Bye."
>
> Do you have some ideas what I should check for?

check build-macosx-10.4/config.cache and log, see what tests fail and why.

--

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.dhimmi.com/> <http://www.memri.org/>
<http://www.jihadwatch.org/> <http://pmw.org.il/>
Save your burned out bulbs for me, I'm building my own dark room.

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
(Continue reading)


Gmane