To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60274





------- Additional comments from [EMAIL PROTECTED] Tue Jan 10 08:50:03 -0800 
2006 -------
Exact message is:
[EMAIL PROTECTED]:/cygdrive/d/OpenOffice2/odk/util> dmake

dmake:  ../wntmsci10.pro/misc/odk.dpz:  line 779:  Error -- Input line too long,
increase MAXLINELENGTH (buffer was 65532)
---* TG_SLO.MK *---
[EMAIL PROTECTED]:/cygdrive/d/OpenOffice2/odk/util> 

I added the ('buffer was ...') line to dmake to get more info with the following
patch:
Index: getinp.c
===================================================================
RCS file: /cvs/tools/dmake/getinp.c,v
retrieving revision 1.5
diff -r1.5 getinp.c
184c184,185
<        Fatal( "Input line too long, increase MAXLINELENGTH" );
---
>        Fatal( "Input line too long, increase MAXLINELENGTH (buffer was %d)",
>               Buffer_size );

I will attach the offending odk.dpz file.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to