On Sat, Jul 30, 2005 at 11:21:43AM +0930, Beck, Andrew Thomas - BECAT001 wrote: > I've worked out how to post patches properly now, so I > will submit it shortly. Do you know anything about the > vmcirbuff stuff? I've been trying to sort through the > recent changes, but don't really understand what is going > on.
>From the latest patches, it appears you got it working in the end! > cheers, > andrew > > ps incidently, what timezone are you in? I'm in Hong Kong. I'm from CEST (France). But during the What-The-Hack festival http://wiki.whatthehack.org/ in NL, we were out of a timezone ;-) Glad to hear GNU Radio is alive and strong in HK. All the best! -- Stéphane - F8CFE > -----Original Message----- > From: Stephane Fillod [mailto:[EMAIL PROTECTED] > Sent: Sat 30/07/2005 5:57 AM > To: Beck, Andrew Thomas - BECAT001 > Cc: [email protected] > Subject: RE: [Discuss-gnuradio] latest version of gr_python.m4 > > Selon "Beck, Andrew Thomas - BECAT001" <[EMAIL PROTECTED]>: > > > I modified gr_python.m4 as follows so it now works under > > cygwin & mingw > > > > python_cmd=' > > import distutils.sysconfig > > import os > > path = distutils.sysconfig.get_config_var("LIBPL") > > if path == None: > > path = distutils.sysconfig.PREFIX + "/libs" > > if os.sep == "\\": > > path = path.replace("\\", "/") > > print path > > ' > > Great job Anrew. I don't know how I got it working one week ago, > maybe with an extended PATH pointing to the .dll file. Anyway, > your solution of pointing to the import library is much cleaner. > > Eric, can you commit that new version into gr_python.m4 ? > We tested it with Martin, and it also works fine for us > under MinGW and Cygwin. That should not break other systems > because that python script is only run for *mingw*|*cygwin* hosts. > Oh yes, the new gr_python.m4 file will need to be copied over > all the other gr modules.. > > > Cheers > -- > Stephane > > _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
