From owner-freebsd-questions Thu Aug 26 16: 9:35 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home.humboldt1.com (home.humboldt1.com [206.13.45.1]) by hub.freebsd.org (Postfix) with ESMTP id CAFDC15CEA for ; Thu, 26 Aug 1999 16:09:28 -0700 (PDT) (envelope-from ognir@humboldt1.com) Received: from humboldt1.com (web3 [206.13.45.83]) by home.humboldt1.com (Pro-8.9.2/Pro-8.9.2) with SMTP id QAA07476 for ; Thu, 26 Aug 1999 16:08:33 -0700 (PDT) From: ognir@humboldt1.com Reply-To: ognir@humboldt1.com To: freebsd-questions@freebsd.org Date: Thu, 26 Aug 1999 16:08:34 -800 Subject: GGI/GII, using 3.2-STABLE X-Mailer: DMailWeb Web to Mail Gateway 1.8s, http://netwinsite.com/top_mail.htm Message-id: <37c5c8f2.6669.0@humboldt1.com> X-User-Info: 206.13.45.1 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to get GGI (General Graphics Interface) and GII (General Input Interface, used by GGI) running on my FreeBSD machine. It compiles and links very well, but when I run anything, I get these warnings (I don't have them verbatim, these are paraphrased): /lib/libc.so: warning: This program uses gets(), which is unsafe. /lib/libc.so: WARNING! des_crypt() is not available on this system! (.. more des_* warnings) /lib/libc.so: warning: This program uses f_prealloc(), which is stupid. Experimenting with the GGI demos, they run for about half of a second, and freeze up, without accepting any input at all, which leads me to believe the problem is in GII. I suppose that's why it's not in the ports collection yet ;). Is there a libdes I need to link against to make it shut up about these warnings, or should I start hacking the GII code? Has anyone else had successful experience with GGI? Thanks! -Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message