For information on Poplog see
http://www.cs.bham.ac.uk/research/projects/poplog/poplog.info.html
Now Version 15.6102 A few minor changes, as described in http://www.cs.bham.ac.uk/research/projects/poplog/v15.16/CHANGES.txt A problem in the editor that made it produce multiple copies of the same file (especially output.p) has been identified and removed.
Expanded the instructions for Ubuntu users, which turned out to be incpomplete. Also modified several of the Poplog scripts to invoke 'bash' instead of 'sh', as it turns out that these two are not equivalent on all systems. (Ubuntu Gutsy links 'sh' to 'dash', not 'bash')
Added simple pop-11 syntax highlighting command for VED, in $usepop/pop/lib/ved/ved_highlight.p The command ENTER highlight will underline all syntax words, apart from those included in the list assigned to global variable highlight_exceptions To see what the exceptions are do ENTER showlib highlight_exceptions If you don't want to fetch a complete poplog system, the file can be downloaded on its own from http://www.cs.bham.ac.uk/research/projects/poplog/v15.61/v15.61/pop/lib/ved/ved_highlight.p Simply install it in the directory $usepop/pop/lib/ved/ in your current poplog system. It will then be autoloadable. Undo highlighting with ENTER strip
New version of Poplog v15.61 available, with pop_internal_version set to: 156101 The most important change is that the problem described in Bug 32 in here (originally reported by Steve Leach): http://www.cs.bham.ac.uk/research/projects/poplog/bugfixes/BUGREPORTS -- 32. (18 Feb 2004) Bug in current_directory under Linux (and Unix?) has started causing serious problems with new releases of Linux installed with enhanced security settings. This was reported recently to the poplog-dev list by Stephen Isard. The problem was fixed by changing the pop-11 mechanism for getting at the current directory, provided by Waldek Hebisch and described in the BUGREPORTS file as item 66: -- 66. 29 Sep 2007 New version of unix_dir.p There are a few other minor improvements to the installation process. The easiest way to fetch and install 32 bit Linux Poplog remains the use of one of the get-and-install scripts described below.
New version of Poplog v15.61 available, with minor fixes and revamped scripts to overcome the problems caused by Linux security settings. Most easily installed by running one of the get-and-install scripts described below. There is a new file that gives an overview of what happens when the poplog installation script is run. It is available as http://www.cs.bham.ac.uk/research/projects/poplog/v15.61/INSTALLATION-OVERVIEW.txt
NOTE: this is a 32 bit version of Poplog
If you are using a 64 bit version of linux you will need to have a full complement of 32-bit development libraries in order to install poplog v15.61. Failing that there is a 64 bit version of poplog herehttp://www.cs.bham.ac.uk/research/projects/poplog/v15.61-amd64/Later a v15.61-amd64 version will be available.
UBUNTU/DEBIAN USERS
Ubuntu users (and other Debian users e.g. Xandros(Not yet tested)) should make sure that they have these packages installed before installing poplog:gcc build-essential csh libxext6 libxext-dev libx11-6 libx11-dev libxt-6 libxt-dev libmotif3 libmotif-devThe last two are desirable but optional, as explained below.You can install those packages either using the synaptic package manager, or more simply by using 'apt-get' with this command in an xterm or console window (if you don't wish to type everything in one line you can use the backslash character "\" to indicate that lines must be joined in a single command, as illustrated here):
sudo apt-get install gcc build-essential tcsh \ libxext6 libxext-dev libx11-6 libx11-dev libxt-6 libxt-dev \ libmotif3 libmotif-devHowever, that command will not work until you have extended the set of package repositories. Run the package manager by going to the 'System menu'. Select 'Administration' then 'Synaptic package manager' -- for which you will have to type your password. Then when the package manager starts up, select 'Settings' then 'Repositories'. Click in all the boxes for packages downloadable from the internet, except for the source packages. After that you should be able to download all the packages.The instructions for setting up the extra package repositories and for selecting packages to download are illustrated graphically in David Brooks' web site for Poplog users (though some of the required packages need to be added to his list.) See his web page here:
http://www.cs.bham.ac.uk/research/projects/poplog/ubuntu/djbMake sure that you install everything listed above.
After installing those 'X' libraries the following should exist as symbolic links:
/usr/lib/libX11.so /usr/lib/libXt.so /usr/lib/libXext.so /usr/lib/libXm.soNOTE: Other versions of linux (e.g. RHEL, CentOS, Fedora Core, ...)
People using other versions of linux should check that they have the gcc libraries, csh/tcsh and both ofeither motif motif-devel or lesstif lesstif-develE.g. you should be able to install one of those pairs using 'yum' in RedHat/Fedora systems:yum install motif motif-devel or yum install lesstif lesstif-develMake sure that you have the 'devel' packages for the X11 libraries installed. Otherwise the link commands in the poplog installation scripts will fail. E.g. you could use the following, in addition to the commands for installing motif (or lesstif):yum install libX11-devel libXt-devel libXext-devel
(Automatically done if you use one of the "get-and-install" scripts described below.)Download, make executable, and run this file to check that you have an installation on which poplog can be installed:
http://www.cs.bham.ac.uk/research/poplog/v15.61/CHECK_LINUX_FACILITIES
After downloading it do this to make it executable, then run it:chmod 755 CHECK_LINUX_FACILITIES ./CHECK_LINUX_FACILITIESNOTE: The following is no longer true, as making symbolic links is not an adequate substitute for installing the 'devel' or 'dev' packages:If you run it as super user (using sudo on Ubuntu) it may also create directories and links that you will need. Otherwise, it merely reports what it finds.
NOTE: use of 'csh'
Many linux systems now do not provide /bin/csh. Some older poplog scripts may still use that, although an attempt is being made to remove dependency on 'csh', so that everything will work with 'bash', which should be available on all linux systems.If /bin/csh does not exist on your system, but /bin/tcsh does exist, you can simply, as super-user, create a symbolic link, thus:
cd /bin ln -s tcsh cshOtherwise try to find and install csh for your system (or tcsh, which is a later, but wholly compatible, version of csh). Ubuntu users, please see instructions above.
NOTE: use of motif/lesstif
The graphical facilities in Poplog are all based on the X window system (sometimes also called X11), described here http://en.wikipedia.org/wiki/X_Window_SystemThis has the great advantage of supporting remote use of graphical tools: the tools can run on a machine in one location while users are using a machine connected to it by a network. This is now commonplace using web browsers, but the X window system, based on Unix, had the idea long before there were web browsers. Poplog provides a wide range of 2-D graphical facilities based on X. There are some library packages that extend the X facilities and one of those is the 'motif' widget toolkit, which is used by many tools that run on linux and unix. It is described here. A royalty free version is OpenMotif described here. Some unix distributors object to licence conditions of both Motif and OpenMotif and have switched to using an open source non-proprietary replacement called Lesstif, described here. Lesstif is almost fully compatible with Motif, but not quite, and this has caused minor problems for poplog, now fixed.
You don't need any of Motif, OpenMotif or Lesstif to use Poplog graphical facilities. In particular the RCLIB graphical extension to Poplog, described here, was designed to work without Motif.
However there are some advantages in the use of Poplog with motif, insofar as the graphical version of the editor, XVed, has menu buttons and a scrollbar if Motif or Lesstif is available, and there is a Poplog_ui toolkit based on Motif, which some users find helpful. So if you can get hold of Motif or Lesstif, that is recommended. You will also need the 'devel' versions, as described below in order to be able to run Poplog with Motif extensions.
When you have a choice you should install Motif rather than Lesstif as the former is less likely to cause problems.
If you cannot or do not wish to install Motif or Lesstif, you can run the poplog install script with the 'nomotif' option. However, the simplified get-and-install scripts described below use 'motif'. It is trivial to edit them to replace that with 'nomotif' before running them.
There are two small shell scripts available. Choose one of them, after reading about what they do, save it to a directory where you have space to copy at least 20MB files required to install poplog. Make it executable, as described below, then run it. You can decide whether you want poplog installed in the default location /usr/local/poplog, or somewhere else. It will need to go into a partition where there is about 85MB of free space. (You may not need all of it: some of the installation can be deleted if you don't need it, e.g. the portions for prolog, common lisp, ML, vision libraries, etc.Decide which of those two you wish to use, then download it and put it in a directory on a file partition where you have enough file space. You will need about 19MB for the downloaded shell scripts and the Poplog tar file. In addition you will need about 80MB either in the /usr/local partition or in the partition where you run the 'get-and-install-here' script.
- get-and-install
This will fetch installation scripts and the poplog V15.61 tar file, and install the system in the default location /usr/local/poplogThis will also attempt to set up links for poplog in /usr/local/bin and /usr/local/man, so you will need either to have access to those directories or else run the script as super-user
- get-and-install-here
This will fetch installation scripts and the poplog V15.61 tar file, and install the system in a subdirectory of the current directory, called v15.61/pop/It does not attempt to install links in /usr/local directories (though you can do that later).
Make the chosen script executable after downloading it. e.g. using one of these two 'chmod' commands:
chmod ugo+rx get-and-install chmod ugo+rx get-and-install-hereYou may wish to check the script and, if you are a linux expert, change something before running it.It uses the 'wget' command to fetch the files. If you are using it behind a web proxy server, you will have to set the appropriate environment variable ($http_proxy) to allow 'wget' to get through the server, e.g. something like this (for bash users):
http_proxy=http://webcache.foo.baz.ac.uk:3128 export http_proxyRun the script in an xterm window or other console window.
The time it takes will depend largely on how long it takes you to download the main tar file (less than 19MB) and how long your PC takes to run the installation script. On fairly new PCs the installation could take less than a minute. On older PCs at most a few minutes.
Both scripts produce a log file called v15.61/install.log which can be used to provide information if you have problems.
If the installation triggers linker or other errors they will not go into the log file, but will be displayed on the screen. You'll have to select and paste the messages to include in any report.
For more information on what those scripts do, please see the message posted to pop-forum and comp.lang.pop now available here.
For information about getting help from users see http://www.cs.bham.ac.uk/research/projects/poplog/comp.lang.pop.faq.html
Additional information about the installation can be found in http://www.cs.bham.ac.uk/research/poplog/v15.61/AREADME.txt
NB: If you use Ubuntu or Debian please see instructions on packages you may need to install before you can use poplog here and in Step 0 of this file AREADME.txt
If you have an Athlon64 or Opteron machine running 64-bit Linux, you may wish to fetch the AMD64 version of Linux Poplog, from here http://www.cs.bham.ac.uk/research/poplog/v15.6-amd64
The main poplog tar bundle for 32 bit linux poplog (about
18 Mbytes) is here:
http://www.cs.bham.ac.uk/research/poplog/bham-linux-poplog-v15.61.tar.gz
It is automatically fetched by the get-and-install scripts.
The script that unpacks and installs that file is
http://www.cs.bham.ac.uk/research/poplog/v15.61/INSTALL_BHAM_LINUX_POPLOG
If the get-and-install scripts do not work,
fetch this 5Kbyte file and install it in the same directory
as the tar bundle above, then make it executable and run it twice, the
first time to discover the options, the second time with the options
specified:
OUT OF DATE INSTRUCTIONS (MAY STILL BE USEFUL FOR SOME users)
Users of Debian/Ubuntu-based distributions should follow the instructions in STEP 0 in that file, namely:
Use this command to ensure that you have all the required system libraries.Make motif accessible where debian seems to need X11 libraries:
- apt-get install build-essential gcc motif3 csh
(or try lesstif if you can't find motif3)Then fetch the Poplog tar package and scripts as described above.
- cd /usr/lib
- ln -s /usr/X11R6/libXm.so* .
This file maintained in Lynx-friendly format by:
Aaron Sloman
http://www.cs.bham.ac.uk/~axs/
Last Updated: 29 Jun 2009 (Now mostly out of date.)