How to work around this compiler bug

2010-05-01 Thread Christopher Zimmermann
Hi, the following piece of code compiles fine using g++ 4.2.4, but fails using g++ 3.3.5 in the base system: error: operands to ?: have different types It is part of ptlib, which is the base library for opal, which in turn is needed for ekiga, which I'm trying to port. What is your

Re: How to work around this compiler bug

2010-05-01 Thread Landry Breuil
On Sat, May 1, 2010 at 11:39 AM, Christopher Zimmermann madro...@zakweb.de wrote: Hi, the following piece of code compiles fine using g++ 4.2.4, but fails using g++ 3.3.5 in the base system: error: operands to ?: have different types It is part of ptlib, which is the base library for opal,

Re: How to work around this compiler bug

2010-05-01 Thread Marc Espie
On Sat, May 01, 2010 at 11:39:00AM +0200, Christopher Zimmermann wrote: Hi, the following piece of code compiles fine using g++ 4.2.4, but fails using g++ 3.3.5 in the base system: error: operands to ?: have different types It is part of ptlib, which is the base library for opal, which

Curso: RECLUTAMIENTO Y SELECCION DE PERSONAL

2010-05-01 Thread Servicios Visión Humana
V I S I S N H U M A N A Visisn Humana (Consultorma en Recursos Humanos) tiene el agrado de invitarlo al Seminario Reclutamiento y Seleccisn de Personal que se llevara a cabo en el mes de Mayo de 2010. OBJETIVO: Que el participante al finalizar el curso pueda realizar el

Re: How to work around this compiler bug

2010-05-01 Thread Michael Small
Christopher Zimmermann madro...@zakweb.de writes: Hi, the following piece of code compiles fine using g++ 4.2.4, but fails using g++ 3.3.5 in the base system: error: operands to ?: have different types How about something like this... #includeerr.h // #define WarnIfNULL(x) ((x) ? (x) :

Forking and catching SIGCHLD, si_pid always contains 0.

2010-05-01 Thread Jesus Sanchez
Hi, using 4.6 release. I'm doing some code on process forking and catching signals on OpenBSD. My interest here is to catch the SIGCHLD signal and do things with the pid which sended the signal on the function called to treat it. As said in Advanced Programming in the Unix Environment

M-CORRECTOR HARDWARE SOFTWARE LIST for VW - AUDI - CHRYSLER - FORD - GMC

2010-05-01 Thread MILEAGE CORRECTION TOOLS
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN HTMLHEAD META content=text/html; charset=unicode http-equiv=Content-Type META name=GENERATOR content=MSHTML 8.00.7600.16535/HEAD BODYSPAN style=FONT-FAMILY: Verdana; COLOR: black; FONT-SIZE: 8pt DIV align=leftMILEAGE CORRECTION

Re: How to work around this compiler bug

2010-05-01 Thread Marco Peereboom
Use a less retarded language. On Sat, May 01, 2010 at 11:39:00AM +0200, Christopher Zimmermann wrote: Hi, the following piece of code compiles fine using g++ 4.2.4, but fails using g++ 3.3.5 in the base system: error: operands to ?: have different types It is part of ptlib, which is

ΠΡΟΣΦΟΡΑ ΜΑΪΟΥ 2010 - ΝΕΟ!

2010-05-01 Thread Akis Angelakis
V_ker jai v_koi, Sto sumgll]mo aqwe_o sar pqote_moule lia wq^silg jai emdiav]qousa sukkoc^ bibk_ym, cd jai dvd se idia_teqa pqomoliaj^ til^. Le vikijo}r waiqetislo}r, jgr Accek\jgr LLM, SAC Dip., Authorized Trainer Counselor S}lboukor Epiweiq^seym, Ejd|tgr, Succqav]ar. Image A Seminars,

Re: Forking and catching SIGCHLD, si_pid always contains 0.

2010-05-01 Thread Otto Moerbeek
On Sat, May 01, 2010 at 03:59:07PM +0200, Jesus Sanchez wrote: Hi, using 4.6 release. I'm doing some code on process forking and catching signals on OpenBSD. My interest here is to catch the SIGCHLD signal and do things with the pid which sended the signal on the function called to

Re: couldn't map interrupt

2010-05-01 Thread Dave Anderson
** Reply to message from Dave Anderson d...@daveanderson.com on Sun, 4 Apr 2010 20:30:15 -0400 (EDT) On Thu, 1 Apr 2010, Dave Anderson wrote: On Thu, 1 Apr 2010, Dave Anderson wrote: I've inherited an old notebook (Sony Vaio PCG-FX120) whose CardBus slots are (presumably) unusable because their

Serial port programming problems

2010-05-01 Thread Neil O'Brien
I run OpenBSD 4.6 (i386) on a PCEngines ALIX2c3, as a low power file/web/DHCP server. I would like to have this machine regularly retrieve data from an instrument which communicates over RS-232. I'm using a Prolific USB-RS232 converter (full dmesg for the ALIX below). I have no protocol

Re: Forking and catching SIGCHLD, si_pid always contains 0.

2010-05-01 Thread Jesus Sanchez
El 01/05/2010 18:14, Otto Moerbeek escribis: On Sat, May 01, 2010 at 03:59:07PM +0200, Jesus Sanchez wrote: Hi, using 4.6 release. I'm doing some code on process forking and catching signals on OpenBSD. My interest here is to catch the SIGCHLD signal and do things with the pid which

/usr directory: a system or user place?

2010-05-01 Thread Harrell
Hi list, Not no off-topic, but a little unix history oriented question. In hier(7) OpenBSD describe /usr as Contains the majority of user utilities and applications. In http://www.usna.edu/Users/cs/delooze/teaching/IC221/Lectures/LN02/class02.html they say that /usr Stands for Unix System

Re: Forking and catching SIGCHLD, si_pid always contains 0.

2010-05-01 Thread Ted Unangst
On Sat, May 1, 2010 at 9:59 AM, Jesus Sanchez zexe...@gmail.com wrote: As said in Advanced Programming in the Unix Environment book, when calling a sigaction function there is a siginfo_t * with data about the process sending the signal. On this struct, the member int si_pid contains the

Re: Forking and catching SIGCHLD, si_pid always contains 0.

2010-05-01 Thread Philip Guenther
On Sat, May 1, 2010 at 2:01 PM, Ted Unangst ted.unan...@gmail.com wrote: On Sat, May 1, 2010 at 9:59 AM, Jesus Sanchez zexe...@gmail.com wrote: As said in Advanced Programming in the Unix Environment book, when calling a sigaction function there is a siginfo_t * with data about the process

Re: /usr directory: a system or user place?

2010-05-01 Thread Chris Bennett
On 05/01/10 15:52, Harrell wrote: Hi list, Not no off-topic, but a little unix history oriented question. In hier(7) OpenBSD describe /usr as Contains the majority of user utilities and applications. In http://www.usna.edu/Users/cs/delooze/teaching/IC221/Lectures/LN02/class02.html they say

Re: /usr directory: a system or user place?

2010-05-01 Thread J.C. Roberts
On Sat, 1 May 2010 22:52:54 +0200 Harrell elbibliotecarioci...@gmail.com wrote: Hi list, Not no off-topic, but a little unix history oriented question. In hier(7) OpenBSD describe /usr as Contains the majority of user utilities and applications. In

Re: /usr directory: a system or user place?

2010-05-01 Thread Matthew Szudzik
On Sat, May 01, 2010 at 10:52:54PM +0200, Harrell wrote: So my doubt is: Is usr an abbreviation of user? If that is so (as as Chapter 4 of Greg Lehey's Porting Unix Software http://www.lemis.com/grog/Documentation/PUS/ has the following to say about the /usr directory: This directory used

Re: /usr directory: a system or user place?

2010-05-01 Thread Barry Miller
On Sat, May 01, 2010 at 10:52:54PM +0200, Harrell wrote: Is usr an abbreviation of user? ... just for curiosity, what is the origin of this directory name? Your question has already been answered, but in case you are looking for documentation, here's Dennis Ritchie (as in KR C)in the 1978

Re: /usr directory: a system or user place?

2010-05-01 Thread Rod Whitworth
On Sat, 1 May 2010 20:23:50 -0400, Barry Miller wrote: Yes, I know this is somewhat off-topic, but I think it's fascinating, like, Why'd they call it 'awk'? Now there's an acronym for you. Did you leave that as an exercise for the reader ? It's too easy and, although I'm not spoiling the

Re: /usr directory: a system or user place?

2010-05-01 Thread Denny White
On Sun, May 02, 2010 at 11:18:01AM +1000, Rod Whitworth spoke thusly: On Sat, 1 May 2010 20:23:50 -0400, Barry Miller wrote: Yes, I know this is somewhat off-topic, but I think it's fascinating, like, Why'd they call it 'awk'? Now there's an acronym for you. Did you leave that as an

Escenas Temidas del Terapeuta Familiar

2010-05-01 Thread difusion-esa
Responder a: i...@escuelasistemica.com.ar [IMAGE] Taller Vivencial ESCENAS TEMIDAS DEL TERAPEUTA FAMILIAR El objetivo fundamental es poder ampliar el sentido de la escena, cristalizado en la historia del terapeuta Coordinador: Dr. Horacio SEREBRINSKY [IMAGE] Dirigido a:Trabajadores de