mainflvstreamer - Support: sr #107046, Make streams fails

 
 

sr #107046: Make streams fails

Submitter:  None
Submitted:  Wed 30 Sep 2009 01:35:59 PM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  3 - Normal Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  Mac OS
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 30 Sep 2009 01:35:59 PM UTC, original submission:  

On Mac OSX, make -f MakefileOSX streams fails with the following error :-

g++ -Wall -arch ppc -arch i386 -D_FILE_OFFSET_BITS=64   -c -o streams.o streams.cpp
streams.cpp: In function 'void processTCPrequest(STREAMING_SERVER*, int)':
streams.cpp:678: error: 'MSG_NOSIGNAL' was not declared in this scope
streams.cpp: In function 'void processTCPrequest(STREAMING_SERVER*, int)':
streams.cpp:678: error: 'MSG_NOSIGNAL' was not declared in this scope
streams.cpp:697: error: 'MSG_NOSIGNAL' was not declared in this scope
streams.cpp:697: error: 'MSG_NOSIGNAL' was not declared in this scope
lipo: can't figure out the architecture type of: /var/tmp//ccF7rHNn.out
make: * [streams.o] Error 1


This is due to MSG_NOSIGNAL not existing in OSX.  The solution is generally to set SOL_NOSIGPIPE as one of the socket options with setsockopt()

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code