Bob Delaney wrote: > Once I had the gmp static libraries, I used the same source files that > successfully made a Linux shared library using Ubuntu. I edited the makefile > so as to use the new paths for the libraries. For simplicity, I dropped gmp.h > and gmpxx.h into my source folder and changed the includes to #include > "gmpxx.h" and #include "gmp.h". Also I edited the Plugins SDK files to > comment out QT references, since mine is a purely mathematical plugin. In > particular, I had to comment out all the conditional #if X_Window ... #endif, > since they gave errors in the make.
And therein lay the issue that I've run into through this entire process - we're left to spend many hours of trial and error in "fixing" the code provided by the SDK. And the push-backup and "blow-off" that we get when we request help is starting to imply to me that whoever created the SDK is no longer around at RS and those that are around are not really sure HOW the things work. > Here is my actual makefile (Note that /c is the C: drive in MSYS): > [snip] Thanks for that Makefile. I'm comparing it against my work this morning to see how different our solutions are. I'll also post my results. Tim _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
