[cairo-bugs] [Bug 5379] New: cairo.def is not copied in the build directory although required [w32 build]

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 18 11:28:28 PST 2005


Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=5379          
     
           Summary: cairo.def is not copied in the build directory although
                    required [w32 build]
           Product: cairo
           Version: 1.0.2
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P3
         Component: general
        AssignedTo: cworth at cworth.org
        ReportedBy: inbox at b-q-c.com
         QAContact: cairo-bugs at cairographics.org


Win32 build requires cairo.def to be present in the build directory, but Makefile does not ensure that it 
is the case:

Making all in src
/bin/sh ../libtool --tag=CC --mode=link mingw32-gcc  -g -O2   -o libcairo.la -rpath /usr/local/lib -
version-info 4:3:2 -no-undefined -export-symbols cairo.def cairo.lo cairo-arc.lo ...
libtool: link: symbol file `cairo.def' does not exist

Fix:
Either copy cairo.def from the source directory or change the libtool invocation to use source path

Build dateials:
cross-compile for Win32 using mingw32
../cairo-1.0.2/configure --host=mingw32          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the cairo-bugs mailing list