X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] Any new geda port for Windows? Date: Fri, 18 Jan 2013 19:00:04 +0100 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 29 Message-ID: References: <8738y3iigd DOT fsf AT dome DOT home> <201301151848 DOT r0FIm62T000949 AT envy DOT delorie DOT com> <20130115191524 DOT 11400 DOT qmail AT stuge DOT se> <201301151927 DOT r0FJRdxV003764 AT envy DOT delorie DOT com> <87mwwaqjs7 DOT fsf AT dome DOT home> <87y5fs10o6 DOT fsf AT harrington DOT peter-b DOT co DOT uk> <201301180857 DOT r0I8vjTw025696 AT envy DOT delorie DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.4.11 Reply-To: geda-user AT delorie DOT com DJ Delorie wrote: >> - setenv ("GAF_INHIBIT_RCFILES", "1", 1); >> + g_setenv ("GAF_INHIBIT_RCFILES", "1", 1); > > Seems to have worked... geda-gaf-20130118.tar.gz is on the snapshots > page now. > Nice. While testing an installer based on this build, we noted that the recursive library search for symbols fails with a scheme error. I filed a bug report: https://bugs.launchpad.net/geda/+bug/1101309 It seems to be related to a not working getuid function. The PhD who student told me, the problem had already been present in the previous builds. He had tried to poke in the scheme code and succeded to disable the getuid check and set permissions of the files open to everyone. However, the paths build downstream in the library search code were defect. They showed signs of the inglorious "/" vs "\" misapprehensions. In consequence, even though there was no getuid error, the component-library-search procedure still failed. Anyone out there with good scheme proficiency _and_ access to a windows system? ---<)kaimartin(>---