Engine icon indicating copy to clipboard operation
Engine copied to clipboard

build error on windows with gcc on msys64

Open ChandanKSingh opened this issue 3 years ago • 4 comments

There is a liker error while linking libOREData.dll, its not able to link with some regex functions from boost. image

ChandanKSingh avatar Sep 15 '22 10:09 ChandanKSingh

Hi @ChandanKSingh the error message in your screenshot seems to point to another error (multiple definition of Constraint)?

pcaspers avatar Sep 15 '22 15:09 pcaspers

Hi @pcaspers, yes it points to multiple definition of Constraint. Is it know issue?

ChandanKSingh avatar Sep 16 '22 19:09 ChandanKSingh

No, I just asked because you were talking about boost regex initially.

pcaspers avatar Sep 17 '22 08:09 pcaspers

Is there a reason why you build ORE in this way instead of just using MSVC? I don't think we will look into fixing this exotic setup to be honest.

pcaspers avatar Sep 30 '22 17:09 pcaspers