我正在尝试在树莓派上为在Mac上完美运行的openframeworks编译一个addon。我得到了。
ofxSocketIO.cpp:(.text+0xd4c): undefined reference to sio::socket::emit(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, sio::message::list const&, std::function<void (sio::message::list const&)> const&)
collect2: error: ld returned 1 exit status
我知道这是一个链接器问题,因此我尝试将文件移至相同的目录,并将其从#include <sio_client.h>
更改为#include "sio_client.h"
,以查看它是否可以链接它,但不能链接。但请注意。还有什么呢?