Carl, Thanks for your prompt support. >To help us, please undo the change and run: >$ ./version.sh
okay I did as you told here is the session output ./version.sh ./version.sh: syntax error at line 8: `revision=$' unexpected (This was the reason I had changed sh to bash) >Why do you disable udp and udplite? I had seen that setting in one of the emails on this board. Now that you have asked, I removed that disable and tried to build Here is how I am building it now. bash ./configure --prefix=/tmp && gmake Here is what I get at the end of the gmake session .... .... WARNING: unknown architecture sun4v ./version.sh: syntax error at line 8: `revision=$' unexpected CC libavformat/sctp.o gcc: unrecognized option `-pthread' libavformat/sctp.c: In function `ff_sctp_recvmsg': libavformat/sctp.c:80: warning: implicit declaration of function `CMSG_SPACE' libavformat/sctp.c:91: error: structure has no member named `msg_control' libavformat/sctp.c:92: error: structure has no member named `msg_controllen' libavformat/sctp.c:100: error: structure has no member named `msg_flags' libavformat/sctp.c:102: warning: implicit declaration of function `CMSG_FIRSTHDR' libavformat/sctp.c:102: warning: assignment makes pointer from integer without a cast libavformat/sctp.c:103: warning: implicit declaration of function `CMSG_NXTHDR' libavformat/sctp.c:103: warning: assignment makes pointer from integer without a cast libavformat/sctp.c:111: warning: implicit declaration of function `CMSG_DATA' libavformat/sctp.c:111: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast libavformat/sctp.c: In function `ff_sctp_send': libavformat/sctp.c:128: error: structure has no member named `msg_controllen' libavformat/sctp.c:80: warning: redundant redeclaration of 'CMSG_SPACE' libavformat/sctp.c:80: warning: previous implicit declaration of 'CMSG_SPACE' was here libavformat/sctp.c:134: error: structure has no member named `msg_control' libavformat/sctp.c:135: error: structure has no member named `msg_controllen' libavformat/sctp.c:136: error: structure has no member named `msg_flags' libavformat/sctp.c:102: warning: redundant redeclaration of 'CMSG_FIRSTHDR' libavformat/sctp.c:102: warning: previous implicit declaration of 'CMSG_FIRSTHDR' was here libavformat/sctp.c:138: warning: assignment makes pointer from integer without a cast libavformat/sctp.c:141: warning: implicit declaration of function `CMSG_LEN' libavformat/sctp.c:143: error: structure has no member named `msg_controllen' libavformat/sctp.c:111: warning: redundant redeclaration of 'CMSG_DATA' libavformat/sctp.c:111: warning: previous implicit declaration of 'CMSG_DATA' was here libavformat/sctp.c:144: warning: passing arg 1 of `memcpy' makes pointer from integer without a cast gmake: *** [libavformat/sctp.o] Error 1 (Complete session output is in nohup.out <http://ffmpeg-users.933282.n4.nabble.com/file/n4674891/nohup.out> file. Please see the attached file) Please let me know if I should provide more details Thanks -mvelanka -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Solaris-build-problems-with-network-support-tp4674873p4674891.html Sent from the FFmpeg-users mailing list archive at Nabble.com. _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
