[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Commit Complete
- From: Phil Martin <Phil@xxxxxxxx>
- Date: Tue, 21 Mar 2006 17:09:23 +0000
- Subject: Re: [XaraXtreme-dev] Commit Complete
Luke,
I just updated to this new version of makefile.am and I can't link
XaraLX on the Mac any more because it can't find a bunch of _png
functions...
wxWidgets and Camelot are both newly refreshed and reconfigured on my
machine so have you got any idea why this is happening? Why does you
mac build not need a -lpng param on the link command?
Phil
On 21 Mar 2006, at 10:07, subversion@xxxxxxxxxxxxxx wrote:
Commit by : luke
Repository : xara
Revision : 698
Date : Tue Mar 21 10:07:33 GMT 2006
Changed paths:
M /Trunk/XaraLX/Makefile.am
Remove png lib from link command, since no longer needed
Diff:
Index: Trunk/XaraLX/Makefile.am
===================================================================
--- Trunk/XaraLX/Makefile.am (revision 697)
+++ Trunk/XaraLX/Makefile.am (revision 698)
@@ -17,7 +17,7 @@
bin_PROGRAMS = XaraLX
if DARWIN_LINK
XaraLX_SOURCES = Kernel/*.o wxOil/*.o tools/*.o wxXtra/*.o
- XaraLX_LDSOURCE = $(XaraLX_SOURCES) -lpng
+ XaraLX_LDSOURCE = $(XaraLX_SOURCES)
else
XaraLX_SOURCES = Kernel/libKernel.a wxOil/libwxOil.a tools/
libTools.a wxXtra/libwxXtra.a
XaraLX_LDSOURCE = -Wl,--start-group $(XaraLX_SOURCES) -Wl,--
end-group
Xara