Hi, Frank

First of all, Than you very much for the advice.
In this past week , I had re-build m226 all, but the same error is sill there, 
so I re-download the modules occured errors at compile time, svx,dbaccess and 
reportdesign of m226, But, the thing was sill not smooth. There has been a new 
link error in reportdesign.

rptui.lib(ReportSection.obj) : error LNK2019: unresolved external symbol "__dec
spec(dllimport) public: class SdrPaintWindow * __thiscall SdrPaintView::BeginDr
wLayers(class OutputDevice *,class Region const &)" ([EMAIL PROTECTED]
aintView@@QAEPAVSdrPaintWindow@@PAVOutputDevice@@ABVRegion@@@Z) referenced in f
nction "protected: virtual void __thiscall rptui::OReportSection::Paint(class R
ctangle const &)" ([EMAIL PROTECTED]@rptui@@MAEXABVRectangle@@@Z)
../wntmsci10.pro/bin/rptui680mi.dll : fatal error LNK1120: 1 unresolved externa
s
dmake:  Error code 2, while making '../wntmsci10.pro/bin/rptui680mi.dll'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making /cygdrive/j/src680_m226/reportdesign/u
il

The compiler is spending too much time.;(

duyunfen

> Hello Du Yunfen,
> 
>> It's still a building error of m226.;(
>> Who can give me some help,please? I'll be very grateful!
>> ...
>> **************************************************
>> ERROR: ERROR: Could not register all components for file services.rdb 
>> (gid_Starr
>> egistry_Services_Rdb)!
>> in function: create_services_rdb
>> **************************************************
> 
> This usually means you have a library which a) implements one or more
> UNO services (which are to be written into the services.rdb at this
> point) and b) cannot be loaded.
> 
> a) is true for nearly all libraries today. b) usually means you have
> some incompatibilities in your build, that is, the code in one library
> has been changed incompatibly without dependent library being
> re-compiled/re-linked.
> 
> In a usual OpenOffice.org environment, this should be difficult to do
> :), since a "build --all" in instsetoo_native should re-build the
> complete source tree as necessary.
> 
>> **************************************************
>> ERROR: Saved logfile: 
>> j:/src680_m226/instsetoo_native/wntmsci10.pro/OpenOffice/m
>> si/logging/en-US/log_SRC680_en-US.log
>> **************************************************
> 
> This log file is able to tell you which libraries could not be loaded.
> Look into the file, and find the lines saying "error: could not register
> ..." (or something like this). For the libraries named there, find out
> which modules they are built in. Re-build those modules. In a first
> attempt, try a simple "build" in the module, followed by a "deliver". If
> this doesn't change anything, re-build the module completely.
> 
> Alternatively you can use a smaller cudgel: For the affected libraries,
> do a "depends <libary>" (depends.exe is a tool from the Platform SDK, it
> should be in your build environment). It will open a UI which allows you
> to analyze in detail which are the unresolved external identifiers in
> this library. This can (once you get used to read this information) give
> you an idea where the incompatibility comes from.
> 
> Ciao
> Frank
> 
> -- 
> - Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
> - Sun Microsystems                      http://www.sun.com/staroffice -
> - OpenOffice.org Base                       http://dba.openoffice.org -
> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to