Re: [dev] Re: Link-Error with Boost (attachment)

2007-07-20 Thread Caolan McNamara
On Thu, 2007-07-19 at 18:47 +0200, A. Klitzing wrote:
 Forgotten attachment
 plain text document attachment (error_boost2)

That looks like that formatclipboard.obj isn't being linked into the
final library now at all. I suspect that you either *moved*
formatclipboard.obj to the EXCEPTIONOBJS section or somehow else didn't
compile it fully. 

You should have formatclipboard.obj in the SLOFILES section and the
EXCEPTIONSFILES section in sw/source/ui/uiview/makefile.mk, e.g. see
srcview.obj ?

C.


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



[dev] Re: Link-Error with Boost (attachment)

2007-07-20 Thread A. Klitzing
Thank you... I was a little bit to fast with editing that file. ;-)
Now I have a problem with creating packages. But that's another problem.

Thanks,
André


Caolan McNamara wrote:
 On Thu, 2007-07-19 at 18:47 +0200, A. Klitzing wrote:
 Forgotten attachment
 plain text document attachment (error_boost2)
 
 That looks like that formatclipboard.obj isn't being linked into the
 final library now at all. I suspect that you either *moved*
 formatclipboard.obj to the EXCEPTIONOBJS section or somehow else didn't
 compile it fully. 
 
 You should have formatclipboard.obj in the SLOFILES section and the
 EXCEPTIONSFILES section in sw/source/ui/uiview/makefile.mk, e.g. see
 srcview.obj ?
 
 C.




signature.asc
Description: OpenPGP digital signature


[dev] Re: Link-Error with Boost (attachment)

2007-07-19 Thread A. Klitzing
Forgotten attachment
../unxlngi6/slo/edtwin.o: In function `SwEditWin::KeyInput(KeyEvent const)':
edtwin.cxx:(.text+0x45c3): undefined reference to `SwFormatClipboard::Erase()'
../unxlngi6/slo/edtwin.o: In function `SwEditWin::MouseButtonUp(MouseEvent 
const)':
edtwin.cxx:(.text+0x9e07): undefined reference to 
`SwFormatClipboard::Paste(SwWrtShell, SfxStyleSheetBasePool*, bool, bool)'
edtwin.cxx:(.text+0x9e12): undefined reference to 
`SwFormatClipboard::HasContent() const'
../unxlngi6/slo/edtwin.o: In function `SwEditWin::UpdatePointer(Point const, 
unsigned short)':
edtwin.cxx:(.text+0xab3c): undefined reference to 
`SwFormatClipboard::HasContentForThisType(int) const'
../unxlngi6/slo/edtwin.o: In function `SwEditWin::MouseMove(MouseEvent const)':
edtwin.cxx:(.text+0xd75d): undefined reference to 
`SwFormatClipboard::HasContent() const'
../unxlngi6/slo/edtwin.o: In function `SwEditWin::MouseButtonDown(MouseEvent 
const)':
edtwin.cxx:(.text+0xf69b): undefined reference to 
`SwFormatClipboard::HasContent() const'
../unxlngi6/slo/view.o: In function `SwView::~SwView()':
view.cxx:(.text+0x377e): undefined reference to 
`SwFormatClipboard::~SwFormatClipboard()'
../unxlngi6/slo/view.o: In function `SwView::~SwView()':
view.cxx:(.text+0x3cbe): undefined reference to 
`SwFormatClipboard::~SwFormatClipboard()'
../unxlngi6/slo/view.o: In function `SwView::~SwView()':
view.cxx:(.text+0x41fe): undefined reference to 
`SwFormatClipboard::~SwFormatClipboard()'
../unxlngi6/slo/view.o: In function `SwView::SwView(SfxViewFrame*, 
SfxViewShell*)':
view.cxx:(.text+0x4628): undefined reference to 
`SwFormatClipboard::SwFormatClipboard()'
../unxlngi6/slo/view.o: In function `SwView::SwView(SfxViewFrame*, 
SfxViewShell*)':
view.cxx:(.text+0x5f9e): undefined reference to 
`SwFormatClipboard::SwFormatClipboard()'
../unxlngi6/slo/view1.o: In function 
`SwView::StateFormatPaintbrush(SfxItemSet)':
view1.cxx:(.text+0x3d): undefined reference to `SwFormatClipboard::HasContent() 
const'
view1.cxx:(.text+0xc0): undefined reference to 
`SwFormatClipboard::CanCopyThisType(int) const'
../unxlngi6/slo/view1.o: In function 
`SwView::ExecFormatPaintbrush(SfxRequest)':
view1.cxx:(.text+0x11c): undefined reference to 
`SwFormatClipboard::HasContent() const'
view1.cxx:(.text+0x131): undefined reference to `SwFormatClipboard::Erase()'
view1.cxx:(.text+0x206): undefined reference to 
`SwFormatClipboard::Copy(SwWrtShell, SfxItemPool, bool)'
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../unxlngi6/lib/libsw680li.so'
---* tg_merge.mk *---

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