Re: Somewhat OT: Problem with make at work.




"William" <Reply@xxxxxxxxxxxxxxxx> wrote

Couple of things: Are you sure the makefile is being saved with
a real tab character? Does the last line in the makefile end with
a newline (or whatever the end-of-line character is on your
system)?

That last one bites us around here because some developers insist
that a final EOL should not be necessary in a text file no matter
how many times it breaks a build.

Nope, I'm using the same makefiles at home and work. Works at home;
doesn't work at work. Also, the tabs are definitely real tabs ("HT"
character, ASCII 0x09), and I always make sure the last line ends
with a newline. Thanks for the tips, though.


Jack Klein wrote:

I haven't been there is quite a while, but news:comp.os.msdos.djgpp
was very active the last time I looked.

Cool, thanks for the group, I'll try asking over there.


Werty wrote:

Justice delayed is justice denied .

Um, yes.

Same for coding computers ,

Um, maybe.

delay and you bury bugs .

Sometimes.

I never use MAKE files .

I use Make a lot. I don't see how Make "buries" things. Automates
and encapsulates, yes. You do have to learn a new language
("Makelingo", if you will). But I find it a lot easier than typing
gpp -Wall -O2 -s -L/RHE/lib -lrh -lm glq374.cc -o /RHE/bin/glq374.exe
just to compile and link some small utility program. I'd rather type
just "make" and be done with it.

My structure is always in the
kernel , resident .
Better , kernel has allignment !
I can send my buddy a code frag ,
and it MUST fit precisely in the
kernel !
Bloating is impossible ...

Either you just said something brilliant that went over my head...
or you've been sniffing too much airplane glue. I'm not sure
which.


Cheers,
RH


.



Relevant Pages

  • Re: To get the no. of rows from screen output.
    ... $ find -name Makefile ... Print newline, word, and byte counts for each FILE, and a total ... print the character counts ... will do the trick ...
    (comp.os.linux.misc)
  • Small Correction to K&R Exercise 1-22 Solution on CLC-Wiki
    ... lines after the last non-blank character that occurs before the n-th ... int t,len; ... This space will be replaced by a newline, ...
    (comp.lang.c)
  • Re: Problem with embedded carriage returns
    ... Under Windows, it is, in fact, a pair of characters comprising a Carriage Return character and a Line Feed character in that sequence. ... If what you describe is correct then the 'newline' imbbeded between quotes is not a 'newline' at all. ... I further suspect that where the imbeded 'newline' should have been, Notepad would have shown an 'unprintable' character which looks like a hollow rectangle. ... There are actually some 19 columns of data but when a StreamReader.ReadLine method tries to read line by line, it only returns data up to the first embedded newline chars. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Small Correction to K&R Exercise 1-22 Solution on CLC-Wiki
    ... Your fix looks correct to me at least. ... I don't think that overwriting the n-th character with a ... int t,len; ... ** to the foldarea with a newline. ...
    (comp.lang.c)
  • Re: [PHP] CSV Files
    ... After I right out the column headers do I have to put a '/n' to have it start a new line in the CSV file? ... refer to a newline character. ... rather than chrin PHP, ... character at the end of every row in CSV including the header row. ...
    (php.general)