To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87165
                 Issue #|87165
                 Summary|Build breaks due to missing ATL in new Windows SDK
               Component|tools
                 Version|DEV300m3
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mh
             Reported by|jeongkyu





------- Additional comments from [EMAIL PROTECTED] Tue Mar 18 01:18:45 +0000 
2008 -------
Unfortunately, Microsoft does not provide ATL through Windows SDK anymore(how
bad it is!). Thus build process should be able to skip the modules which rely on
ATL.

I found that 'DISABLE_ATL' flag handles the situation pretty well, but two more
things should be taken care of.

- '/extensions/source/activex/main' relies on ATL thus it should be skipped by
the flag.

- '/instsetoo_native' needs to handle the missing files. Currently, build breaks
with following errors in instsetoo_native.

... reading include pathes ...
... analyzing script: C:/cygwin/home/jeongkyu/DEV300_m3/solver/300/wntmsci11.pro
/bin/setup_osl.inf ...
... analyzing directories ...
    ...
------------------------------------
... languages en-US ...
... analyzing files ...
ERROR: The following files could not be found:
ERROR: File not found: directxcanvas.uno.dll
ERROR: File not found: emboleobj.dll
ERROR: File not found: emsermi.dll
ERROR: File not found: oleautobridge.uno.dll
ERROR: File not found: so_activex.dll
... cleaning the output tree ...

FYI, when I removed the items that corresponding to the missing files in
setup_osl.inf, build became ok.

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

Reply via email to