Menu

#1 setup.py should pick up gtkextra-config

CVS
closed-accepted
None
5
2002-02-12
2002-02-11
No

I had to apply the following patch to get the CVS version
to build:

Index: setup.py

RCS file:
/cvsroot/python-gtkextra/python-gtkextra/setup.py,v
retrieving revision 1.2
diff -u -r1.2 setup.py
--- setup.py 3 Jan 2002 22:44:04 -0000 1.2
+++ setup.py 11 Feb 2002 17:41:29 -0000
@@ -25,8 +25,8 @@
list.append(args)
return list

-gtk_cflags = commands.getoutput("gtk-config --cflags")
-gtk_libs = commands.getoutput("gtk-config --libs")
+gtk_cflags = commands.getoutput("gtkextra-config
--cflags") + " " + commands.getoutput("gtk-config
--cflags")
+gtk_libs = commands.getoutput("gtkextra-config
--libs") + " " + commands.getoutput("gtk-config --libs")

(include_dirs, extra_compile_args) =
filteropt(gtk_cflags, "I")
(library_dirs, libraries, extra_link_args) =
filteropt(gtk_libs, "Ll")

Discussion

  • Andreas Voegele

    Andreas Voegele - 2002-02-12
    • milestone: --> CVS
    • assigned_to: nobody --> voegelas
     
  • Andreas Voegele

    Andreas Voegele - 2002-02-12
    • status: open --> closed-accepted
     

Log in to post a comment.

MongoDB Logo MongoDB