To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47137
User vq changed the following:
What |Old value |New value
================================================================================
CC|'' |'hjs'
--------------------------------------------------------------------------------
Assigned to|hjs |vq
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Target milestone|--- |OOo 2.0
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Apr 11 12:08:23 -0700
2005 -------
You should assign the issues to me directly. hjs is very busy these days. ;)
> dmake: makefile: line 317: Error -- Expecting macro or rule defn,
> found neither
This is definitely a bug, following your explanation dmake should report
something like this (from getinp.c, but recipe section):
Fatal( "Input line too long, increase MAXLINELENGTH" );
The OOo build solved this problem by putting
MAXLINELENGTH = 65530
into startup.mk. This should also solve your problem.
> dmake/imacs.c (1024)
This sets the default, but the ruletab.c settings override this immediately.
The nice thing about having MAXLINELENGTH defined in ruletab.c is that
dmake -V reports the value of this macro.
I would only touch these
> dmake/win95/borland/ruletab.c (2046)
> dmake/win95/microsft/ruletab.c (2046)
> dmake/winnt/borland/ruletab.c (2046)
> dmake/winnt/microsft/ruletab.c (2046)
files and set the value to 8190 unless you can verify the other "exotic" OSs.
P.S.: What's your overall perl status? Are still a lot of extra patches needed?
---------------------------------------------------------------------
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]