[odb-users] gcc issue with odb compiler

Boris Kolpackov boris at codesynthesis.com
Fri Jan 12 05:35:50 EST 2024


DEMBROGE Michael <michael.dembroge at leica-geosystems.com> writes:

> 10>cc1plus.exe : error : plugin support is disabled; configure
>    with --enable-plugin

Per the instructions[1] you should be using MinGW GCC supplied with build2.
It has been configured with plugins enabled, has been tested with ODB, and
is known to work.

If you did build ODB as instructed, then perhaps you have a different g++
in your PATH? Try running the following from the command line prompt:

> where g++

This should point to C:\build2\bin\g++.exe or similar.

[1] https://codesynthesis.com/products/odb/doc/install-build2.xhtml#windows-build2



More information about the odb-users mailing list