Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-23 Thread via GitHub
pgiffuni closed pull request #192: Attempt to update Boost to version 1.79 URL: https://github.com/apache/openoffice/pull/192 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-23 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1868351451 Let's cancel this .. I will be providing a better suited set of changes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-22 Thread via GitHub
Pilot-Pirx commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1867948308 "Fortunately" the build always broke within the first hour. ;-) I will try another build after we have 4.1.15 released today! -- This is an automated message from the Apache Git

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1867201677 I think with some more patience (not too much more hopefully) we could get this working on Windows without much trouble but I fear this may bring trouble to other platforms. Let's take

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1867167667 Huge thanks for your incredible patience. I should be reproducing at least some of these in my platform but unfortunately I am seeing other types of breakage. I get past boost but not

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
Pilot-Pirx commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1867030487 And cppu: = Building module cppu = Entering /cygdrive/c/Source/openoffice/main/cppu/inc Entering

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
Pilot-Pirx commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1867022086 Now it goes further but breaks in 03tl: --- = Building module o3tl = Entering /cygdrive/c/Source/openoffice/main/o3tl/prj cd .. &&

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
Pilot-Pirx commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1866820251 Entering /cygdrive/c/Source/openoffice/main/sal/osl/all Compiling: sal/osl/all/debugbase.cxx C:/Source/openoffice/main/solver/450/wntmsci12.pro/inc\boost/bind/bind.hpp(30)

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
Pilot-Pirx commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1866770860 No problem! I will try another build. But maybe you could convert this PR to a Draft? -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1866768289 I committed another fix.. sorry .. it is very easy to make mistakes in this process :( -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-21 Thread via GitHub
Pilot-Pirx commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1866418932 It still breaks in module /sal: --- Entering /cygdrive/c/Source/openoffice/main/sal/osl/all Compiling: sal/osl/all/debugbase.cxx

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-20 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1865215381 Should work now: only issue is that patch-clang doesnt apply cleanly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-20 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1864585211 More header issues detected changes coming. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-20 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1864530603 I think found the issue, on file openoffice/main/boost/prj/d.lst line 110, please insert: mkdir: %_DEST%\inc%_EXT%\boost\config\detail -- This is an automated message from

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-19 Thread via GitHub
Pilot-Pirx commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1863521805 = Building module sal = Entering /cygdrive/c/Source/openoffice/main/sal/inc Entering /cygdrive/c/Source/openoffice/main/sal/rtl/source

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-19 Thread via GitHub
pgiffuni commented on PR #192: URL: https://github.com/apache/openoffice/pull/192#issuecomment-1863423679 The last commit was not meant to be part of the PR, but you can take it as well ;) -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-19 Thread Matthias Seidel
Hi Pedro, I will try to build this PR on Windows, when time permits... Regards,    Matthias Am 19.12.23 um 20:31 schrieb pgiffuni (via GitHub): pgiffuni opened a new pull request, #192: URL: https://github.com/apache/openoffice/pull/192 Newer versions of boost will require a C++14

[PR] Attempt to update Boost to version 1.79 [openoffice]

2023-12-19 Thread via GitHub
pgiffuni opened a new pull request, #192: URL: https://github.com/apache/openoffice/pull/192 Newer versions of boost will require a C++14 enabled compiler to build. Older versions are really painful to patch to work with newer compilers. This version includes pretty much all the patches