[Live-devel] liveMedia/FreeBSD : compilation fails on ar command

Christopher COMPAGNON christopher.compagnon at gmail.com
Thu May 17 22:08:51 PDT 2012


> Hello !
>
> I ran genMakefiles and then I tried to compile liveMedia on FreeBSD (8
> & 9 : fresh installed systems). But I have an issue :
>
> /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
> ar: invalid option -- e
> usage:  ar -d [-Tjsvz] archive file ...
>         ar -m [-Tjsvz] archive file ...
>         ar -m [-Tabijsvz] position archive file ...
>         ar -p [-Tv] archive [file ...]
>         ar -q [-TcDjsvz] archive file ...
>         ar -r [-TcDjsuvz] archive file ...
>         ar -r [-TabcDijsuvz] position archive file ...
>         ar -s [-jz] archive
>         ar -t [-Tv] archive [file ...]
>         ar -x [-CTouv] archive [file ...]
>         ar -V
> *** Error code 64
>
> Stop in /usr/local/live/liveMedia./
>
>
> I think that the issue comes from the absence of a space between "cr"
> and /"libliveMedia.a"/
> For solving the issue I modified the Makefile files.
>
> The Makefile files contain the following command :
> $(LIBRARY_LINK)$@ $(LIBRARY_LINK_OPTS)
> It might be $(LIBRARY_LINK) $@ $(LIBRARY_LINK_OPTS)
>
> Now the compilation works without issue, but do not complile. I have
> no progs and no" make clean"...
> I see only .cpp files, hh files, etc. but no prog files.
>
> /
> /Do you know what I have to change for compiling with success ?
>
> Thanks and regards.
> C. COMPAGNON
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120518/784768db/attachment.html>


More information about the live-devel mailing list