Hi I've successfully compiled ciao on a MacBook Pro by making minor
changes to the install scripts.
In the file
$(CIAO_SRC_DIR)/etc/ciao_get_arch
under the line reading
Darwin,"Power Macintosh" ) CIAOARCH=DARWINppc ;; #JFMC
add the line
Darwin,"i386" ) CIAOARCH=DARWINi386
Then in the directory
$(CIAO_SRC_DIR)/makefile-sysdep
Copy
mkf-DARWINppc
To
mkf-DARWINi386
Then edit mkf-DARWINi386
Change the line reading
ARCHNAME=ppc
To
ARCHNAME=i386
Then
make install
That's it.
On the first pass the compile couldn't find the mysqlclient dynamic
library because I'd installed the standard binary version which
doesn't come with the dynamic libraries. But the make script pushed
on through and completed the build and installed ciao without mysql
support. After downloading the mysql source distribution and making
it just to obtain mysqlclient.15.0.0.dylib, the rebuild of ciao went
without a hitch.
I haven't tested the system extensively, but I have written a few
simple programs and they seem to run fine. One thing I'm having a
problem with is persistence using mysql. Can anyone point me to a few
example code which illustrates how to use the persistent database
interface?
-edj
==============================================================================
Message: Address: Action:
help majordomo(a)clip.dia.fi.upm.es Info. on useful commands
subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list
unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list
<whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list
-----------------------------------------------------------------------------
Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/
-----------------------------------------------------------------------------
[ Apologies for multiple messages.
Abstract submission deadline: Aug 30th
Paper submission deadline: Sep 3rd (strict) ]
======================================================================
LAST CALL FOR PAPERS
Ninth International Symposium on
Practical Aspects of Declarative Languages 2007
(PADL '07)
http://www.informatik.uni-kiel.de/~mh/padl07
Nice, France
January 14-15, 2007
Co-located with ACM POPL'07
======================================================================
Declarative languages build on sound theoretical foundations to
provide attractive frameworks for application development. These
languages have been successfully applied to a wide array of different
real-world situations, including database management, active networks,
software engineering, web applications, decision support systems, or
music composition.
New developments in theory and implementation have opened up new
application areas. At the same time, the application of declarative
languages to novel problems raises numerous interesting research
issues. Well-known questions include designing for scalability,
language extensions for application deployment, and programming
environments. Thus, applications often drive the progress in the
theory and implementation of declarative systems, and benefit from
this progress as well.
PADL is a forum for researchers and practioners to present original
work emphasizing novel applications and implementation techniques for
all forms of declarative concepts, including, functional, logic,
constraints, etc. Topics of interest include:
* innovative applications of declarative languages;
* declarative domain-specific languages and applications;
* practical applications of theoretical results;
* new language developments and their impact on applications;
* evaluation of implementation techniques on practical applications;
* novel uses of declarative languages in the classroom; and
* practical experiences
PADL 07 welcomes new ideas and approaches pertaining to applications
and implementation of declarative languages, and is not limited to the
scope of the past eight PADL symposia.
PADL 07 will be co-located with the ACM POPL.
----------------------------------------------------------------------
IMPORTANT DATES AND SUBMISSION GUIDELINES
Abstract Submission: August 30, 2006
Paper Submission: September 3, 2006 (strict)
Notification: October 2, 2006
Final Manuscript: October 22, 2006
Symposium: January 14-15, 2007
All submissions must be original work written in English. Submissions
must be unpublished and not submitted for publication elsewhere. Work
that already appeared in unpublished or informally published workshops
proceedings may be submitted.
Authors should submit an electronic copy of the full paper (written in
English) in Postscript (Level 2) or PDF via the web page of PADL 07.
Papers must be no longer than 15 pages, written in 11-point font and
with single spacing. Since the final proceedings will be published as
Lecture Notes in Computer Science by Springer Verlag, submissions
should adhere to the LNCS paper formatting guidelines.
Each submission must include on its first page the paper title;
authors and their affiliations; contact author's email and postal
addresses, telephone and fax numbers, abstract, and three to four
keywords. The keywords will be used to assist us in selecting
appropriate reviewers for the paper. If electronic submission is
impossible, please contact the program chair for information on how to
submit hard copies.
----------------------------------------------------------------------
MOST PRACTICAL PAPER AWARD
The Most Practical Paper award will be given to the submission that is
judged by the programm committee to be the best in terms of
practicality, originality, and clarity of presentation. The program
committee may choose not to make an award; or may make multiple
awards.
----------------------------------------------------------------------
PROGRAM COMMITTEE
Matthias Blume (Toyota Technological Institute at Chicago, USA)
Manuel Chakravarty (University of New South Wales, Australia)
Marc Feeley (University of Montreal, Canada)
Hai-Feng Guo (University of Nebraska at Omaha, USA)
Gopal Gupta (University of Texas at Dallas, USA)
Michael Hanus (University of Kiel, Germany, Chair)
Michael Leuschel (University of Duesseldorf, Germany)
Simon Peyton Jones (Microsoft Research, Cambridge, UK)
Enrico Pontelli (New Mexico State University, USA)
German Puebla (Technical University of Madrid, Spain)
Francesca Rossi (University of Padova, Italy)
Michel Rueher (University of Nice, France)
Christian Schulte (Royal Institute of Technology, Sweden)
Zoltan Somogyi (University of Melbourne, Australia)
Peter Stuckey (University of Melbourne, Australia)
Doaitse Swierstra (Utrecht University, The Netherlands)
Simon Thompson (University of Kent, UK)
Pascal Van Hentenryck (Brown University, USA)
German Vidal (Technical University of Valencia, Spain)
----------------------------------------------------------------------
CONTACTS:
For information about papers and submissions, please contact the Program Chair:
Michael Hanus
PC Chair - PADL 2007
Institut fuer Informatik
University of Kiel
D-24098 Kiel, Germany
Email: mh(a)informatik.uni-kiel.de
For other information about the conference, please contact:
Gopal Gupta
Department of Computer Science
University of Texas at Dallas
Dallas, TX, U.S.A.
Email: gupta(a)utdallas.edu
Sponsored by: COMPULOG Americas (http://www.cs.nmsu.edu/~complog)
----------------------------------------------------------------------
==============================================================================
Message: Address: Action:
help majordomo(a)clip.dia.fi.upm.es Info. on useful commands
subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list
unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list
<whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list
-----------------------------------------------------------------------------
Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/
-----------------------------------------------------------------------------
Does CIAO install on that machine ?
ciao_get_arch
says
SCO
and make all
says
Makefile:48: /Users/bmd/CIAO/ciao-1.10p7/makefile-sysdep/mkf-SCO: No such file or directory
make: *** No rule to make target `/Users/bmd/CIAO/ciao-1.10p7/makefile-sysdep/mkf-SCO'. Stop.
Cheers
Bart Demoen
==============================================================================
Message: Address: Action:
help majordomo(a)clip.dia.fi.upm.es Info. on useful commands
subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list
unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list
<whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list
-----------------------------------------------------------------------------
Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/
-----------------------------------------------------------------------------
[Apologies for multiple copies]
======================================================================
CALL FOR PAPERS
Ninth International Symposium on
Practical Aspects of Declarative Languages 2007
(PADL '07)
http://www.informatik.uni-kiel.de/~mh/padl07
Nice, France
January 14-15, 2007
Co-located with ACM POPL'07
======================================================================
Declarative languages build on sound theoretical foundations to
provide attractive frameworks for application development. These
languages have been successfully applied to a wide array of different
real-world situations, including database management, active networks,
software engineering, web applications, decision support systems, or
music composition.
New developments in theory and implementation have opened up new
application areas. At the same time, the application of declarative
languages to novel problems raises numerous interesting research
issues. Well-known questions include designing for scalability,
language extensions for application deployment, and programming
environments. Thus, applications often drive the progress in the
theory and implementation of declarative systems, and benefit from
this progress as well.
PADL is a forum for researchers and practioners to present original
work emphasizing novel applications and implementation techniques for
all forms of declarative concepts, including, functional, logic,
constraints, etc. Topics of interest include:
* innovative applications of declarative languages;
* declarative domain-specific languages and applications;
* practical applications of theoretical results;
* new language developments and their impact on applications;
* evaluation of implementation techniques on practical applications;
* novel uses of declarative languages in the classroom; and
* practical experiences
PADL 07 welcomes new ideas and approaches pertaining to applications
and implementation of declarative languages, and is not limited to the
scope of the past eight PADL symposia.
PADL 07 will be co-located with the ACM POPL.
----------------------------------------------------------------------
IMPORTANT DATES AND SUBMISSION GUIDELINES
Abstract Submission: August 30, 2006
Paper Submission: September 3, 2006 (strict)
Notification: October 2, 2006
Final Manuscript: October 22, 2006
Symposium: January 14-15, 2007
All submissions must be original work written in English. Submissions
must be unpublished and not submitted for publication elsewhere. Work
that already appeared in unpublished or informally published workshops
proceedings may be submitted.
Authors should submit an electronic copy of the full paper (written in
English) in Postscript (Level 2) or PDF via the web page of PADL 07.
Papers must be no longer than 15 pages, written in 11-point font and
with single spacing. Since the final proceedings will be published as
Lecture Notes in Computer Science by Springer Verlag, submissions
should adhere to the LNCS paper formatting guidelines.
Each submission must include on its first page the paper title;
authors and their affiliations; contact author's email and postal
addresses, telephone and fax numbers, abstract, and three to four
keywords. The keywords will be used to assist us in selecting
appropriate reviewers for the paper. If electronic submission is
impossible, please contact the program chair for information on how to
submit hard copies.
----------------------------------------------------------------------
MOST PRACTICAL PAPER AWARD
The Most Practical Paper award will be given to the submission that is
judged by the programm committee to be the best in terms of
practicality, originality, and clarity of presentation. The program
committee may choose not to make an award; or may make multiple
awards.
----------------------------------------------------------------------
PROGRAM COMMITTEE
Matthias Blume (Toyota Technological Institute at Chicago, USA)
Manuel Chakravarty (University of New South Wales, Australia)
Marc Feeley (University of Montreal, Canada)
Hai-Feng Guo (University of Nebraska at Omaha, USA)
Gopal Gupta (University of Texas at Dallas, USA)
Michael Hanus (University of Kiel, Germany, Chair)
Michael Leuschel (University of Duesseldorf, Germany)
Simon Peyton Jones (Microsoft Research, Cambridge, UK)
Enrico Pontelli (New Mexico State University, USA)
German Puebla (Technical University of Madrid, Spain)
Francesca Rossi (University of Padova, Italy)
Michel Rueher (University of Nice, France)
Christian Schulte (Royal Institute of Technology, Sweden)
Zoltan Somogyi (University of Melbourne, Australia)
Peter Stuckey (University of Melbourne, Australia)
Doaitse Swierstra (Utrecht University, The Netherlands)
Simon Thompson (University of Kent, UK)
Pascal Van Hentenryck (Brown University, USA)
German Vidal (Technical University of Valencia, Spain)
----------------------------------------------------------------------
CONTACTS:
For information about papers and submissions, please contact the Program Chair:
Michael Hanus
PC Chair - PADL 2007
Institut fuer Informatik
University of Kiel
D-24098 Kiel, Germany
Email: mh(a)informatik.uni-kiel.de
For other information about the conference, please contact:
Gopal Gupta
Department of Computer Science
University of Texas at Dallas
Dallas, TX, U.S.A.
Email: gupta(a)utdallas.edu
Sponsored by: COMPULOG Americas (http://www.cs.nmsu.edu/~complog)
----------------------------------------------------------------------
==============================================================================
Message: Address: Action:
help majordomo(a)clip.dia.fi.upm.es Info. on useful commands
subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list
unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list
<whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list
-----------------------------------------------------------------------------
Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/
-----------------------------------------------------------------------------
==============================================================================
Message: Address: Action:
help majordomo(a)clip.dia.fi.upm.es Info. on useful commands
subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list
unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list
<whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list
-----------------------------------------------------------------------------
Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/
-----------------------------------------------------------------------------
Hi List Folks --
Could someone point me to a link to the old warplan.pl program please?
I see it is used for Ciao testing, but it does not seem to be part of
the Ciao download.
Thanks! Adrian Walker
--
Internet Business Logic (R)
Executable open vocabulary English
Online at www.reengineeringllc.com
Shared use is free
Reengineering, PO Box 1412, Bristol, CT 06011-1412, USA
Phone 860 583 9677 Mobile 860 830 2085 Fax 860 314 1029
==============================================================================
Message: Address: Action:
help majordomo(a)clip.dia.fi.upm.es Info. on useful commands
subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list
unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list
<whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list
-----------------------------------------------------------------------------
Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/
-----------------------------------------------------------------------------
[Apologies for multiple copies]
======================================================================
CALL FOR PAPERS
Ninth International Symposium on
Practical Aspects of Declarative Languages 2007
(PADL '07)
http://www.informatik.uni-kiel.de/~mh/padl07
Nice, France
January 14-15, 2007
Co-located with ACM POPL'07
======================================================================
Declarative languages build on sound theoretical foundations to
provide attractive frameworks for application development. These
languages have been successfully applied to a wide array of different
real-world situations, including database management, active networks,
software engineering, web applications, decision support systems, or
music composition.
New developments in theory and implementation have opened up new
application areas. At the same time, the application of declarative
languages to novel problems raises numerous interesting research
issues. Well-known questions include designing for scalability,
language extensions for application deployment, and programming
environments. Thus, applications often drive the progress in the
theory and implementation of declarative systems, and benefit from
this progress as well.
PADL is a forum for researchers and practioners to present original
work emphasizing novel applications and implementation techniques for
all forms of declarative concepts, including, functional, logic,
constraints, etc. Topics of interest include:
* innovative applications of declarative languages;
* declarative domain-specific languages and applications;
* practical applications of theoretical results;
* new language developments and their impact on applications;
* evaluation of implementation techniques on practical applications;
* novel uses of declarative languages in the classroom; and
* practical experiences
PADL 07 welcomes new ideas and approaches pertaining to applications
and implementation of declarative languages, and is not limited to the
scope of the past eight PADL symposia.
PADL 07 will be co-located with the ACM POPL.
----------------------------------------------------------------------
IMPORTANT DATES AND SUBMISSION GUIDELINES
Abstract Submission: August 30, 2006
Paper Submission: September 3, 2006 (strict)
Notification: October 2, 2006
Final Manuscript: October 22, 2006
Symposium: January 14-15, 2007
All submissions must be original work written in English. Submissions
must be unpublished and not submitted for publication elsewhere. Work
that already appeared in unpublished or informally published workshops
proceedings may be submitted.
Authors should submit an electronic copy of the full paper (written in
English) in Postscript (Level 2) or PDF via the web page of PADL 07.
Papers must be no longer than 15 pages, written in 11-point font and
with single spacing. Since the final proceedings will be published as
Lecture Notes in Computer Science by Springer Verlag, submissions
should adhere to the LNCS paper formatting guidelines.
Each submission must include on its first page the paper title;
authors and their affiliations; contact author's email and postal
addresses, telephone and fax numbers, abstract, and three to four
keywords. The keywords will be used to assist us in selecting
appropriate reviewers for the paper. If electronic submission is
impossible, please contact the program chair for information on how to
submit hard copies.
----------------------------------------------------------------------
MOST PRACTICAL PAPER AWARD
The Most Practical Paper award will be given to the submission that is
judged by the programm committee to be the best in terms of
practicality, originality, and clarity of presentation. The program
committee may choose not to make an award; or may make multiple
awards.
----------------------------------------------------------------------
PROGRAM COMMITTEE
Matthias Blume (Toyota Technological Institute at Chicago, USA)
Manuel Chakravarty (University of New South Wales, Australia)
Marc Feeley (University of Montreal, Canada)
Hai-Feng Guo (University of Nebraska at Omaha, USA)
Gopal Gupta (University of Texas at Dallas, USA)
Michael Hanus (University of Kiel, Germany, Chair)
Michael Leuschel (University of Duesseldorf, Germany)
Simon Peyton Jones (Microsoft Research, Cambridge, UK)
Enrico Pontelli (New Mexico State University, USA)
German Puebla (Technical University of Madrid, Spain)
Francesca Rossi (University of Padova, Italy)
Michel Rueher (University of Nice, France)
Christian Schulte (Royal Institute of Technology, Sweden)
Zoltan Somogyi (University of Melbourne, Australia)
Peter Stuckey (University of Melbourne, Australia)
Doaitse Swierstra (Utrecht University, The Netherlands)
Simon Thompson (University of Kent, UK)
Pascal Van Hentenryck (Brown University, USA)
German Vidal (Technical University of Valencia, Spain)
----------------------------------------------------------------------
CONTACTS:
For information about papers and submissions, please contact the Program Chair:
Michael Hanus
PC Chair - PADL 2007
Institut fuer Informatik
University of Kiel
D-24098 Kiel, Germany
Email: mh(a)informatik.uni-kiel.de
For other information about the conference, please contact:
Gopal Gupta
Department of Computer Science
University of Texas at Dallas
Dallas, TX, U.S.A.
Email: gupta(a)utdallas.edu
Sponsored by: COMPULOG Americas (http://www.cs.nmsu.edu/~complog)
----------------------------------------------------------------------
==============================================================================
Message: Address: Action:
help majordomo(a)clip.dia.fi.upm.es Info. on useful commands
subscribe ciao-users-request(a)clip.dia.fi.upm.es Subscribe to this list
unsubscribe ciao-users-request(a)clip.dia.fi.upm.es Unsubscribe from this list
<whatever> ciao-users(a)clip.dia.fi.upm.es Send message to list
-----------------------------------------------------------------------------
Archived messages: http://www.clip.dia.fi.upm.es/Mail/ciao-users/
-----------------------------------------------------------------------------