[Mono-bugs] [Bug 652188] New: init_type_builder_generics is inside of DISABLE_REFLECTION_EMIT, but is needed even when emit is disabled.

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Nov 8 17:15:38 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=652188

https://bugzilla.novell.com/show_bug.cgi?id=652188#c0


           Summary: init_type_builder_generics is inside of
                    DISABLE_REFLECTION_EMIT, but is needed even when emit
                    is disabled.
    Classification: Mono
           Product: Mono: Runtime
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: michael at mudge.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.12)
Gecko/20101026 Firefox/3.6.12 (.NET CLR 3.5.30729)

The init_type_builder_generics function in reflection.c was inserted inside of
a DISABLE_REFLECTION_EMIT ifndef statement, removing it from builds that do not
need to support EMIT, even though init_type_builder_generics is not a part of
reflection emit, breaking the build.

Reproducible: Always

Steps to Reproduce:
1. DISABLE_REFLECTION_EMIT
2. Build.

Actual Results:  
Build error: init_type_builder_generics declared but not defined.

Expected Results:  
Successful build.

-- 
Configure bugmail: https://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