jed-users mailing list

[2009 Date Index] [2009 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Compilation on OpenVMS


Hello

I was triying to compile jed in OpenVMS but I get this error:

[BOF_RUBEN] @vmsmake
CC /float=ieee/name=(as_is,short)/prefix=all/define=(FLOAT_TYPE,JED)/include=(DKD0:[APPS.JE
D.SLANG.SRC]) ABBREV..c

#include "vms_x_fix.h"
.^
%CC-F-NOINCLFILEF, Cannot find file "vms_x_fix.h" specified in #include directive.
at line number 13 in file JED_ROOT:[000000.src]CONFIG.H;17

I had to manually download the file from internet.

I also had to patch (nasty patch) jedconfig.h

/*
  typedef int uid_t;
  typedef int gid_t;
*/

the error was:

[BOF_RUBEN] @vmsmake
CC /float=ieee/name=(as_is,short)/prefix=all/define=(FLOAT_TYPE,JED)/include=(DKD0:[APPS.JE
D.SLANG.SRC]) ABBREV..c

   typedef __uid_t uid_t;
...................^
%CC-E-NOLINKAGE, In this declaration, "uid_t" has no linkage and has a prior declaration in
this scope at line number 144 in file JED_ROOT:[000000.src]CONFIG.H;18.
at line number 54 in module SIGINFO of text library SYS$COMMON:[SYSLIB]DECC$RTLDEF.TLB;1

After those two minor changes I was able to compile it successfully.

¿Can anyone make these changes ? Thanks in advance



      



--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2009 date index] [2009 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]