Hi!

Since 0.9.1 doesn't compile I've d/l today's cvs source. Unfortunately
it fails to compile as of unfinished changes (either the inittestmodule
should be back to initmodule, or rename the files to inittestmodule.c).

I'm sending a patch that fixes it temporarily for me.

Grats,
[EMAIL PROTECTED]
diff -urN pygsl-20080429/setup.py pygsl-20080429.new/setup.py
--- pygsl-20080429/setup.py	2008-02-09 17:45:44.000000000 +0100
+++ pygsl-20080429.new/setup.py	2008-04-29 12:38:38.892187042 +0200
@@ -107,8 +107,8 @@
                          python_min_version=(2,1),
                          )
 exts.append(pygsl_init)
-pygsl_init=gsl_Extension("inittest",
-			 ['src/init/inittestmodule.c'],
+pygsl_init=gsl_Extension("init",
+			 ['src/init/initmodule.c'],
                          gsl_min_version=(1,),
                          define_macros = macros,
                          python_min_version=(2,1),
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
pygsl-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pygsl-discuss

Reply via email to