[Mono-bugs] [Bug 606376] New: Regression in 2.6.4: Missing GLib include path when using pkg-config

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 17 09:11:03 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=606376

http://bugzilla.novell.com/show_bug.cgi?id=606376#c0


           Summary: Regression in 2.6.4: Missing GLib include path when
                    using pkg-config
    Classification: Mono
           Product: Mono: Runtime
           Version: 2.6.x
          Platform: x86
        OS/Version: Mac OS X 10.6
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: laurent.etiemble at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.38 Safari/533.4

The include path to GLib is missing from the mono's cflags when using
pkg-config with Mono 2.6.4. This is a regresssion from Mono 2.6.3.

Reproducible: Always

Steps to Reproduce:
1. Install 2.6.4 framework and CSDK
2. Execute "pkg-config --cflags mono"
3. GLib include path is missing

Actual Results:  
In 2.6.4, the "pkg-config --cflags mono" command returns:

-D_THREAD_SAFE
-I/Library/Frameworks/Mono.framework/Versions/2.6.4/include/mono-1.0  

Expected Results:  
The "pkg-config --cflags mono" command should return (as in 2.6.3):

-D_THREAD_SAFE -D_REENTRANT
-I/Library/Frameworks/Mono.framework/Versions/2.6.3/include/mono-1.0
-I/Library/Frameworks/Mono.framework/Versions/2.6.3/include/glib-2.0
-I/Library/Frameworks/Mono.framework/Versions/2.6.3/lib/glib-2.0/include  



This regression is a major issue that may prevent a proper embedding of Mono
inside a bundle under Mac OS X.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list