From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bornlibra23 Newsgroups: gmane.lisp.guile.devel Subject: Porting GNU Projects - Guile Date: Wed, 29 Jul 2009 08:14:55 -0700 (PDT) Message-ID: <24721426.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1248892404 28084 80.91.229.12 (29 Jul 2009 18:33:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Jul 2009 18:33:24 +0000 (UTC) To: Guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 29 20:33:17 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MWDxh-0001wt-6l for guile-devel@m.gmane.org; Wed, 29 Jul 2009 20:33:16 +0200 Original-Received: from localhost ([127.0.0.1]:40966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWDxg-0007mu-Eh for guile-devel@m.gmane.org; Wed, 29 Jul 2009 14:33:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWAs0-0007CG-IE for guile-devel@gnu.org; Wed, 29 Jul 2009 11:15:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWArv-00079v-L3 for Guile-devel@gnu.org; Wed, 29 Jul 2009 11:15:07 -0400 Original-Received: from [199.232.76.173] (port=51043 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWArv-00079g-Dq for Guile-devel@gnu.org; Wed, 29 Jul 2009 11:15:03 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:51382) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MWArt-0005YQ-Ja for Guile-devel@gnu.org; Wed, 29 Jul 2009 11:15:02 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MWArn-0003Fz-TK for Guile-devel@gnu.org; Wed, 29 Jul 2009 08:14:55 -0700 X-Nabble-From: awarikoo@nse.co.in X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Mailman-Approved-At: Wed, 29 Jul 2009 14:32:29 -0400 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:8984 Archived-At: Hello People I am trying to port various GNU products to Stratus OpenVOS platform including the guile project. However I am stuck currently for the lack of wide & multibyte character support. Can somebody guide me to an implementation of the same that I can port first. The glibc is also proving a monster to port for various reasons. I have tried to build the wide character support of glibc separately but it didnt workout. Can somebody isolate the code & guide me in implementing it on VOS? This is proving to be a major blocker. Please help Thanks bornlibra23 libtool: compile: "/<>/OpenSource/guile-1.8.6/build-aux/compile" gcc -DHAVE_CONFIG_H -I.. -I.. -I.. -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_SYSV -D_VOS_EXTENDED_NAMES -Wall -Wmissing-prototypes -Werror -MT libguile_la-srfi-14.lo -MD -MP -MF .deps/libguile_la-srfi-14.Tpo -c srfi-14.c -o libguile_la-srfi-14.o srfi-14.c: In function `scm_srfi_14_compute_char_sets': srfi-14.c:1531: warning: suggest parentheses around comparison in operand of | gmake[3]: *** [libguile_la-srfi-14.lo] Error 1 gmake[3]: Leaving directory `<>/OpenSource/guile-1.8.6/libguile' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `<>/OpenSource/guile-1.8.6/libguile' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `<>/OpenSource/guile-1.8.6' gmake: *** [all] Error 2 -- View this message in context: http://www.nabble.com/Porting-GNU-Projects---Guile-tp24721426p24721426.html Sent from the Gnu - Guile - Dev mailing list archive at Nabble.com.