Opened 20 years ago
Closed 20 years ago
#2921 closed defect (fixed)
scrollkeeper won't build
Reported by: | andrewboie@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
build process fails as follows:
andrew@dhcp007:~$ sudo port install py-gtk2 +glade Password: ---> Building scrollkeeper with target all Error: Target com.apple.build returned: shell command "cd "/Users/andrew/darwinports/dports/ textproc/scrollkeeper/work/scrollkeeper-0.3.14" && make all" returned error 2 Command output: Making all in m4 make[2]: Nothing to be done for `all'. Making all in libuuid make[2]: Nothing to be done for `all'. Making all in intl make[2]: Nothing to be done for `all'. Making all in libs if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include -DSCROLLKEEPER_STATEDIR=\""/opt/local/var"\" -L/opt/local/lib -I/opt/local/include -no-cpp- precomp -flat_namespace -undefined suppress -MT extract.lo -MD -MP -MF ".deps/extract.Tpo" \
-c -o extract.lo
test -f 'extract.c' || echo './'
extract.c; \
then mv -f ".deps/extract.Tpo" ".deps/extract.Plo"; \ else rm -f ".deps/extract.Tpo"; exit 1; \ fi rm -f .libs/extract.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/libxml2 -I/opt/local/include -I/opt/local/ include/libxml2 -I/opt/local/include -DSCROLLKEEPER_STATEDIR=\"/opt/local/var\" -L/opt/local/lib -I/opt/local/include -no-cpp-precomp -flat_namespace -undefined suppress -MT extract.lo -MD -MP -MF .deps/extract.Tpo -c extract.c -fno-common -DPIC -o .libs/extract.lo extract.c:22:26: libxslt/xslt.h: No such file or directory extract.c:23:35: libxslt/xsltInternals.h: No such file or directory extract.c:24:31: libxslt/transform.h: No such file or directory extract.c:25:31: libxslt/xsltutils.h: No such file or directory In file included from extract.c:27: /opt/local/include/libxml2/libxml/DOCBparser.h:22:2: warning: #warning "The DOCBparser module has been deprecated in libxml2-2.6.0" extract.c: In function `apply_stylesheets': extract.c:43: error: `xsltStylesheetPtr' undeclared (first use in this function) extract.c:43: error: (Each undeclared identifier is reported only once extract.c:43: error: for each function it appears in.) extract.c:43: error: parse error before "cur" extract.c:210: error: `cur' undeclared (first use in this function) extract.c:211: warning: assignment makes pointer from integer without a cast make[2]: * [extract.lo] Error 1 make[1]: * [all-recursive] Error 1 make: * [all] Error 2
Error: The following dependencies failed to build: libglade2 libgnome scrollkeeper
Change History (2)
comment:1 Changed 20 years ago by andrewboie@…
comment:2 Changed 20 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
i have commited a fix that makes sure that dp installs libxslt even if found on the base system.
installing libxslt fixed the scrollkeeper build. is libxslt listed as a dependency for scrollkeeper?