Differents build process on windows and linux

Bug #603167 reported by Fabricio
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libIM7
Won't Fix
Low
Fabricio

Bug Description

Since revision 11, there are different build process for windows and linux.

On linux, it relies on system installed zlib-dev package, and link ReadIM* shared object against zlib library. All of this can be managed within distutils, producing a _im7.so shared object that ctypes can load.

On windows, zlib is not usually system installed. So it has to be shipped in the package. Moreover distutils build process lead to a _im7.pyd library that ctypes can not load as it looks for a .dll file. Scons is thus invoked to build the shared library.

Fabricio (silva)
Changed in libim7:
status: New → Won't Fix
importance: Undecided → Low
assignee: nobody → Fabricio (silva)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.