libts / tslib

Touchscreen access library
GNU Lesser General Public License v2.1
621 stars 291 forks source link

build on Mac OS X #75

Open merge opened 7 years ago

merge commented 7 years ago

It would be interesting what builds on Mac OS X. Since I don't have access to a Mac, I'll write the commands for anybody to run in a Terminal:

and supsequently leave them out (enabled) one by one to see if it builds. Document which ones do.

The output of this would be interesting, so if you're on a Mac and have a few minutes to run those commands, please do. thanks!

merge commented 7 years ago

unknown platforms build just fine now. easy to do when having git, autoconf and automake.

DrankoLQ commented 7 years ago

I did execute the commands and got an error on the configure phase:

... checking that generated files are newer than configure... done configure: error: conditional "ENABLE_UCB1X00_MODULE" was never defined. Usually this means the macro was only invoked conditionally.

macOS Sierra 10.12.4

merge commented 7 years ago

did you use the suggested version 1.8? if so, could you retry with 1.11?

DrankoLQ commented 7 years ago

Yes, 1.8 failed but 1.11 works perfect! Thanks :)

merge commented 7 years ago

it would be interesting, what modules build. If you want to, use --enable-corgi and so on and collect a list of modules that work :)