I am trying to compile gpc-19990118 on Alpha DEC OSF/1 v.4.0 I have met a couple of problems that I have corrected (listed below), but eventually the make in p/rts stops with the message "Don't know how to make write.pas.". Does anyone know how to treat this error? Please send me a copy of the reply as I have only just asked to join the mailing list.
Morten
----------------------- The following fixes were necessary in order to compile with DEC's C-compiler:
'p/gpc-typeck.c' line 3560: 'p/types.c' line 959: change from default: to default:;
'p/Makefile.in' line 139: change from ALL_WARNINGS = -Wall to # ALL_WARNINGS = -Wall
'p/gpc-cccp.c' line 149 change from #else to #else
--------------------------------------------
Morten Skaarup Jensen
Department of Acoustic Technology Technical University of Denmark Bygning 352 DK-2800 Lyngby Denmark
Direct: (+45) 45 25 39 54 Fax: (+45) 45 88 05 77 Recep.: (+45) 45 88 16 22
Morten S. Jensen wrote:
I am trying to compile gpc-19990118 on Alpha DEC OSF/1 v.4.0 I have met a couple of problems that I have corrected (listed below), but
Thanks. :-) I integrated them into GPC.
eventually the make in p/rts stops with the message "Don't know how to make write.pas.". Does anyone know how to treat this error?
There is no `write.pas' but only a `write.c'. For some reason, your `make' does not apply the `.c.o' rule. Which `make' are you using?
It could help to compile `write.c' manually or to introduce an explicit rule (derived from `.c.o') that says how `write.o' is made from `write.c'.
Please send me a copy of the reply as I have only just asked to join the mailing list.
I am doing so.
Greetings,
Peter