tdmartin102 / ajrdatabase

An OpenSource implementation of Apple's Objective-C Enterprise Objects framework
22 stars 9 forks source link

Building on Mojave #12

Open strausz opened 5 years ago

strausz commented 5 years ago

Hola! I am trying to build the frameworks in Mojave (osx 10.14.1); so far I can build control and access frameworks (with some warnings, but it completes the building). However, I am missing some dependencies for the adaptors, namely:

/usr/local/include/oracle /usr/local/mysql/include /Library/Frameworks/OpenBaseAPI.framework /Library/Frameworks/OpenBaseNet.framework /usr/local/lib/libpq.a /usr/local/lib/libocci.dylib /usr/local/lib/libclntsh.dylib

Is there an easy way to solve this?