CompuServe Thread

#SAS/C v6.0

4 messages in this thread
#30105From: Steven ParkNov 15, 1992 11:25 PM
When using SAS/C version 6, what is going wrong if a file won't compile nor put up any errors? I've found that if there is a myproject.h file and a myproject_protos.h file it won't even try to compile. When it does compile this file it creates no object file and it doesn't give any errors or warnings, it takes a while as if compiling and then says hit return to exit. Other files will compile.
#30109From: Marlene Zenker/SYSOPNov 16, 1992 5:22 AM
You'll have to give us an example of what the code you're using looks like. It's difficult to figure out what might be happening without the code. Steve
#30113From: Matthew J. W. RatcliffNov 16, 1992 11:30 AM
It almost sounds like you have the csoptions set to generate a proto file RATHER than compiling. If you go to generate a prototype file for yourself, you have to set the options back to NoGenProto before you can compile anything. Check if the date on your proto file is updated every time you try to compile…
#30275From: Doug WalkerNov 21, 1992 10:40 AM
This is one possibility (GENPROTO set). Other possibilities include having PPONLY set (preprocessor only) or having NOOBJNAME set (no object file). –Doug