Compilation under HPUX or any other commercial Unix



Hello,
Does someone here have access to HPUX or any other commercial Unix
variant? I have an Open Source project and want to find out if it
compiles and works under HPUX or other Unix variants. Several years
ago I used HPUX to develop my project, but now I have no access to
HPUX. A short time ago I added some stuff, which uses elements from
struct FILE. Struct FILE is defined in <stdio.h>. I know this is
sommething not considered portable. Therefore I would like to check,
if it compiles flawlessly on different operating systems.

Please help me.
The Open Source project is Seed7 and its latest version (currently
seed7_05_20120520.tgz) can be downloaded from:

http://sourceforge.net/projects/seed7/files

The *.tgz archive can be easily unpacked with tar. How this is done
is explained here:

http://seed7.sourceforge.net/faq.htm#uncompress

To compile Seed7 you only need two tools: Make and a C compiler. In
the optimal case you just switch to the seed7/src directory and do:

make depend
make

Probably some warnings and errors will show up. Can you please send
me this warnings and errors.

I would also be interested in the file stdio.h from HPUX, and other
commercial Unix systems. It is an include file for C, so there are
probably no copyright issues.

Many many thanks in advance for your effort.

Regards,
Thomas Mertes

--
Seed7 Homepage: http://seed7.sourceforge.net
Seed7 - The extensible programming language: User defined statements
and operators, abstract data types, templates without special
syntax, OO with interfaces and multiple dispatch, statically typed,
interpreted or compiled, portable, runs under linux/unix/windows.
.



Relevant Pages