• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jalih

#1
Hi all,

This is one of the reasons I would like to see Inferno get ported to OS/2.

http://www.vitanuova.com/inferno/

Network listeners are really easy to implement with inferno. Below are source files for two simple Inferno programs that took just a couple of minutes to write. Server that listens for messages and a client for sending messages on a network.

Server: http://www.tip9ug.jp/who/jalih/server3.b

Client: http://www.tip9ug.jp/who/jalih/client.b

Screenshot that shows them on action, running on top of a Plan9 operating system: http://www.tip9ug.jp/who/jalih/capture.png

--jalih
#2
Anyone considered porting Vx32 library to OS/2 ?

Sources and info here: http://pdos.csail.mit.edu/~baford/vm/


One example what can be done with this library is Plan 9 VX  (aka 9vx): http://swtch.com/9vx/

#3
Programming / Re: SWIG for OS/2
2008.01.01, 23:38:56
Quote from: El Vato on 2008.01.01, 22:03:15
Is there a port of SWIG for OS/2 ???

I am getting errors during the build process --yes, when I execute the make command...sigh, sigh, sigh!


Should build fine with just:
   ash
   ./configure
   make

and to install, just:
   make install


--jalih