Compiling Vim on OpenVMS
The following will build a default OpenVMS Vim distribution, including DECW/Motif support.
OpenVMS x86_64 (VSI X86VMS OPENVMS V9.2-3)
DECC (VSI X86VMS C V7.6-1)
MMS (VSI X86VMS MMS V4.0-5)
Git (VSI X86VMS GIT V2.44-1B)
$ define/nolog VIM disk:[vim]
$ cr/dir/prot ...
Search found 231 matches
- Fri May 16, 2025 10:45 am
- Forum: This Board
- Topic: Registrations Closed
- Replies: 0
- Views: 299
Registrations Closed
I've switched off registrations basically to avoid spambots - PM me if you would like to register.
- Fri May 09, 2025 7:39 am
- Forum: This Board
- Topic: Board updated to phpBB 3.3.15
- Replies: 0
- Views: 342
Board updated to phpBB 3.3.15
Board updated to phpBB 3.3.15
- Tue Apr 29, 2025 2:12 pm
- Forum: x86
- Topic: Freeware ports on x86
- Replies: 16
- Views: 52755
Re: Freeware ports on x86
cURL: command line tool for transferring data with URL syntax.
Ensure GNV is installed and that GSED is configured as an alias for SED, e.g.
$ GSED :== SED
Also, ensure that the zlib and zstd header files are copied to SYS$LIBRARY
$ wget --no-check-certificate https://curl.se/download/curl-8.5 ...
Ensure GNV is installed and that GSED is configured as an alias for SED, e.g.
$ GSED :== SED
Also, ensure that the zlib and zstd header files are copied to SYS$LIBRARY
$ wget --no-check-certificate https://curl.se/download/curl-8.5 ...
- Wed Mar 19, 2025 6:51 pm
- Forum: This Board
- Topic: MariaDB server moved to Debian
- Replies: 2
- Views: 1709
Re: MariaDB server moved to Debian
Do you know of any mariadb version for x86? Or PostgreSQL?
No, neither exist as yet - you can find discussions on this on the VSI forums - apparently it's due to restrictions in the implementation of the C standard.
I am currently hosting this entire website natively on OVMS except for MariaDB ...
No, neither exist as yet - you can find discussions on this on the VSI forums - apparently it's due to restrictions in the implementation of the C standard.
I am currently hosting this entire website natively on OVMS except for MariaDB ...
- Wed Feb 05, 2025 3:36 pm
- Forum: Links
- Topic: MicroEMACS
- Replies: 1
- Views: 1723
Re: MicroEMACS
First you'll have to use the "fixes" branch, i.e.
$ git checkout fixes
And, in addition to the updates you've already made, you'll need to edit the options file as follows.
$ diff meansi.opt
************
File DISK$TOOLS:[temp.MicroEmacs.ue500.vms]meansi.opt;4
37 word.obj
******
File DISK ...
$ git checkout fixes
And, in addition to the updates you've already made, you'll need to edit the options file as follows.
$ diff meansi.opt
************
File DISK$TOOLS:[temp.MicroEmacs.ue500.vms]meansi.opt;4
37 word.obj
******
File DISK ...
- Tue Feb 04, 2025 11:21 pm
- Forum: Links
- Topic: MicroEMACS
- Replies: 1
- Views: 1723
- Thu Dec 19, 2024 4:55 pm
- Forum: This Board
- Topic: MariaDB server moved to Debian
- Replies: 2
- Views: 1709
MariaDB server moved to Debian
Server version: 10.11.6-MariaDB-0+deb12u1 Debian 12
- Thu Dec 19, 2024 4:54 pm
- Forum: This Board
- Topic: Precise Similar Topics extension added to board
- Replies: 0
- Views: 1337
- Wed Dec 11, 2024 3:25 pm
- Forum: x86
- Topic: Freeware ports on x86
- Replies: 16
- Views: 52755
Re: Freeware ports on x86
libexpat: XML parser library written in C
$ curl -O https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
$ gzip -d expat-2.1.0.tar.gz
$ tar -xzvf expat-2.1.0.tar
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/expat-2_1_0_vmspatch.zip
$ rename expat-2_1_0.DIR ...
$ curl -O https://github.com/libexpat/libexpat/releases/download/R_2_1_0/expat-2.1.0.tar.gz
$ gzip -d expat-2.1.0.tar.gz
$ tar -xzvf expat-2.1.0.tar
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/expat-2_1_0_vmspatch.zip
$ rename expat-2_1_0.DIR ...
- Wed Dec 11, 2024 3:12 pm
- Forum: x86
- Topic: Freeware ports on x86
- Replies: 16
- Views: 52755
Re: Freeware ports on x86
Porting library: library to make it easy to port software to OpenVMS
Code: Select all
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/PORTING_LIBRARY-A9.ZIP
$ unzip PORTING_LIBRARY-A9.ZIP
$ set def [.porting_library-a9]
$ make
$ copy VMS_JACKETS.exe dcl$path
- Wed Dec 11, 2024 3:07 pm
- Forum: x86
- Topic: Freeware ports on x86
- Replies: 16
- Views: 52755
Re: Freeware ports on x86
GNU make: a tool which controls the generation of executables and other non-source files of a program from the program's source files.
$ curl -O https://ftp.gnu.org/gnu/make/make-3.82.tar.gz
$ gzip -d make-3^.82^.tar.gz
$ vmstar -xzvf make-3^.82.tar
$ curl -O http://nchrem.tnw.tudelft.nl/openvms ...
$ curl -O https://ftp.gnu.org/gnu/make/make-3.82.tar.gz
$ gzip -d make-3^.82^.tar.gz
$ vmstar -xzvf make-3^.82.tar
$ curl -O http://nchrem.tnw.tudelft.nl/openvms ...
- Wed Dec 11, 2024 11:36 am
- Forum: x86
- Topic: Freeware ports on x86
- Replies: 16
- Views: 52755
Re: Freeware ports on x86
Mesa3d_glu: Utilities for Mesa3d.
$ cr/dir [.mesa3dglu]
$ set def [.mesa3dglu]
$ git clone https://gitlab.freedesktop.org/mesa/glu.git
$ set def [.glu]
$ git checkout 0bf42e41c8b63fc2488dd8d41f696310b5a5a6a7
$ set def [--]
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/mesa3dglu_vmspatch ...
$ cr/dir [.mesa3dglu]
$ set def [.mesa3dglu]
$ git clone https://gitlab.freedesktop.org/mesa/glu.git
$ set def [.glu]
$ git checkout 0bf42e41c8b63fc2488dd8d41f696310b5a5a6a7
$ set def [--]
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/mesa3dglu_vmspatch ...
- Tue Dec 10, 2024 5:13 pm
- Forum: x86
- Topic: Freeware ports on x86
- Replies: 16
- Views: 52755
Re: Freeware ports on x86
Mesa3d: Opensource OpenGL implementation
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/mesa3d_2014_01_15.zip
$ unzip mesa3d_2014_01_15.zip
$ rename mesa3d_2014_01_15.DIR mesa3d_python.dir
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/mesa3d_python.zip
$ unzip mesa3d_python.zip ...
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/mesa3d_2014_01_15.zip
$ unzip mesa3d_2014_01_15.zip
$ rename mesa3d_2014_01_15.DIR mesa3d_python.dir
$ curl -O http://nchrem.tnw.tudelft.nl/openvms/patches/mesa3d_python.zip
$ unzip mesa3d_python.zip ...