Issue 128445 - error 65280 occurred while making xml2cmp
Summary: error 65280 occurred while making xml2cmp
Status: UNCONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: external prerequisites (show other issues)
Version: 4.2.0-dev
Hardware: PC Linux 64-bit
: P5 (lowest) Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-04 15:43 UTC by yury_t
Modified: 2021-04-04 15:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description yury_t 2021-04-04 15:43:24 UTC
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.