<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#666666">
<br>
<blockquote cite="mid:4FB5D902.5040501@gmail.com" type="cite">
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-1">
<font face="Century Gothic">Hello !<br>
<br>
I ran genMakefiles and then </font><font face="Century Gothic">I
tried to compile liveMedia on FreeBSD (8 & 9 : fresh
installed systems). But I have an issue :<br>
<br>
</font><font face="Century Gothic"><font face="Lucida Console"><i>ar
crlibliveMedia.a Media.o MediaSource.o FramedSource.o
FramedFileSource.o FramedFilter.o ByteStreamFileSource.o
ByteStreamMultiFileSource.o ByteStreamMemoryBufferSource.o
BasicUDPSource.o DeviceSource.o AudioInputDevice.o
WAVAudioFileSource.o MPEG1or2Demux.o
MPEG1or2DemuxedElementaryStream.o MPEGVideoStreamFramer.o
MPEG1or2VideoStreamFramer.o
MPEG1or2VideoStreamDiscreteFramer.o MPEG4VideoStreamFramer.o
MPEG4VideoStreamDiscreteFramer.o H264VideoStreamFramer.o
H264VideoStreamDiscreteFramer.o MPEGVideoStreamParser.o
MPEG1or2AudioStreamFramer.o MPEG1or2AudioRTPSource.o
MPEG4LATMAudioRTPSource.o MPEG4ESVideoRTPSource.o
MPEG4GenericRTPSource.o MP3FileSource.o MP3Transcoder.o
MP3ADU.o MP3ADUdescriptor.o MP3ADUinterleaving.o
MP3ADUTranscoder.o MP3StreamState.o MP3Internals.o
MP3InternalsHuffman.o MP3InternalsHuffmanTable.o
MP3ADURTPSource.o MPEG1or2VideoRTPSource.o
MPEG2TransportStreamMultiplexor.o
MPEG2TransportStreamFromPESSource.o
MPEG2TransportStreamFromESSource.o
MPEG2TransportStreamFramer.o ADTSAudioFileSource.o
H263plusVideoRTPSource.o H263plusVideoStreamFramer.o
H263plusVideoStreamParser.o AC3AudioStreamFramer.o
AC3AudioRTPSource.o DVVideoStreamFramer.o DVVideoRTPSource.o
JPEGVideoSource.o AMRAudioSource.o AMRAudioFileSource.o
InputFile.o StreamReplicator.o MediaSink.o FileSink.o
BasicUDPSink.o AMRAudioFileSink.o H264VideoFileSink.o
MPEG1or2AudioRTPSink.o MP3ADURTPSink.o
MPEG1or2VideoRTPSink.o MPEG4LATMAudioRTPSink.o
MPEG4GenericRTPSink.o MPEG4ESVideoRTPSink.o
H263plusVideoRTPSink.o H264VideoRTPSink.o DVVideoRTPSink.o
AC3AudioRTPSink.o VorbisAudioRTPSink.o VP8VideoRTPSink.o
GSMAudioRTPSink.o JPEGVideoRTPSink.o SimpleRTPSink.o
AMRAudioRTPSink.o T140TextRTPSink.o TCPStreamSink.o
OutputFile.o uLawAudioFilter.o RTPSource.o
MultiFramedRTPSource.o SimpleRTPSource.o
H261VideoRTPSource.o H264VideoRTPSource.o
QCELPAudioRTPSource.o AMRAudioRTPSource.o
JPEGVideoRTPSource.o VorbisAudioRTPSource.o
VP8VideoRTPSource.o RTPSink.o MultiFramedRTPSink.o
AudioRTPSink.o VideoRTPSink.o TextRTPSink.o RTPInterface.o
RTCP.o rtcp_from_spec.o RTSPServer.o RTSPClient.o
RTSPCommon.o RTSPServerSupportingHTTPStreaming.o SIPClient.o
MediaSession.o ServerMediaSession.o
PassiveServerMediaSubsession.o
OnDemandServerMediaSubsession.o FileServerMediaSubsession.o
MPEG4VideoFileServerMediaSubsession.o
H264VideoFileServerMediaSubsession.o
H263plusVideoFileServerMediaSubsession.o
WAVAudioFileServerMediaSubsession.o
AMRAudioFileServerMediaSubsession.o
MP3AudioFileServerMediaSubsession.o
MPEG1or2VideoFileServerMediaSubsession.o
MPEG1or2FileServerDemux.o
MPEG1or2DemuxedServerMediaSubsession.o
MPEG2TransportFileServerMediaSubsession.o
ADTSAudioFileServerMediaSubsession.o
DVVideoFileServerMediaSubsession.o
AC3AudioFileServerMediaSubsession.o
MPEG2TransportUDPServerMediaSubsession.o
ProxyServerMediaSession.o QuickTimeFileSink.o
QuickTimeGenericRTPSource.o AVIFileSink.o
MPEG2IndexFromTransportStream.o
MPEG2TransportStreamIndexFile.o
MPEG2TransportStreamTrickModeFilter.o MatroskaFile.o
MatroskaFileParser.o EBMLNumber.o MatroskaDemuxedTrack.o
MatroskaFileServerDemux.o
H264VideoMatroskaFileServerMediaSubsession.o
VP8VideoMatroskaFileServerMediaSubsession.o
AACAudioMatroskaFileServerMediaSubsession.o
AC3AudioMatroskaFileServerMediaSubsession.o
MP3AudioMatroskaFileServerMediaSubsession.o
VorbisAudioMatroskaFileServerMediaSubsession.o
T140TextMatroskaFileServerMediaSubsession.o DarwinInjector.o
BitVector.o StreamParser.o DigestAuthentication.o our_md5.o
our_md5hl.o Base64.o Locale.o<br>
ar: invalid option -- e<br>
usage: ar -d [-Tjsvz] archive file ...<br>
ar -m [-Tjsvz] archive file ...<br>
ar -m [-Tabijsvz] position archive file ...<br>
ar -p [-Tv] archive [file ...]<br>
ar -q [-TcDjsvz] archive file ...<br>
ar -r [-TcDjsuvz] archive file ...<br>
ar -r [-TabcDijsuvz] position archive file ...<br>
ar -s [-jz] archive<br>
ar -t [-Tv] archive [file ...]<br>
ar -x [-CTouv] archive [file ...]<br>
ar -V<br>
*** Error code 64<br>
<br>
Stop in /usr/local/live/liveMedia.</i></font><br>
<br>
</font><font face="Century Gothic"><br>
I think that the issue comes from the absence of a space between
"cr" and </font><font face="Century Gothic"><font face="Lucida
Console"><i>"libliveMedia.a"</i></font></font><br>
<font face="Century Gothic">For solving the issue I modified the
Makefile files.<br>
<br>
</font><font face="Century Gothic"> The Makefile files contain the
following command :<br>
$(LIBRARY_LINK)$@ $(LIBRARY_LINK_OPTS) <br>
It might be $(LIBRARY_LINK) $@ $(LIBRARY_LINK_OPTS) <br>
<br>
Now the compilation works without issue, but do not complile. I
have no progs and no" make clean"...<br>
I see only .cpp files, hh files, etc. but no prog files.<br>
<br>
</font><font face="Century Gothic"><font face="Lucida Console"><i><br>
</i></font></font><font face="Century Gothic">Do you know what
I have to change for compiling with success ?<br>
<br>
Thanks and regards.<br>
C. COMPAGNON</font><br>
<font face="Century Gothic"><br>
<br>
</font> </blockquote>
</body>
</html>