@carmelo42 Ach ! désolé de vous embêter encore mais ça ne semble pas marcher : macbookpro-2:rtmpdump-2.3 Bruno$ make SYS=mingw gcc -Wall -DRTMPDUMP_VERSION=\"v2.3\" -DUSE_OPENSSL -O2 -fPIC -c -o rtmp.o rtmp.c [...] In file included from amf.c:33: bytes.h:74:2: warning: #warning "Float word order not defined, assuming the same as byte order!" [...] ld: unknown option: -soname collect2: ld returned 1 exit status make[1]: *** [librtmp.dll] Error 1 make: *** [librtmp/librtmp.a] Error 2
Maximes-MacBook-Pro:Desktop maximesikorski$ cd rtmpdump-2.3
Maximes-MacBook-Pro:rtmpdump-2.3 maximesikorski$ ls
COPYING README rtmpdump.1.html rtmpgw.8.html rtmpsuck.c
ChangeLog librtmp rtmpdump.c rtmpgw.c thread.c
Makefile rtmpdump.1 rtmpgw.8 rtmpsrv.c thread.h
Maximes-MacBook-Pro:rtmpdump-2.3 maximesikorski$ make osx
make: *** No rule to make target `osx'. Stop.
Maximes-MacBook-Pro:rtmpdump-2.3 maximesikorski$
maximesikorski 2 months ago
Merci pour cette excellente vidéo !
Je viens d'installer XCode 4.0.2
Et j'obtiens cette réponse de Terminal :
macbookpro-2:rtmpdump-2.3 Bruno$ make osx
make: *** No rule to make target `osx'. Stop.
Que faire ?
Merci
curious4734 8 months ago
@curious4734 merci pour ce gentil commentaire :)
effectivement la commande compilation a changé dans les dernières versions de rtmpdump :
make SYS=mingw
carmelo.fr
carmelo42 8 months ago
curious4734 8 months ago
Ça a marché avec make SYS=posix ...
curious4734 8 months ago
Et pourtant si, j'ai la version 3.1. J'ai lancé un DL pour la toute dernière version (3.2.3) mais pas encore testé.
whereismymind667 1 year ago
Bonjour,
Même soucis, le Terminal ne dit:
-bash: make: command not found
whereismymind667 1 year ago
@whereismymind667
si make n'est pas trouvé, je pense que c'est parce que Xcode n'est pas installé sur ton mac
carmelo42 1 year ago
salut bien ta video
mais je bloque ici
COPYING README rtmpdump.1.html rtmpgw.8.html rtmpsuck.c
ChangeLog librtmp rtmpdump.c rtmpgw.c thread.c
Makefile rtmpdump.1 rtmpgw.8 rtmpsrv.c thread.h
new-host-2:rtmpdump-2.3 siso$ make osx
-bash: make: command not found
monkey78370 1 year ago
@monkey78370
si make n'est pas trouvé, je pense que c'est parce que Xcode n'est pas installé sur ton mac
carmelo42 1 year ago
@carmelo42 j'ai la même problème... Mais j'ai installé Xcode 4 pour Mac OS X Lion
maximesikorski 2 months ago