
jonathan at snetram
Sep 24, 2009, 12:18 AM
Post #1 of 7
(869 views)
Permalink
|
|
Re: [mythtv-commits] mythtv commit: r22015 by nigel
|
|
On 24-9-2009 4:55, mythtv [at] cvs wrote: > Author: nigel > Date: 2009-09-24 02:55:02 +0000 (Thu, 24 Sep 2009) > New Revision: 22015 > Changeset: http://cvs.mythtv.org/trac/changeset/22015 > > Modified: > > trunk/packaging/Win32/build/win32-packager.pl > > Log: > > Enable MythGallery. Closes #5992. Closes #7133. > Sorry - also ups the default version number. > Resulting binary only lightly tested. Nigel, Even with the symbolic link in place: bash.exe"-3.1$ ls -la /bin/libexif* -rwxr-xr-x 1 jonathan.martens Administrators 370639 Sep 23 21:25 /bin/libexif-12 .dll -rwxr-xr-x 1 jonathan.martens Administrators 370639 Sep 23 21:25 /bin/libexif.dl l bash.exe"-3.1$ I still get the same error: make[2]: Entering directory `/u/mythtv/mythplugins/mythgallery/mythgallery' g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel oc -Wl,-s -mthreads -Wl -shared -Wl,--out-implib,liblibmythgallery.a -o libmythg allery.dll object_script.libmythgallery -L'u:/Qt/4.5.2/lib' -lopengl32 -lglu32 -lgdi32 -luser32 -LU:/mythtv/build//lib -LU:/mythtv/build//lib -lfreetype -lmp3l ame -lmythdb-0.22 -lmythavutil-0.22 -lmythavcodec-0.22 -lmyth-0.22 -lmythui-0.22 -lmythupnp-0.22 -LU:/mythtv/build//bin -lexif -lQtSql4 -lQtXml4 -lQtOpenGL4 -lQ tGui4 -lQtNetwork4 -lQtCore4 u:/mingw-5.1.4/bin/../lib/gcc/mingw32/4.2.4/../../../../mingw32/bin/ld.exe: cann ot find -lexif collect2: ld returned 1 exit status make[2]: *** [libmythgallery.dll] Error 1 make[2]: Leaving directory `/u/mythtv/mythplugins/mythgallery/mythgallery' make[1]: *** [sub-mythgallery-make_default] Error 2 make[1]: Leaving directory `/u/mythtv/mythplugins/mythgallery' make: *** [sub-mythgallery-make_default] Error 2 bash.exe"-3.1$ If I compile libexif for mingw like suggested in my patch I do not get any error anyhow, do you still have it lying around somewhere in /mingw/lib? As soon as I build for mingw and rerun make for the plugins it builds OK, without it does not. Kind regards, Jonathan _______________________________________________ mythtv-dev mailing list mythtv-dev [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
|