-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
building in linux64 #14
Comments
Same problem with OS X 64 bit. |
This lib is essentially deprecated. Oauth1 and 2 are supported now in ofxHTTP. |
Ok, can you mark it as such? I'm looking into making ofxTwitter work for a student and seems like I have to essentially rebuild it now. Wee. |
I have an unpublished twitter addon that uses ofxhttp and oauth1. give me a few minutes and it may be ready for you ... |
That would be great as it appears the current ofxTwitter addons keep getting abandoned :P |
Also, if this addon is now legacy, I'd close all the issues and PR's and loudly proclaim "this is done, look elsewhere". :) |
Yes ... it's somewhere about 87 on my todo list ... as soon as I publish ofxTwitterTools, I'll do it :) |
Hi I tried to build one of the examples from ofxOAuth and I got this error:
In file included from ../../../addons/ofxOAuth/libs/libcurl/include/curl/curl.h:35:0, from ../../../addons/ofxOAuth/src/ofxOAuth.cpp:37: ../../../addons/ofxOAuth/libs/libcurl/include/curl/curlrules.h: At global scope: ../../../addons/ofxOAuth/libs/libcurl/include/curl/curlrules.h:143:41: error: size of array ‘**curl_rule_01**’ is negative [CurlchkszEQ(long, CURL_SIZEOF_LONG)]; ^
I remove libcurl from the libs folder to use the system version, this worked. I think the included libcurl is a 32 bit version?
The text was updated successfully, but these errors were encountered: