You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2021/04/04 15:43:24 UTC

[Issue 128445] New: error 65280 occurred while making xml2cmp

https://bz.apache.org/ooo/show_bug.cgi?id=128445

          Issue ID: 128445
        Issue Type: DEFECT
           Summary: error 65280 occurred while making xml2cmp
           Product: Build Tools
           Version: 4.2.0-dev
          Hardware: PC
                OS: Linux 64-bit
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: external prerequisites
          Assignee: issues@openoffice.apache.org
          Reporter: yury.tarasievich@gmail.com
  Target Milestone: ---

I'm trying to build TRUNK on a fairly modern  64-bit linux (mid-January
snapshot) 
GCC is 10.2.0

In xml2cmp module I'm getting this (boost_1_55_0 as downloaded by 'bootstrap'
is involved):
...
In file included from
/d/home/ty/c/+ooo/aoo45/main/solver/450/unxlngx6.pro/inc/boost/tr1/tr1/vector:16,
                 from
/d/home/ty/c/+ooo/aoo45/main/solver/450/unxlngx6.pro/inc/stl/vector:33,
                 from
/d/home/ty/c/+ooo/aoo45/main/xml2cmp/source/finder/dependy.hxx:28,
                 from
/d/home/ty/c/+ooo/aoo45/main/xml2cmp/source/finder/dependy.cxx:25:
/d/home/ty/c/+ooo/aoo45/main/solver/450/unxlngx6.pro/inc/boost/tr1/detail/config_all.hpp:101:44:
fatal error: ../10/utility: No such file or directory
  101 | #        define BOOST_TR1_STD_HEADER(name) <../__GNUC__/name>

I pottered around a little, but can only say 

that this macro's used later, e.g., in line 166, like this:
#  include BOOST_TR1_STD_HEADER(utility)

but there aren't in the TRUNK tree any boost header files put in '10' subdir or
whatever GNUC numeric version might be.

PS And system-wide boost installation can't be selectively included, 
if --with-system-libs=no has been used.

-- 
You are receiving this mail because:
You are the assignee for the issue.