Hi there,
I tried to compile qtango-5.3.9 under OSX - Yosemite. Qt packages were installed via macports, while omni, zmq, qwt and tango were compiled on the same machine.
Below the errors generated by the compiler:
In file included from tappinfo.cpp:1:
./tappinfo.h:9:69: error: unknown type name 'pid_t'
TAppInfo(const QString& appName, const QStringList& args, const pid_t pid);
^
./tappinfo.h:13:5: error: unknown type name 'pid_t'
pid_t pid;
^
tappinfo.cpp:3:75: error: unknown type name 'pid_t'
...QString& appN, const QStringList& appArgs, const pid_t appPid)
Any suggestions on how to solve the error?
Thank you in advance
compile pkg-congig 0.28 ./configure --with-internal-glib
jni.h is in /Application/Xcode
JNI_INCLUDE_DIRS=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs//MacOSX10.10.sdk/System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/
patch2
lib/cpp/server/device.cpp:850:9: error: calling a private
constructor of class ‘std::__1::__wrap_iter<Tango::PollObj **>’
//return (vector<PollObj *>::iterator)NULL;