Search found 231 matches

by issinoho
Fri Jul 04, 2025 9:53 am
Forum: Links
Topic: VIM
Replies: 1
Views: 486

Re: VIM

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 ...
by issinoho
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.
by issinoho
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
by issinoho
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 ...
by issinoho
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 ...
by issinoho
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 ...
by issinoho
Tue Feb 04, 2025 11:21 pm
Forum: Links
Topic: MicroEMACS
Replies: 1
Views: 1723

MicroEMACS

by issinoho
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
by issinoho
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 ...
by issinoho
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
by issinoho
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 ...
by issinoho
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 ...
by issinoho
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 ...