From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30160 invoked by alias); 21 Jun 2012 22:57:21 -0000 Received: (qmail 30149 invoked by uid 22791); 21 Jun 2012 22:57:20 -0000 X-SWARE-Spam-Status: No, hits=-5.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_GT,TW_WX,TW_XG X-Spam-Check-By: sourceware.org Received: from mail-wi0-f177.google.com (HELO mail-wi0-f177.google.com) (209.85.212.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 21 Jun 2012 22:57:04 +0000 Received: by wibhm11 with SMTP id hm11so36851wib.12 for ; Thu, 21 Jun 2012 15:57:02 -0700 (PDT) Received: by 10.180.82.195 with SMTP id k3mr328590wiy.9.1340319422814; Thu, 21 Jun 2012 15:57:02 -0700 (PDT) Received: from localhost.localdomain (host-2-96-99-49.as13285.net. [2.96.99.49]) by mx.google.com with ESMTPS id fo7sm48507084wib.9.2012.06.21.15.57.01 (version=SSLv3 cipher=OTHER); Thu, 21 Jun 2012 15:57:01 -0700 (PDT) Message-ID: <4FE3A6C0.10706@googlemail.com> Date: Thu, 21 Jun 2012 22:57:00 -0000 From: David Fernandez User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: ecos-discuss@ecos.sourceware.org References: <4FE22BA0.6040705@googlemail.com> In-Reply-To: <4FE22BA0.6040705@googlemail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: configtool for linux building problems. X-SW-Source: 2012-06/txt/msg00031.txt.bz2 As people is quite busy these days, I eventually find the answer myself: The best ecos help page for configtool and host tools in general is http://www.ecoscentric.com/devzone/configtool.shtml, the README.txt in ecos/host/tools/configtool/standalone/wxwin gives a make recipe that is less flexible then the one indicated in the web page. 1.- The link to wxGTK-2.8.8 sources in the above, or any other wxGTK-2.8.x sources are ok, but require a few tricks. After configuring, building, and installing, as indicated in the eCosCentric web page for configtool, while in the wxGTK build folder (not the sources one) do: cd contrib/src/gizmos make sudo make install This should get the gizmos library and headers installed, which do not seem to install by default. 2.- Edit the makefile.gnu in ecos/host/tools/configtool/standalone, and add to the line EXTRALDFLAGS, at the end, after leaving a space, -lX11 3.- Build configtool as indicated in http://www.ecoscentric.com/devzone/configtool.shtml sudo make -f /ecos/host/tools/configtool/standalone/wxwin/makefile.gnu \ install WXDIR= ECOSSRCDIR=/ecos/host \ INSTALLDIR= The makefile.gnu has the full possible options, but if your tcl is properly installed, only the ones shown above will be necessary. N.B. wxGTK-2.9 has either integrated gizmos into normal wxGTK source folders, or moved part of it to "wxCode" (perhaps an additional package to configure --with-wxcode, but not sure). Hopefully I'll be able to find this the next time... Although it would be good to update the ecos.sourceware.org pages with this info, perhaps the eCosCentric ones too. By the way, if John Dallaway, or any other maintainer for configtool could confirm its maintenance status, and if what I've put above is the best way to solve the configtool build problems, that would be great. Cheers -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss