roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Add include paths for Fedora/SUSE/Arch in makefiles/setup.py #141

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Consider using pkg-config for a more portable way of finding libraries. In the 
meantime add include paths for Fedora.

For 64bit:

  /usr/lib64/glib-2.0/include
  /usr/lib64/gtk-2.0/include

For 32bit:

  /usr/lib/glib-2.0/include
  /usr/lib/gtk-2.0/include

Add these includes in:

  setup/setup.py

  client_handler/Makefile
  subprocess/Makefile
  subprocess/Makefile-libcefpythonapp
  cpp_utils/Makefile

Original issue reported on code.google.com by czarek.t...@gmail.com on 12 Oct 2014 at 11:08

GoogleCodeExporter commented 9 years ago
These paths also work for SUSE and Arch linux distributions.

Original comment by czarek.t...@gmail.com on 2 Dec 2014 at 9:14

GoogleCodeExporter commented 9 years ago
Fixed in revision e9fe54136440.

Original comment by czarek.t...@gmail.com on 4 Dec 2014 at 2:22