- From: Irene Vatton <Irene.Vatton@inrialpes.fr>
- Date: Mon, 4 Sep 2006 10:52:18 +0200
- To: Paul <paul@all-the-johnsons.co.uk>
- Cc: Régis Boudin <regis@boudin.name>, Irene.Vatton@inrialpes.fr, www-amaya-dev@w3.org
On Saturday 02 September 2006 15:35, Paul wrote: > Hi, > > > > > A new snapshot of the future 9.52 version is now available. > > > > See http://www.w3.org/Amaya/ > > > > > > And it's still won't compile > > > > What error do you get ? I checked and built the snapshot without a > > problem. > > Running on Fedora Core 6 test 2, x86_64 > > External structure HTML > External structure MathML > External structure SVG > External structure XML > External structure TextFile > Recursive element Thread_item > Recursive element TI_content > Recursive element Topic_item > Recursive element Topic_content > Recursive element Item > Item : is a temporary element. > Topic_box : unused box > Topic_icon_box : unused box > .../../annotlib/ANNOTtools.c: In function 'char* > ANNOT_PreparePostBody(Document)': > .../../annotlib/ANNOTtools.c:2236: warning: ignoring return value of > 'char* fgets(char*, int, FILE*)', declared with attribute > warn_unused_result > .../../annotlib/ANNOTtools.c:2244: warning: ignoring return value of > 'char* fgets(char*, int, FILE*)', declared with attribute > warn_unused_result This warnings are now fixed. > .../../annotlib/ANNOTmenu.c:53: warning: 'CustomQueryBase' defined but > not used > .../../annotlib/ANNOTmenu.c:54: warning: 'CustomQueryFlag' defined but > not used > .../../annotlib/ANNOTmenu.c:55: warning: 'AlgaeText' defined but not used That's strange because in the last tarball these variables are within an #ifdef _GTK section and you're not compiling a GTK version > .../../annotlib/BMmenu.c: In function 'void > BookmarkMenuCallbackDialog(int, int, char*)': > .../../annotlib/BMmenu.c:438: error: cast from 'char*' to 'int' loses > precision > .../../annotlib/BMmenu.c: In function 'void TopicMenuCallbackDialog(int, > int, char*)': > .../../annotlib/BMmenu.c:804: error: cast from 'char*' to 'int' loses > precision > .../../annotlib/BMmenu.c: In function 'void TopicURLCallbackDialog(int, > int, char*)': > .../../annotlib/BMmenu.c:1079: error: cast from 'char*' to 'int' loses > precision These errors are now fixed > .../../annotlib/BMmenu.c:1141: warning: ignoring return value of 'char* > getcwd(char*, size_t)', declared with attribute warn_unused_result > .../../annotlib/BMmenu.c: In function 'void InitTopicURL()': > .../../annotlib/BMmenu.c:1174: warning: ignoring return value of 'char* > getcwd(char*, size_t)', declared with attribute warn_unused_result These warnings are now fixed > make[2]: *** [BMmenu.o] Error 1 > make[1]: *** [../annotlib/libAnnot.a] Error 2 > make: *** [amaya_prog] Error 2 > error: Bad exit status from /var/tmp/rpm-tmp.74985 (%build) > Bad exit status from /var/tmp/rpm-tmp.74985 (%build) > > I have a patch for this file (attached), when I try to recompile I now > get > > + umask 022 > + cd /home/paul/rpmbuild/BUILD > + LANG=C > + export LANG > + unset DISPLAY > + cd /home/paul/rpmbuild/BUILD > + rm -rf amaya-9.52 > + /bin/mkdir -p amaya-9.52 > + cd amaya-9.52 > + /bin/gzip -dc /home/paul/rpmbuild/SOURCES/amaya-fullsrc-9.52.tgz > + tar -xf - > + STATUS=0 > + '[' 0 -ne 0 ']' > ++ /usr/bin/id -u > + '[' 500 = 0 ']' > ++ /usr/bin/id -u > + '[' 500 = 0 ']' > + /bin/chmod -Rf a+rX,u+w,g-w,o-w . > + echo 'Patch #0 (BMmenu.patch):' > + patch -p1 -s > + exit 0 > + umask 022 > + cd /home/paul/rpmbuild/BUILD > + cd amaya-9.52 > + LANG=C > + export LANG > + unset DISPLAY > + mkdir -p Amaya/wx > + cd Amaya/wx > + ../configure --enable-bookmarks --prefix=/usr/lib64 --bindir=/usr/bin > --exec_prefix=/usr --with-wx --with-mesa I guess the configure doesn't allow the --enable-bookmarks with wx Try to clean up previous object subdirectory and remove that option It should work better. I re-published http://wam.inrialpes.fr/software/amaya/amaya-fullsrc-9.52.tgz -- Irène. ----- Irène Vatton INRIA Rhône-Alpes INRIA ZIRST e-mail: Irene.Vatton@inria.fr 655 avenue de l'Europe Tel.: +33 4 76 61 53 61 Montbonnot Fax: +33 4 76 61 52 07 38334 Saint Ismier Cedex - France
Received on Monday, 4 September 2006 08:53:30 UTC