Summary: | fixes for msvc users | ||
---|---|---|---|
Product: | pkg-config | Reporter: | Todd Fisher <toddf> |
Component: | src | Assignee: | Tollef Fog Heen <tfheen> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Windows (All) | ||
URL: | http://severna.homeip.net/gtk-win32.html | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
a patch to allow pkg-config to be compilied with msvc
alloca support in msvc C library via malloc.h |
Description
Todd Fisher
2004-07-06 18:02:11 UTC
Created attachment 447 [details] [review] a patch to allow pkg-config to be compilied with msvc Created attachment 530 [details] [review] alloca support in msvc C library via malloc.h I updated the patch to include support for alloca in win32. I didn't realize the msvc c library includes an alloca function in malloc.h pkg-config already compiles perfectly under Win32 (I did it). Personally, I also do not agree with some hard-coded paths, they will most probably (or surely) break compatibility between cygwin and msys. Unless you want to add support for the dual malloc/alloca solution (but I do not understand why you should need it...), in my opinion this bug should be rejected. I'm pretty sure all the platform specific things have been shoved off onto glib, including alloca. I didn't test, but I think pkg-config should build fine from MSVC so long as a working glib is available. Please reopen if this if not the case. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.