View Single Post
  #2  
Old 09-12-2011, 07:26 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: Compiling rtmpdump using MinGW, PolarSSL: Errors by installing "Polarssl 1.0.0"


Quote:
What is my mistake ???
PolarSSL 1.0.0 does not compile with MinGW. The last working version is 0.99 pre4.

http://polarssl.org/trac/ticket/35
http://polarssl.org/forum_view_topic?topic_id=188

Quote:
Is the "HEAD.tar.gz" allways the newest Version of RTMPdump?
Yes

Quote:
Is it better to select the newest snapshot?
No

Quote:
The first seven digits of the commit?
This is known as abbreviated commit hash.

Quote:
Which parts of MinGW I need?
You can do MSYS Basic System, but you will need to install Perl

Code:
mingw-get install msys-perl
Otherwise you can just use MinGW Developer ToolKit, which already includes Perl
Reply With Quote