search for: 2all

Displaying 4 results from an estimated 4 matches for "2all".

Did you mean: 2_all
2006 Apr 04
2
Error in pcm_wrapper.c release 1.1.12
Please, I need your help! I'm not able to compile.... typedef struct { } PCMMode; static PCMMode ; int pcm_mode_query(const void *mode, int request, void *ptr) { /*const PCMMode *m = (const PCMMode*)mode;*/ switch (request) { default: speex_warning_int("Unknown nb_mode_query request: ", request); return -1; } return 0; } /* Default mode
2006 Apr 04
1
Error in pcm_wrapper.c release 1.1.12
...t able to compile.... > > > typedef struct { > > } PCMMode; > > It's wrong in pure C, there must be at least one field. Then just add int dummy. Actually, this code is pretty much useless at the moment, so you can simply remove it from the build and it'll work. > 2All: can't compile libspeex from trunk with Microsoft compiler. The first problem is the one mentioned above, and the second is absence of keyword 'inline' when compiling as C code (__inline__ must be used instead, may be with some #ifdef's/#define's?). Your project file should be...
2010 Jan 18
1
blazer_usb vs. Ippon Smart Power Pro 1400
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello 2All. Today I had purchased Ippon Smart Power Pro 1400 UPS for my home PC. It is a higher class device relative to Ippon Back Pro model line. It has one RS232 port and one USB port to connect the monitoring station to. UPS talks with megatec protocol, RS232 works as usual. USB connection is done throug...
2003 Oct 28
2
Privilege separation
Hello! Please consider including the attached patch in the next release. It allows one to drop privilege separation code while building openssh by using '--disable-privsep' switch of configure script. If one doesn't use privilege separation at all, why don't simply allow him to drop privilege separation support completely? -- Sincerely Your, Dan. -------------- next part