[tex-live] Current source.development fails to compile on Mac OS X (simple type error)

Kaja P. Christiansen kaja@daimi.au.dk
Wed, 20 Nov 2002 14:23:44 +0100


Gerben Wierda writes:

 > I wanted to fix this myself by changing the type of  
 > makefullnamestring() to match the declaration (strnumber, which is a  
 > unsigned short and not an int), but when I try to tell p4 I want to  
 > edit the file I get:
 > 
 > [dumbledore:TeX/texk/web2c] root# p4 edit etexextra.c
 > etexextra.c - file(s) not on client.
 > 
 > Which is weird, as the file is obviously there.

My log file (from Build process) shows that 'etexextra.c' 
is a generated file:

   sed s/TEX-OR-MF-OR-MP/etex/ ./lib/texmfmp.c >etexextra.c

So, you would have to edit TeX/texk/web2c/lib/texmfmp.c.

Kaja