From: | Paul B Mann <paul@paulbmann.com> |
Newsgroups: | comp.compilers |
Date: | Fri, 10 Feb 2012 10:19:37 -0800 (PST) |
Organization: | Compilers Central |
References: | 12-02-004 12-02-006 |
Keywords: | C, tools, comment |
Posted-Date: | 10 Feb 2012 23:17:55 EST |
On Feb 8, 1:08 pm, "Steven G. Kargl"
<s...@REMOVEtroutmask.apl.washington.edu> wrote:
>
> UNIX and unix-like system are case sensitive. There is no chance that
> this code will build without a significant porting effort. For
> example, you have Global.H in some directory; yet, your source has
> '#include "global.h"'.
>
> It may also be advantageous to include simple instructions of which
> files need to be compiled and the order.
I can rename those header files and do a global change on the
include filenames in Visual Studio in about 15 minutes.
Is it really that difficult to do this with UNIX ?
I will make sure the next release has these changes.
Thanks for the valuable feedback. I really appreciate it.
Paul B Mann
[It's easy enough if you know what the files are and where all the
include statements are. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.