You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to develop apps on MacOs, so this may be a stupid question.
I'm trying to compile flamerobin 0.9.7 on a Mac, but got stuck with finding the right lib and where to place it.
I'm using firebird 4.0.1-2709-ARM64.pkg, and tried using the libfbclient.dylib, libfbclient.so, libfbclient.so.2.
I noticed their is also an extension .a but I couldn't find a file libfbclient.a.
ps: I can confirm that libfbclient.dylib is build for arm64
The text was updated successfully, but these errors were encountered:
if(APPLE)
# MacOS specific stuff
# TODO: Untested, if any Mac devs want to check, please get in touch
message(WARNING "MacOS build is untested.\n"
"Please get in contact to tell us of your results.")
add_definitions(-DIBPP_DARWIN)
list(APPEND FR_LIBS -lfbclient)
I'm new to develop apps on MacOs, so this may be a stupid question.
I'm trying to compile flamerobin 0.9.7 on a Mac, but got stuck with finding the right lib and where to place it.
I'm using firebird 4.0.1-2709-ARM64.pkg, and tried using the libfbclient.dylib, libfbclient.so, libfbclient.so.2.
I noticed their is also an extension .a but I couldn't find a file libfbclient.a.
ps: I can confirm that libfbclient.dylib is build for arm64
The text was updated successfully, but these errors were encountered: