← Back to team overview

kicad-developers team mailing list archive

Re: OCE vs OCC

 

I can confirm your observation. I have been using occ for some time and
don't see any issues with switching other than the build script needs to
disable oce explicitly.

lør. 16. nov. 2019 17.42 skrev Steven A. Falco <stevenfalco@xxxxxxxxx>:

> It looks like Fedora may be switching from OCE to OCC, so I'm doing a
> trial build with OCC.
>
> How would folks recommend testing the build?  I'm not sure what would be
> necessary.
>
>
> Also, I have a question about CMakeLists.txt.  Around line 91, it says:
>
> option( KICAD_USE_OCC
>     "Build tools and plugins related to OpenCascade Technology (overrides
> KICAD_USE_OCE, default OFF)"
>     OFF )
>
> Note the comment that says KICAD_USE_OCC will override KICAD_USE_OCE.
> Thus, one would think that just setting KICAD_USE_OCC=ON would be
> sufficient to automatically set KICAD_USE_OCE=OFF
>
> Also, the code at line 472 makes it look like setting KICAD_USE_OCC=ON
> would set KICAD_USE_OCE=OFF.  However, in my build, that didn't work, and I
> had to explicitly set KICAD_USE_OCE=OFF.
>
>         Steve
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>

References