Skip to content
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

error in libcurl / curlrules.h in 0.9.0 master branch #18

Open
moebiussurfing opened this issue Jul 23, 2015 · 11 comments
Open

error in libcurl / curlrules.h in 0.9.0 master branch #18

moebiussurfing opened this issue Jul 23, 2015 · 11 comments

Comments

@moebiussurfing
Copy link

captura de pantalla 2015-07-23 a las 4 05 38

Hey again @bakercp , any idea if I can fix this error?
Xcode 6.3.2 and 10.10.4

@bakercp
Copy link
Member

bakercp commented Jul 23, 2015

Hm. Unfortunately I have no idea about this one. I use ofxHTTP (with built-in oauth) for Twitter, etc these days.

@thinium
Copy link

thinium commented Apr 30, 2016

@bakercp I wonder if it's because libcurl is built for 32bit. I am currently trying to build 64 bit version but no luck. I got lots of undefined symbols like this:
Undefined symbols for architecture x86_64:
"_RTMP_ConnectStream", referenced from:
_rtmp_do in libcurl.a(libcurl_la-curl_rtmp.o)
"_RTMP_Alloc", referenced from:

Did you build the static library on your own? Or where did you find the libcurl static library? Thanks!

@bakercp
Copy link
Member

bakercp commented Apr 30, 2016

Yes, I think that's the problem. What are you trying to access with this library (I'm about to deprecate it as soon as I release my Twitter add-on). Everything this library can do ofxHTTP can do, without any precompiled libraries.

@thinium
Copy link

thinium commented Apr 30, 2016

I am trying to upload gif files to twitter and tumbler through my openframework application. Is your Twitter add-on a replacement of ofxOAuth? Do you think I can use ofxHTTP to do this as well? Thanks in advance!

@bakercp
Copy link
Member

bakercp commented Apr 30, 2016

hey @ukelady I'll add you to the private repo. There's an example for uploading images.

@thinium
Copy link

thinium commented Apr 30, 2016

That's awesome!! Thanks!!

On Sat, Apr 30, 2016 at 7:54 PM, Christopher Baker <notifications@github.com

wrote:

hey @ukelady https://github.com/ukelady I'll add you to the private
repo. There's an example for uploading images.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#18 (comment)

@bakercp
Copy link
Member

bakercp commented Apr 30, 2016

No problem @ukelady at some point in the very near future, I'll be releasing ofxTwitter (I just changed the name on the advice of @danomatika, who has been beta testing w/ his students). Feel free to contribute. Once I release ofxTwitter, I'll deprecate ofxOAuth (though ofxHTTP can already do oAuth1+2). See https://github.com/bakercp/ofxCloudPlatform/ for an example of an oAuth2 google client.

@thinium
Copy link

thinium commented May 5, 2016

Hi Christopher,

I've got the example project compiled! (setting up twitter app at the
moment...) Just to let you know that it requires the ofxHTTP develop
branch. The master branch is too outdated for ofxTwitter

On Sat, Apr 30, 2016 at 8:41 PM, Christopher Baker <notifications@github.com

wrote:

No problem @ukelady https://github.com/ukelady at some point in the
very near future, I'll be releasing ofxTwitter (I just changed the name on
the advice of @danomatika https://github.com/danomatika, who has been
beta testing w/ his students). Feel free to contribute. Once I release
ofxTwitter, I'll deprecate ofxOAuth (though ofxHTTP can already do
oAuth1+2). See https://github.com/bakercp/ofxCloudPlatform/ for an
example of an oAuth2 google client.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#18 (comment)

@bakercp
Copy link
Member

bakercp commented May 5, 2016

Yes, it definitely requires ofxHTTP develop, sorry that wasn't clear. When I release ofxTwitter, I'll push ofxHTTP develop to master. Glad it's working.

@awilkie1
Copy link

Has there been any progress on fixing the twitter example or a new ofxTwitter addon ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants