Linker error
Posted: Sun Dec 08, 2019 10:10 am
Hi,
I'm trying to get PB_Civet_Server full stack web solution for PB to work on macOS. I don't need all of it, but I can't get PB to load the library:
What do I do to fix these?
I'm trying to get PB_Civet_Server full stack web solution for PB to work on macOS. I don't need all of it, but I can't get PB to load the library:
Code: Select all
ld: warning: object file (/Users/.../pb_civet_server-master/civetweb.o) was built for newer OSX version (10.14) than being linked (10.7)
ld: warning: object file (Window.a(AddWindowTimer.o)) was built for newer OSX version (10.8) than being linked (10.7)
ld: warning: object file (Window.a(Debug.o)) was built for newer OSX version (10.8) than being linked (10.7)
ld: warning: object file (Event.a(BindEvent.o)) was built for newer OSX version (10.8) than being linked (10.7)
ld: warning: object file (Event.a(Event_DEBUG.o)) was built for newer OSX version (10.8) than being linked (10.7)
ld: warning: object file (Gadget.a(BindGadgetEvent.o)) was built for newer OSX version (10.8) than being linked (10.7)
ld: warning: object file (Gadget.a(Debug.o)) was built for newer OSX version (10.8) than being linked (10.7)
...
clang: error: linker command failed with exit code 1 (use -v to see invocation)