Skip to content

"Undefined symbol" error when trying to compile TouchExtractor #2

@noah-nuebling

Description

@noah-nuebling

It seems that the external CGEventRecordPointer function cannot be found.

Here's the error:

Undefined symbols for architecture x86_64:
  "_CGEventRecordPointer", referenced from:
      -[TouchExtractorAppDelegate decodeEvents:] in TouchExtractorAppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I would love to learn how this code works. I'm already using as a basis for some very basic touch synthesis in my own little project Mac Mouse Fix. I think I might be able to use it for some really neat features if I understood this better. Thank you so much for your amazing work and for making it open source!

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