Skip to content

Freetype and opencascade #35

@loopless

Description

@loopless

On Windows, if freetype.dll is anywhere in your PATH , CMake for open cascade will incorrectly pick that .DLL file as the free type "library" causing open cascade link failures. That is , it tries to link with a .DLL instead of a .LIB file. You can see this by inspecting the VS project files.

It should be picking the file "working\LibPack-1.0.0-v3.0.0-Release\lib\freetype.lib"

The solution is to make sure no freetype.dll is in your PATH directories and re-run. For example, having an installed FreeCAD bin directory in your PATH would cause this issue.

This is more a FYI than anything - there us nothing the developer can do about this , it's an obscure issue with open cascade and cmake

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions