search for: ymous

Displaying 3 results from an estimated 3 matches for "ymous".

Did you mean: nymous
2003 Jun 17
2
[LLVMdev] Re: Autoconf
...can explicitly ask for executable heap space. The only systems I know of that don't play nice with mmap are nasty old ones like DYNIX and SCO, and (grimace) Windows... I don't think we have to worry about the former. The latter may work under Cygwin...I'm not sure yet. We need MAP_ANON(YMOUS) and PROT_EXEC for this. -Brian -- gaeke at uiuc.edu
2003 Jun 17
0
[LLVMdev] Re: Autoconf
...for executable heap space. > The only systems I know of that don't play nice with mmap are nasty old ones > like DYNIX and SCO, and (grimace) Windows... I don't think we have to worry > about the former. The latter may work under Cygwin...I'm not sure yet. > We need MAP_ANON(YMOUS) and PROT_EXEC for this. DYNIX/PTX supports correct mmap for at least PTX 4.2, and has been EOL'd at any rate. If mmap is not available we can always fall back to using mprotect (or some other similar feature), and if that is not available either, the system doesn't deserve to be running...
2011 Sep 28
0
FLAC::Encoder::Stream == "FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA"
I'm using flac-1.2.1 and visual studio 2010 on windows xp sp3 and I want to compress raw CDDA with the stream encoder to a file. But I just can't get the flac encoder to work, the encoder always returns an error enc.get_state() == "FLAC__STREAM_ENCODER_VERIFY_MISMATCH_IN_AUDIO_DATA" get_verify_decoder_state() == "FLAC__STREAM_DECODER_READ_FRAME" this is the code I