Subj : more EMX
To : all
From : mark lewis
Date : Sun Jun 04 2000 09:54 am
i've got dmake 38 and 40 here... i've tried numerous times to compile it/them
with my emx as referenced in my previous message (emxrev output shows 60 for
all)... i'm currently using a dmake binary that was compiled with emx09a and am
getting a conflict with _chdir in infer.c...
here's the error message...
4:38
Sun Jun 4, 2000
4OS/2 (0) | H:\dmake >dmake.emx09a
md objects
gcc -c -I. -Iemx -DOS2 -U__GNUC__ -Zmtd -O infer.c
In file included from extern.h:66,
from infer.c:40:
emx\public.h:161: conflicting types for `_chdir'
h:\emx\include\stdlib.h:194: previous declaration of `_chdir'
DMAKE.EMX09A.EXE: Error code 1, while making 'objects/infer.o'
and here are the referenced lines...
[emx\public.h]
int _chdir ANSI((char *));
[stdlib.h]
int _chdir (__const__ char *);
ok... ??? i can see the difference in the line but i don't know what the
difference actually is or what it causes... how can i fix so i can finally
compile dmake.emx09d??