On Tue, 2011-03-08 at 06:17 -0800, Bill Kelly wrote: > Hi, > > I'm able to build clutter on mingw/win32, and I'm able to > run the interactive tests; however I'm unable to locate any > .dll files produced by the build. > > Is a separate step needed to produce the .dll files? > > Currently what is produced appears to be a static library: > > /clutter-work/clutter-cross/lib/libclutter-win32-1.0.a > /clutter-work/clutter-cross/lib/libclutter-win32-1.0.la > > I'm on the git clutter-1.6 branch now, but the result was > the same building the 1.6.6 and 1.6.8 stable releases. > > configure args are: > > $ ./configure --prefix=/clutter-work/clutter-cross --with-flavour=win32 > --enable-shared > > I did spot a line in the configure script that reads, > "enable_win32_dll=no" -- however, I didn't find anything > else referencing that flag.
I'm not exactly sure where I have that from, or if it helps, but could you try configuring with the environment variable lt_cv_deplibs_check_method="pass_all" set before building? Also the friendly folks from OpenSUSE are building a lot of win32 packages these days, including clutter: http://download.opensuse.org/repositories/windows:/mingw:/win32/openSUSE_11.4/noarch/ _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
