I'm the new maintainer of amaya fink package, sorry if I dont understand each subtleties of fink.
But I think this probleme is due to a LDFLAG mistake, it shoiuld be : LDFLAGS='-Wl,-search_paths_first'
try with the new amaya.info in attachments
Stephane
Claus Atzenbeck wrote:
Hi,
I was trying to compile amaya-8.4-23 with fink. However, it fails.
Here are the last few lines before the building fails:
*************************** make[5]: Nothing to be done for `all-am'. libraptor is installed g++ -search_paths_first -L/sw/lib -o ../bin/amaya wxdialog/InitConfirmDlgWX.o wxdialogapi.o AmayaApp.o wxAmayaTimer.o wxAmayaSocketEvent.o wxAmayaSocketEventLoop.o EDITORAPP.o HTMLAPP.o TextFileAPP.o XLinkAPP.o XMLAPP.o AHTURLTools.o EDITORactions.o EDITimage.o EDITstyle.o HTMLactions.o HTMLbook.o HTMLedit.o HTMLform.o HTMLhistory.o HTMLimage.o HTMLpresentation.o HTMLsave.o HTMLtable.o html2thot.o init.o libmanag.o MENUconf.o XLinkbuilder.o XLinkedit.o templates.o trans.o transparse.o UIcss.o Xml2thot.o Xmlbuilder.o XHTMLbuilder.o XPointer.o XPointerparse.o AHTBridge.o AHTFWrite.o answer.o query.o AHTMemConv.o AHTInit.o anim.o animbuilder.o SVGAPP.o SVGbuilder.o SVGedit.o TimelineAPP.o MathMLAPP.o MathMLbuilder.o Mathedit.o libCSS.a ../annotlib/libAnnot.a .../libraptor/.libs/libraptor.a -L../thotlib -L.. -lThotEditor -ljpeg -lpng -lz -L../libwww/Library/src/.libs -lwwwapp -lwwwhttp -lwwwhtml -lwwwmime -lwwwcache -lwwwstream -lwwwfile -lwwwdir -lwwwtrans -lwwwcore -lwwwutils -lwwwzip -lwwwftp -lwwwdav -L../libwww/modules/md5/.libs -lmd5 .../libwww/modules/expat/.libs/libexpat.a -L/sw/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lglib -lintl -lXext -lX11 -lm -lgdk_imlib -L/usr/X11R6/lib -lXt -lXp -lSM -lICE -lXext -lX11 -ldl -lm g++: unrecognized option `-search_paths_first' ld: warning prebinding disabled because dependent library: /sw/lib/libjpeg.62.dylib is not prebound ld: Undefined symbols: _HTCache_resetMeta make[1]: *** [../bin/amaya] Error 1 make: *** [amaya_prog] Error 2 ### execution of cd failed, exit code 2 Failed: compiling amaya-8.4-23 failed ***************************
Any ideas?
Greetings, Claus
------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
Package: amaya
Version: 8.4
Revision: 24
Maintainer: Stephane GULLY <[EMAIL PROTECTED]>
Depends: glib-shlibs, imlib-shlibs (>= 1.9.14-2), gtk+-shlibs, gettext,
libjpeg-shlibs, libpng3-shlibs
BuildDepends: glib, gtk+, imlib (>= 1.9.14-2), libjpeg, libpng3, gettext-bin,
gettext-dev
Conflicts: amaya-gtk
Replaces: amaya-gtk
Source: mirror:custom:amaya-src-%v.tgz
CustomMirror: <<
Primary: http://www.w3.org/Amaya/Distribution
ftp-US: ftp://ftp.w3.org/pub/amaya
<<
SourceDirectory: Amaya
CompileScript: <<
mkdir Darwin
cd 'Darwin' && LDFLAGS='-Wl,-search_paths_first' && ../configure --with-gtk
--with-dav --prefix=%p/share --bindir=%p/bin && make
<<
InstallScript: <<
cd 'Darwin' && make install prefix=%i/share bindir=%i/bin
cd %i/bin && ln -sf ../share/Amaya/applis/bin/amaya amaya
<<
DocFiles: README README.amaya amaya/COPYRIGHT
Description: W3C's Editor/Browser
DescDetail: <<
Amaya is a complete web browsing and authoring
environment and comes equipped with a "WYSIWYG style"
of interface, similar to that of the most popular commercial
browsers. With such an interface, users can easily generate
HTML and XHTML pages, as well as CSS style sheets, MathML
expressions, and SVG drawings (full support of SVG is not yet
available, though).
Amaya includes a collaborative annotation application based
on Resource Description Framework (RDF), XLink, and
XPointer.
<<
DescPackaging: <<
Slight hack to make Amaya install in /sw/share/Amaya with
link from /sw/bin/amaya to amaya executable. (Default would
have /sw/Amaya, which isn't pretty).
<<
License: OSI-Approved
Homepage: http://www.w3.org/Amaya/
Source-MD5: cb624c3d29f636c13f5d3704aaf9f6b9
