From owner-freebsd-questions Tue Oct 17 12:14:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from gateway.telecom.ksu.edu (gateway-1.telecom.ksu.edu [129.130.63.239]) by hub.freebsd.org (Postfix) with ESMTP id 6A91F37B4C5 for ; Tue, 17 Oct 2000 12:14:10 -0700 (PDT) Received: from sioux.telecom.ksu.edu(129.130.60.32) by pawnee.telecom.ksu.edu via smap (V2.0) id xma021243; Tue, 17 Oct 00 14:14:01 -0500 Message-ID: <39ECA4DC.7D5DC39A@telecom.ksu.edu> Date: Tue, 17 Oct 2000 14:13:32 -0500 From: nathan X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 4.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: c++ sockets and qt Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i'm moving into programming with c++ and have installed the qt libraries from the ports however, in looking at the API reference at trolltech.com, I see their net classes listed there, but they don't exist in my installation. for instance, qsocket.h qserversocket.h and others from their 'net module' aren't on my box [root@sabre /root]# cd `echo $QTDIR` [root@sabre qt]# cd include/ [root@sabre include]# ls qsocket.h ls: qsocket.h: No such file or directory [root@sabre include]# it just looks as if the "net module" for qt wasn't installed? any ideas? nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message