To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42157
User pjanik changed the following:
What |Old value |New value
================================================================================
Assigned to|pjanik |hr
--------------------------------------------------------------------------------
Status|REOPENED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Dec 16 03:22:46 -0800
2005 -------
On IRC:
<ause> paveljanik: could you try to remove the leading "@" in
"config/mh-solaris"? (@$(GEN_DEPS.c) $< > $@)
<ause> paveljanik: maybe the visible commandline reveals something...
--> MagusG_ ([EMAIL PROTECTED]) has joined
<paveljanik> generating dependency information for stubdata.c
<paveljanik> cc -xM -DHAVE_CONFIG_H -libmil -I../common -I../common stubdata.c
> stubdata.d
<paveljanik> I'm going to check if cc also outputs to stderr...
<paveljanik> bash-2.05$ cc pokus.c >/dev/null
<paveljanik> bash-2.05$ cc pokus.c 2>/dev/null
<paveljanik> Notice: The Early Access serial number will expire in 3 days.
<paveljanik> In order to purchase the product, visit
http://www.sun.com/forte/buy.html
<paveljanik> or contact your Forte Tools reseller.
<paveljanik> bash-2.05$
<paveljanik> So it looks like compiler error ;-)
bash-2.05$ cc -E pokus.c 2>/dev/null
Notice: The Early Access serial number will expire in 3 days.
In order to purchase the product, visit http://www.sun.com/forte/buy.html
or contact your Forte Tools reseller.
# 1 "pokus.c"
void main () {
}
#ident "acomp: Sun C 5.5 Patch 112760-15 2004/11/10"
bash-2.05$
And its preprocessor even produces wrong preprocessor output:
bash-2.05$ cc -E pokus.c 2>/dev/null
Notice: The Early Access serial number will expire in 3 days.
In order to purchase the product, visit http://www.sun.com/forte/buy.html
or contact your Forte Tools reseller.
# 1 "pokus.c"
void main () {
}
#ident "acomp: Sun C 5.5 Patch 112760-15 2004/11/10"
bash-2.05$
Heiner: can you please take this over and report?
---------------------------------------------------------------------
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]