[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-07-13 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User hjs changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Jul 13 13:15:39 + 
2007 ---
.

-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-04-02 Thread hr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User hr changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Apr  2 17:49:21 + 
2007 ---
Verified.

-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-26 Thread mh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User mh changed the following:

What|Old value |New value

Target milestone|DevTools  |OOo 2.2.1





-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-22 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hjs





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 07:21:34 + 
2007 ---
pl-hjs: please have a look

-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-22 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User hjs changed the following:

What|Old value |New value

  CC|''|'sb'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 13:01:22 + 
2007 ---
makedepend (my first suspect) is innocent. it's the external include guargs that
are breaking dependency generation.

assume makedepend is to parse a.cxx an b.cxx which look like

a.cxx:
#include a.hxx
#include b.hxx

b.cxx:
#include b.hxx

with b.hxx like

#ifndef _A_HXX
#include a.hxx
#endif

where _A_HXX is the guarding define for a.hxx.

for a.cxx makedepend sees the correct dependency

a.cxx : a.hxx b.hxx

with no further includes in b.hxx. for b.cxx makedepend takes the already
generated informantion for b.hxx (no more includes) which results in

b.cxx : b.hxx

which obviously is wrong...


-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-22 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 13:15:24 + 
2007 ---
So it *is* makedepend which is broken.  It cannot assume that the information it
computed for #includex in one context can be reused for an #includex in
another context.

-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-22 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User hjs changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |43876)
switch back to one_
|  |by_one dependency generati
|  |on






--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 16:27:46 + 
2007 ---
Created an attachment (id=43876)
switch back to one_by_one dependency generation


-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-22 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 16:32:45 + 
2007 ---
while it's debatable wether the code or the tool is broken (see also #i73604#),
i'll switch back to safe but slower variant for now.

-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-22 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User hjs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 18:05:39 + 
2007 ---
applied patch in cws ause078

-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-22 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617


User hjs changed the following:

What|Old value |New value

Target milestone|---   |DevTools





--- Additional comments from [EMAIL PROTECTED] Thu Mar 22 18:09:01 + 
2007 ---
giving it a target

-
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]



[gsl-issues] [Issue 75617] Missing outdev.hxx dependa ncy in vcl build

2007-03-21 Thread martinwhitaker
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75617
 Issue #|75617
 Summary|Missing outdev.hxx dependancy in vcl build
   Component|gsl
 Version|680m205
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|martinwhitaker





--- Additional comments from [EMAIL PROTECTED] Wed Mar 21 20:11:11 + 
2007 ---
I've been working on an enhancement to OOo, during the course of which I have
added a new private field to the OutputDevice class. After doing this, when I
tried to build the vcl module, the build failed when linking the library
libvcl680li.so with a multitude of errors of the form:

../unxlngi6.pro/slo/field.o:(.data.rel.ro._ZTV11CurrencyBox[vtable for
CurrencyBox]+0x198): undefined reference to `non-virtual thunk to
Edit::dragGestureRecognized(com::sun::star::datatransfer::dnd::DragGestureEvent
const)'

If I do a clean build, the errors go away. Unfortunately the same sort of errors
appear when rebuilding modules that depend on vcl (so I ended up having to do a
full clean build).

The behaviour is repeatable with my clean build - add a dummy field to the class
and the build fails as described above, delete the dummy field and the next
build succeeds.

I'm using gcc 4.1.1 to build on a Linux system.

Quoting Stephan Bergmann from the dev mailing list:

Tried it out now myself and can confirm it (SRC680m206, unxlngi6.pro). Probably
some error in the dependencies:  While vcl/source/control/field.cxx:1.18 does
include outdev.hxx (as seen with gcc -E), outdev.hxx does not appear in the
lines for field.obj in vcl/unxlngi6.pro/misc/all_ctrl.dpslo.

Martin, please file an issue for this.

-Stephan

-
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]