vranki / ExtPlane

Plugin for X-Plane flight simulator which allows reading and writing simulation properties
138 stars 44 forks source link

undefined symbol: _ZN9TcpServerC1EP7QObjectP15DataRefProvider #45

Closed lephisto closed 5 years ago

lephisto commented 5 years ago

Building ExtPlane from the latest master 14b351b84bc76de205f8529b24213eff218429a1 produces:

dlerror:/home/mephisto/X-Plane 11/Resources/plugins/extplane/64/lin.xpl: undefined symbol: _ZN9TcpServerC1EP7QObjectP15DataRefProvider

... in the X-Plane 11 logfile.

vranki commented 5 years ago

Should now link TcpServer. It's surprisingly difficult to find missing symbols but I found a new linker flag that can be used for it. It warns about X-Plane SDK's symbols also so can't be enabled by default. Any ideas how to automate this are welcome..