Re: RTMPDump - how do I compile source code in Windows?Code:
Generate test_suite_aes.c |
Re: RTMPDump - how do I compile source code in Windows?You need to install Perl
mingw-get install msys-perl |
Re: RTMPDump - how do I compile source code in Windows?Thanks for walking me through this.
|
Re: RTMPDump - how do I compile source code in Windows?I've tried following the directions here by svnpenn and I've gotten polarssl to compile but I cant get RTMPdump to.
I get the error below. Can someone help me out? Code:
c:\Projects\rtmpdump>make SHARED= SYS=mingw CRYPTO=POLARSSL LIBZ="-lz -static" |
Re: RTMPDump - how do I compile source code in Windows?Hmm. I also had some problems compiling RTMPdump. But it seems to me that your polarssl installation is not correct. For example "ssl_default_ciphers" is a function that should be in here: "C:\MinGW\include\polarssl\ssl.h"
Maybe this command "make DESTDIR=/MinGW install" (copies files into the root directory of your MinGW installation) failed. Verify that these directories do exit: C:\MinGW\include\polarssl\*some_polarssl_files* C:\MinGW\bin\*some_polarssl_files* C:\MinGW\lib\libpolarssl.a Btw, I also could only compile RTMPDump in this constellation: mingw-get-inst-20110530.exe -Use pre-packaged repository catalogues -Selected: MinGW Developer Kit (includes Perl) polarssl-0.14.3-gpl.tgz |
Re: RTMPDump - how do I compile source code in Windows?http://lists.mplayerhq.hu/pipermail/rtmpdump/2011-September/001627.html
[rtmpdump] branch master updated. 6230845 PolarSSL support now requires version 1.0.0. Author: Howard Chu <hyc at highlandsun.com> AuthorDate: Sun Sep 25 03:07:14 2011 -0700 |
Re: RTMPDump - how do I compile source code in Windows?Does anyone tried to compile latest source from GIT?
Quote:
Quote:
Quote:
|
Re: RTMPDump - how do I compile source code in Windows? |
Re: RTMPDump - how do I compile source code in Windows?Does this still work ?
I did everything like in the article, but I get a load of 'undefined reference to' errors when issuing the command to make librtmp (the last make command). The only different thing i did was not using git from inside MinGW to download the source. (of course i edited the make command so it wouldn't use the git version tag) You can see what i mean in this screenshot |
Re: RTMPDump - how do I compile source code in Windows?Quote:
Honestly I dont know how you were able to mess it up. |
All times are GMT -6. The time now is 01:00 AM. |