HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of dev-libs/expat/2.0.1/1


Ignore:
Timestamp:
12/17/08 08:40:30 (7 years ago)
Author:
scottmc
Comment:

new build to make shared lib

Legend:

Unmodified
Added
Removed
Modified
  • dev-libs/expat/2.0.1/1

    v1 v2  
    1   
     1(borrowed from tiltos) 
     2 * rm -f conftools/libtool.m4 
     3 * cp /boot/common/share/libtool/config/config.guess conftools/. 
     4 * cp /boot/common/share/libtool/config/config.sub conftools/. 
     5 * libtoolize 
     6 
     7If using libtool 2.x, add `AC_CONFG_MACRO_DIR([m4])' to configure.in, I put it on line 34, but probably doesn't matter too much where it's put in. 
     8 
     9 * aclocal -I conftools 
     10 * autoconf 
     11 * ./configure --prefix=/boot/common 
     12 * make 
     13 * make install 
     14 
     15 * make check 
     16 
     17{{{ 
     18~/expat-2.0.1> make check 
     19gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H -o tests/runtests.o -c tests/runtests.c 
     20gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H -o tests/chardata.o -c tests/chardata.c 
     21gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H -o tests/minicheck.o -c tests/minicheck.c 
     22/boot/home/expat-2.0.1/tests/minicheck.c: In function `srunner_run_all': 
     23/boot/home/expat-2.0.1/tests/minicheck.c:114: warning: variable `tc' might be clobbered by `longjmp' or `vfork' 
     24/boot/home/expat-2.0.1/tests/minicheck.c:119: warning: variable `i' might be clobbered by `longjmp' or `vfork' 
     25/bin/sh ./libtool --silent --mode=link gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions  -DHAVE_EXPAT_CONFIG_H  -o tests/runtests tests/runtests.o tests/chardata.o tests/minicheck.o libexpat.la 
     26make: CXX@: Command not found 
     27make: *** [tests/runtestspp.o] Error 127 
     28~/expat-2.0.1>  
     29}}} 
     30 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/