gtkplotart error when compiling libscigraphica-2.1.1

Roland Hauff <[email protected]> Wed, 19 Oct 2005 10:44:17 -0700 (PDT)
Newsgroups gmane.comp.scigraphica.devel
Message-ID <[email protected]>
Configure seems to go fine but make dies with
gtk_plot_art_ errors and warnings.  My system is
Debian/Xandros.  Any ideas?
I have pasted first the tail of the compiler console
messages, then the WHOLE contents of the config.log (I
hope that's OK).=20

Thanks!

*********************************************************

/usr/local/include/gtk-2.0/gtk/gtktextbuffer.h:194:
warning: type defaults to `int' in declaration of
`G_GNUC_NULL_TERMINATED'
/usr/local/include/gtk-2.0/gtk/gtktextbuffer.h:194:
warning: data definition has no type or storage class
gtkplotart.c: In function `gtk_plot_art_real_init':
gtkplotart.c:223: warning: unused parameter `pc'
gtkplotart.c: In function `gtk_plot_art_gsave':
gtkplotart.c:259: warning: unused parameter `pc'
gtkplotart.c: In function `gtk_plot_art_grestore':
gtkplotart.c:264: warning: unused parameter `pc'
gtkplotart.c: In function `gtk_plot_art_clip':
gtkplotart.c:269: warning: unused parameter `pc'
gtkplotart.c:270: warning: unused parameter `area'
gtkplotart.c: In function `gtk_plot_art_clip_mask':
gtkplotart.c:278: warning: unused parameter `pc'
gtkplotart.c:279: warning: unused parameter `x'
gtkplotart.c:280: warning: unused parameter `y'
gtkplotart.c:281: warning: unused parameter `mask'
gtkplotart.c: In function `gtk_plot_art_set_dash':
gtkplotart.c:299: warning: unused parameter `offset'
gtkplotart.c: In function `gtk_plot_art_set_font':
gtkplotart.c:576: warning: unused parameter `pc'
gtkplotart.c:577: warning: unused parameter `psfont'
gtkplotart.c:578: warning: unused parameter `height'
gtkplotart.c: In function `drawstring':
gtkplotart.c:601: warning: comparison of unsigned
expression < 0 is always false
gtkplotart.c:635: warning: comparison of unsigned
expression >=3D 0 is always true
gtkplotart.c: At top level:
gtkplotart.c:218: warning: `gtk_plot_art_set_drawable'
defined butnot used
gtkplotart.c:594: warning: `drawstring' defined but
not used
make[3]: *** [gtkplotart.lo] Error 1
make[3]: Leaving directory
`/home/roland/download/libscigraphica-2.1.1/scigraphica/widgets'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/roland/download/libscigraphica-2.1.1/scigraphica'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/roland/download/libscigraphica-2.1.1'
make: *** [all] Error 2

******************************************************

This file contains any messages produced by compilers
while
running configure, to aid debugging if configure makes
a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command
line was

  $ ./configure=20

## --------- ##
## Platform. ##
## --------- ##

hostname =3D RolandsPC
uname -m =3D i686
uname -r =3D 2.6.11-x1
uname -s =3D Linux
uname -v =3D #1 Mon Apr 25 12:13:32 EDT 2005

/usr/bin/uname -p =3D unknown
/bin/uname -X     =3D unknown

/bin/arch              =3D i686
/usr/bin/arch -k       =3D unknown
/usr/convex/getsysinfo =3D unknown
hostinfo               =3D unknown
/bin/machine           =3D unknown
/usr/bin/oslevel       =3D unknown
/bin/universe          =3D unknown

PATH: /home/roland/geda-install/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1534: checking for a BSD-compatible install
configure:1588: result: /usr/bin/install -c
configure:1599: checking whether build environment is
sane
configure:1642: result: yes
configure:1667: WARNING: `missing' script is too old
or missing
configure:1675: checking for gawk
configure:1691: found /usr/bin/gawk
configure:1701: result: gawk
configure:1711: checking whether make sets $(MAKE)
configure:1731: result: yes
configure:1892: checking whether build environment is
sane
configure:1935: result: yes
configure:1989: checking for gcc
configure:2005: found /usr/bin/gcc
configure:2015: result: gcc
configure:2259: checking for C compiler version
configure:2262: gcc --version </dev/null >&5
gcc (GCC) 3.3.5 (Debian 1:3.3.5-8)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying
conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR
A PARTICULAR PURPOSE.

configure:2265: $? =3D 0
configure:2267: gcc -v </dev/null >&5
Reading specs from
/usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v
--enable-languages=3Dc,c++,java,f77,pascal,objc,ada,treelang
--prefix=3D/usr --mandir=3D/usr/share/man
--infodir=3D/usr/share/info
--with-gxx-include-dir=3D/usr/include/c++/3.3
--enable-shared --with-system-zlib --enable-nls
--without-included-gettext --enable-__cxa_atexit
--enable-clocale=3Dgnu --enable-debug
--enable-java-gc=3Dboehm --enable-java-awt=3Dxlib
--enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-8)
configure:2270: $? =3D 0
configure:2272: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2275: $? =3D 1
configure:2299: checking for C compiler default output
configure:2302: gcc  -g -O -W -Wall -DWITH_WARNINGS =20
conftest.c  >&5
configure:2305: $? =3D 0
configure:2351: result: a.out
configure:2356: checking whether the C compiler works
configure:2362: ./a.out
configure:2365: $? =3D 0
configure:2382: result: yes
configure:2389: checking whether we are cross
compiling
configure:2391: result: no
configure:2394: checking for suffix of executables
configure:2396: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   conftest.c  >&5
configure:2399: $? =3D 0
configure:2424: result:=20
configure:2430: checking for suffix of object files
configure:2452: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:2455: $? =3D 0
configure:2477: result: o
configure:2481: checking whether we are using the GNU
C compiler
configure:2506: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:2509: $? =3D 0
configure:2512: test -s conftest.o
configure:2515: $? =3D 0
configure:2528: result: yes
configure:2534: checking whether gcc accepts -g
configure:2556: gcc -c -g  conftest.c >&5
configure:2559: $? =3D 0
configure:2562: test -s conftest.o
configure:2565: $? =3D 0
configure:2576: result: yes
configure:2593: checking for gcc option to accept ANSI
C
configure:2654: gcc  -c  -g -O -W -Wall
-DWITH_WARNINGS  conftest.c >&5
configure:2657: $? =3D 0
configure:2660: test -s conftest.o
configure:2663: $? =3D 0
configure:2681: result: none needed
configure:2699: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2702: $? =3D 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2822: checking for style of include used by
make
configure:2850: result: GNU
configure:2878: checking dependency style of gcc
configure:2961: result: gcc3
configure:2980: checking for strerror in -lcposix
configure:3011: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3014: $? =3D 1
configure: failed program was:
| #line 2987 "configure"
| /* confdefs.h.  */
|=20
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|=20
| /* Override any gcc2 internal prototype to avoid an
error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return
type of a gcc2
|    builtin and then its argument prototype would
still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:3032: result: no
configure:3043: checking for gcc option to accept ANSI
C
configure:3107: gcc  -c  -g -O -W -Wall
-DWITH_WARNINGS  conftest.c >&5
configure:3110: $? =3D 0
configure:3113: test -s conftest.o
configure:3116: $? =3D 0
configure:3131: result: none needed
configure:3154: checking for a BSD-compatible install
configure:3208: result: /usr/bin/install -c
configure:3219: checking whether make sets $(MAKE)
configure:3239: result: yes
configure:3323: checking build system type
configure:3341: result: i686-pc-linux-gnu
configure:3349: checking host system type
configure:3363: result: i686-pc-linux-gnu
configure:3393: checking for ld used by GCC
configure:3456: result: /usr/bin/ld
configure:3465: checking if the linker (/usr/bin/ld)
is GNU ld
GNU ld version 2.15
configure:3477: result: yes
configure:3482: checking for /usr/bin/ld option to
reload object files
configure:3489: result: -r
configure:3494: checking for BSD-compatible nm
configure:3530: result: /usr/bin/nm -B
configure:3533: checking for a sed that does not
truncate output
configure:3615: result: /bin/sed
configure:3618: checking whether ln -s works
configure:3622: result: yes
configure:3629: checking how to recognise dependent
libraries
configure:3810: result: pass_all
configure:3822: checking command to parse /usr/bin/nm
-B output
configure:3906: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:3909: $? =3D 0
configure:3913: /usr/bin/nm -B conftest.o \| sed -n -e
's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][=20
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \>
conftest.nm
configure:3916: $? =3D 0
configure:3968: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   conftest.c conftstm.o >&5
conftest.c:6: warning: `main' is usually a function
configure:3971: $? =3D 0
configure:4015: result: ok
configure:4024: checking how to run the C preprocessor
configure:4060: gcc -E  conftest.c
configure:4066: $? =3D 0
configure:4098: gcc -E  conftest.c
configure:4097:28: ac_nonexistent.h: No such file or
directory
configure:4104: $? =3D 1
configure: failed program was:
| #line 4089 "configure"
| /* confdefs.h.  */
|=20
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4142: result: gcc -E
configure:4167: gcc -E  conftest.c
configure:4173: $? =3D 0
configure:4205: gcc -E  conftest.c
configure:4204:28: ac_nonexistent.h: No such file or
directory
configure:4211: $? =3D 1
configure: failed program was:
| #line 4196 "configure"
| /* confdefs.h.  */
|=20
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4254: checking for egrep
configure:4264: result: grep -E
configure:4269: checking for ANSI C header files
configure:4295: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4298: $? =3D 0
configure:4301: test -s conftest.o
configure:4304: $? =3D 0
configure:4393: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   conftest.c  >&5
configure: In function `main':
configure:4389: warning: implicit declaration of
function `exit'
configure:4396: $? =3D 0
configure:4398: ./conftest
configure:4401: $? =3D 0
configure:4416: result: yes
configure:4440: checking for sys/types.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for sys/stat.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for stdlib.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for string.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for memory.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for strings.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for inttypes.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for stdint.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4440: checking for unistd.h
configure:4457: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4460: $? =3D 0
configure:4463: test -s conftest.o
configure:4466: $? =3D 0
configure:4477: result: yes
configure:4503: checking dlfcn.h usability
configure:4516: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:4519: $? =3D 0
configure:4522: test -s conftest.o
configure:4525: $? =3D 0
configure:4535: result: yes
configure:4539: checking dlfcn.h presence
configure:4550: gcc -E  conftest.c
configure:4556: $? =3D 0
configure:4575: result: yes
configure:4611: checking for dlfcn.h
configure:4618: result: yes
configure:4816: checking for ranlib
configure:4832: found /usr/bin/ranlib
configure:4843: result: ranlib
configure:4896: checking for strip
configure:4912: found /usr/bin/strip
configure:4923: result: strip
configure:5133: checking for objdir
configure:5144: result: .libs
configure:5161: checking for gcc option to produce PIC
configure:5307: result: -fPIC
configure:5311: checking if gcc PIC flag -fPIC works
configure:5335: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
-fPIC -DPIC  conftest.c >&5
configure:5338: $? =3D 0
configure:5341: test -s conftest.o
configure:5344: $? =3D 0
configure:5382: result: yes
configure:5398: checking if gcc static flag -static
works
configure:5423: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   -static conftest.c  >&5
configure:5426: $? =3D 0
configure:5429: test -s conftest
configure:5432: $? =3D 0
configure:5448: result: yes
configure:5460: checking if gcc supports -c -o file.o
configure:5483: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
-o out/conftest2.o  conftest.c >&5
configure:5504: result: yes
configure:5509: checking if gcc supports -c -o file.lo
configure:5537: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
-c -o conftest.lo  conftest.c >&5
configure: In function `main':
configure:5543: warning: unused variable
`some_variable'
configure:5540: $? =3D 0
configure:5543: test -s conftest.lo
configure:5546: $? =3D 0
configure:5568: result: yes
configure:5599: checking if gcc supports -fno-rtti
-fno-exceptions
configure:5622: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
-fno-rtti -fno-exceptions -c conftest.c  conftest.c
>&5
cc1: warning: "-fno-rtti" is valid for C++ but not for
C/ObjC
configure: In function `main':
configure:5628: warning: unused variable
`some_variable'
cc1: warning: "-fno-rtti" is valid for C++ but not for
C/ObjC
configure: In function `main':
configure:5628: warning: unused variable
`some_variable'
configure:5625: $? =3D 0
configure:5628: test -s conftest.o
configure:5631: $? =3D 0
configure:5648: result: yes
configure:5659: checking whether the linker
(/usr/bin/ld) supports shared libraries
configure:6354: result: yes
configure:6359: checking how to hardcode library paths
into programs
configure:6383: result: immediate
configure:6388: checking whether stripping libraries
is possible
configure:6393: result: yes
configure:6404: checking dynamic linker
characteristics
configure:6835: result: GNU/Linux ld.so
configure:6840: checking if libtool supports shared
libraries
configure:6842: result: yes
configure:6845: checking whether to build shared
libraries
configure:6866: result: yes
configure:6869: checking whether to build static
libraries
configure:6873: result: yes
configure:7547: checking whether -lc should be
explicitly linked in
configure:7555: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
conftest.c:1: warning: `dummy' defined but not used
configure:7558: $? =3D 0
configure:7572: gcc -shared conftest.o  -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| grep  -lc=20
\>/dev/null 2\>\&1
configure:7575: $? =3D 0
configure:7588: result: no
configure:8162: checking whether to enable
maintainer-specific portions of Makefiles
configure:8171: result: no
configure:8191: checking for intltool >=3D 0.27.2
configure:8201: result: 0.33 found
configure:8258: checking for perl
configure:8276: found /usr/bin/perl
configure:8288: result: /usr/bin/perl
configure:8306: checking for XML::Parser
configure:8309: result: ok
configure:8320: checking for iconv
configure:8338: found /usr/bin/iconv
configure:8351: result: /usr/bin/iconv
configure:8360: checking for msgfmt
configure:8378: found /usr/bin/msgfmt
configure:8391: result: /usr/bin/msgfmt
configure:8400: checking for msgmerge
configure:8418: found /usr/bin/msgmerge
configure:8431: result: /usr/bin/msgmerge
configure:8440: checking for xgettext
configure:8458: found /usr/bin/xgettext
configure:8471: result: /usr/bin/xgettext
configure:8520: checking for some Win32 platform
configure:8530: result: no
configure:8543: checking for native Win32
configure:8553: result: no
configure:8691: checking for ANSI C header files
configure:8838: result: yes
configure:8854: checking for unistd.h
configure:8859: result: yes
configure:9008: checking dirent.h usability
configure:9021: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:9024: $? =3D 0
configure:9027: test -s conftest.o
configure:9030: $? =3D 0
configure:9040: result: yes
configure:9044: checking dirent.h presence
configure:9055: gcc -E  conftest.c
configure:9061: $? =3D 0
configure:9080: result: yes
configure:9116: checking for dirent.h
configure:9123: result: yes
configure:9153: checking fnmatch.h usability
configure:9166: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:9169: $? =3D 0
configure:9172: test -s conftest.o
configure:9175: $? =3D 0
configure:9185: result: yes
configure:9189: checking fnmatch.h presence
configure:9200: gcc -E  conftest.c
configure:9206: $? =3D 0
configure:9225: result: yes
configure:9261: checking for fnmatch.h
configure:9268: result: yes
configure:9286: checking for an ANSI C-conforming
const
configure:9354: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure: In function `main':
configure:9344: warning: unused variable `s'
configure:9364: warning: unused variable `foo'
configure:9325: warning: unused variable `x'
configure:9331: warning: unused variable `zero'
configure:9343: warning: `t' might be used
uninitialized in this function
configure:9361: warning: `b' might be used
uninitialized in this function
configure:9357: $? =3D 0
configure:9360: test -s conftest.o
configure:9363: $? =3D 0
configure:9374: result: yes
configure:9384: checking for inline
configure:9406: gcc -c  -g -O -W -Wall -DWITH_WARNINGS
 conftest.c >&5
configure:9409: $? =3D 0
configure:9412: test -s conftest.o
configure:9415: $? =3D 0
configure:9427: result: inline
configure:9444: checking for gzwrite in -lz
configure:9475: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   conftest.c -lz   >&5
configure:9478: $? =3D 0
configure:9481: test -s conftest
configure:9484: $? =3D 0
configure:9496: result: yes
configure:9580: checking for pkg-config
configure:9598: found /usr/local/bin/pkg-config
configure:9611: result: /usr/local/bin/pkg-config
configure:9673: checking for libxml-2.0 >=3D 2.4.10
configure:9677: result: yes
configure:9681: checking XML_CFLAGS
configure:9684: result: -I/usr/include/libxml2 =20
configure:9687: checking XML_LIBS
configure:9690: result: -lxml2 -lpthread -lz -lm =20
configure:9730: checking for xmlSAXUserParseFile
configure:9780: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   -lz conftest.c -lxml2 -lpthread -lz
-lm    >&5
configure:9783: $? =3D 0
configure:9786: test -s conftest
configure:9789: $? =3D 0
configure:9800: result: yes
configure:9867: checking for gtk+-2.0 >=3D 2.0.0
configure:9871: result: yes
configure:9875: checking GTK_CFLAGS
configure:9878: result: -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0
-I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 =20
configure:9881: checking GTK_LIBS
configure:9884: result: -L/usr/local/lib -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0 =20
configure:9966: checking for gtkextra-2.0 >=3D 2.1.0
configure:9970: result: yes
configure:9974: checking GTK_EXTRA_CFLAGS
configure:9977: result: -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/local/include/gtkextra-2.0
-I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0
-I/usr/local/include/cairo
-I/usr/local/include/pango-1.0 =20
configure:9980: checking GTK_EXTRA_LIBS
configure:9983: result: -L/usr/local/lib
-lgtkextra-x11-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0 =20
configure:10013: checking for libart-config
configure:10029: found /usr/bin/libart-config
configure:10040: result: yes
configure:10047: checking for art_pixbuf_new_rgb in
-lart_lgpl
configure:10078: gcc -o conftest  -g -O -W -Wall
-DWITH_WARNINGS   -lz conftest.c -lart_lgpl   >&5
configure:10081: $? =3D 0
configure:10084: test -s conftest
configure:10087: $? =3D 0
configure:10099: result: yes
configure:10142: checking for lp
configure:10161: found /usr/bin/lp
configure:10174: result: /usr/bin/lp
configure:10253: checking for python
configure:10269: found /usr/bin/python
configure:10280: result: yes
configure:10588: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command
line was

  CONFIG_FILES    =3D=20
  CONFIG_HEADERS  =3D=20
  CONFIG_LINKS    =3D=20
  CONFIG_COMMANDS =3D=20
  $ ./config.status=20

on RolandsPC

config.status:766: creating Makefile
config.status:766: creating libscigraphica-2.0.spec
config.status:766: creating
libscigraphica-2.0-mdk.spec
config.status:766: creating libscigraphica-2.0.pc
config.status:766: creating plugins/Makefile
config.status:766: creating scigraphica/Makefile
config.status:766: creating scigraphica/sg_features.h
config.status:766: creating
scigraphica/algorithms/Makefile
config.status:766: creating
scigraphica/dialogs/Makefile
config.status:766: creating
scigraphica/widgets/Makefile
config.status:766: creating pixmaps/Makefile
config.status:766: creating plugins/layers/Makefile
config.status:766: creating plugins/iterators/Makefile
config.status:766: creating plugins/styles/Makefile
config.status:766: creating plugins/io/Makefile
config.status:766: creating plugins/menus/Makefile
config.status:766: creating plugins/toolbars/Makefile
config.status:766: creating plugins/arrays/Makefile
config.status:766: creating plugins/functions/Makefile
config.status:870: creating config.h
config.status:989: config.h is unchanged
config.status:1111: executing depfiles commands
config.status:1111: executing intltool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=3Di686-pc-linux-gnu
ac_cv_build_alias=3Di686-pc-linux-gnu
ac_cv_c_compiler_gnu=3Dyes
ac_cv_c_const=3Dyes
ac_cv_c_inline=3Dinline
ac_cv_env_CC_set=3D
ac_cv_env_CC_value=3D
ac_cv_env_CFLAGS_set=3D
ac_cv_env_CFLAGS_value=3D
ac_cv_env_CPPFLAGS_set=3D
ac_cv_env_CPPFLAGS_value=3D
ac_cv_env_CPP_set=3D
ac_cv_env_CPP_value=3D
ac_cv_env_LDFLAGS_set=3D
ac_cv_env_LDFLAGS_value=3D
ac_cv_env_build_alias_set=3D
ac_cv_env_build_alias_value=3D
ac_cv_env_host_alias_set=3D
ac_cv_env_host_alias_value=3D
ac_cv_env_target_alias_set=3D
ac_cv_env_target_alias_value=3D
ac_cv_exeext=3D
ac_cv_func_xmlSAXUserParseFile=3Dyes
ac_cv_header_dirent_h=3Dyes
ac_cv_header_dlfcn_h=3Dyes
ac_cv_header_fnmatch_h=3Dyes
ac_cv_header_inttypes_h=3Dyes
ac_cv_header_memory_h=3Dyes
ac_cv_header_stdc=3Dyes
ac_cv_header_stdint_h=3Dyes
ac_cv_header_stdlib_h=3Dyes
ac_cv_header_string_h=3Dyes
ac_cv_header_strings_h=3Dyes
ac_cv_header_sys_stat_h=3Dyes
ac_cv_header_sys_types_h=3Dyes
ac_cv_header_unistd_h=3Dyes
ac_cv_host=3Di686-pc-linux-gnu
ac_cv_host_alias=3Di686-pc-linux-gnu
ac_cv_lib_art_lgpl_art_pixbuf_new_rgb=3Dyes
ac_cv_lib_cposix_strerror=3Dno
ac_cv_lib_z_gzwrite=3Dyes
ac_cv_objext=3Do
ac_cv_path_INTLTOOL_ICONV=3D/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=3D/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=3D/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=3D/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=3D/usr/bin/xgettext
ac_cv_path_LP_COMMAND=3D/usr/bin/lp
ac_cv_path_PKG_CONFIG=3D/usr/local/bin/pkg-config
ac_cv_path_install=3D'/usr/bin/install -c'
ac_cv_prog_AWK=3Dgawk
ac_cv_prog_CPP=3D'gcc -E'
ac_cv_prog_ac_ct_CC=3Dgcc
ac_cv_prog_ac_ct_RANLIB=3Dranlib
ac_cv_prog_ac_ct_STRIP=3Dstrip
ac_cv_prog_cc_g=3Dyes
ac_cv_prog_cc_stdc=3D
ac_cv_prog_egrep=3D'grep -E'
ac_cv_prog_libart_config_found=3Dyes
ac_cv_prog_make_make_set=3Dyes
ac_cv_prog_python_val=3Dyes
am_cv_CC_dependencies_compiler_type=3Dgcc3
am_cv_prog_cc_stdc=3D
lt_cv_archive_cmds_need_lc=3Dno
lt_cv_compiler_c_o=3Dyes
lt_cv_compiler_o_lo=3Dyes
lt_cv_deplibs_check_method=3Dpass_all
lt_cv_file_magic_cmd=3D'$MAGIC_CMD'
lt_cv_file_magic_test_file=3D'/lib/libc.so.6
/lib/libc-2.3.2.so'
lt_cv_global_symbol_to_c_name_address=3D'sed -n -e
'\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e
'\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2",
(lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .*
\(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=3D-r
lt_cv_path_LD=3D/usr/bin/ld
lt_cv_path_NM=3D'/usr/bin/nm -B'
lt_cv_path_SED=3D/bin/sed
lt_cv_prog_cc_can_build_shared=3Dyes
lt_cv_prog_cc_no_builtin=3D
lt_cv_prog_cc_pic=3D' -fPIC'
lt_cv_prog_cc_pic_works=3Dyes
lt_cv_prog_cc_shlib=3D
lt_cv_prog_cc_static=3D-static
lt_cv_prog_cc_static_works=3Dyes
lt_cv_prog_cc_wl=3D-Wl,
lt_cv_prog_gnu_ld=3Dyes
lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[=20
]\([ABCDGISTW][ABCDGISTW]*\)[ 	][=20
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL=3D'aclocal-1.7 '
AMDEPBACKSLASH=3D'\'
AMDEP_FALSE=3D'#'
AMDEP_TRUE=3D''
AMTAR=3D'tar'
AUTOCONF=3D'autoconf'
AUTOHEADER=3D'autoheader'
AUTOMAKE=3D'automake-1.7'
AWK=3D'gawk'
CC=3D'gcc'
CCDEPMODE=3D'depmode=3Dgcc3'
CFLAGS=3D' -g -O -W -Wall -DWITH_WARNINGS
-I/usr/include/gnome-1.0 -DWITH_LIBART'
CPP=3D'gcc -E'
CPPFLAGS=3D''
CYGPATH_W=3D'echo'
DEFS=3D'-DHAVE_CONFIG_H'
DEPDIR=3D'.deps'
ECHO=3D'echo'
ECHO_C=3D''
ECHO_N=3D'-n'
ECHO_T=3D''
EGREP=3D'grep -E'
EXEEXT=3D''
GDK_WIN32_EXTRA_CFLAGS=3D''
GTK_CFLAGS=3D'-I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0
-I/usr/local/include/cairo
-I/usr/local/include/pango-1.0  '
GTK_EXTRA_CFLAGS=3D'-I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/local/include/gtkextra-2.0
-I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0
-I/usr/local/include/cairo
-I/usr/local/include/pango-1.0  '
GTK_EXTRA_LIBS=3D'-L/usr/local/lib -lgtkextra-x11-2.0
-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0  '
GTK_LIBS=3D'-L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0
-lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0  '
INSTALL_DATA=3D'${INSTALL} -m 644'
INSTALL_PROGRAM=3D'${INSTALL}'
INSTALL_SCRIPT=3D'${INSTALL}'
INSTALL_STRIP_PROGRAM=3D'${SHELL} $(install_sh) -c -s'
INTLTOOL_CAVES_RULE=3D'%.caves:     %.caves.in   =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -d -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE=3D'%.desktop:   %.desktop.in =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -d -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE=3D'%.directory: %.directory.in
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -d -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT=3D'$(top_builddir)/intltool-extract'
INTLTOOL_ICONV=3D'/usr/bin/iconv'
INTLTOOL_KBD_RULE=3D'%.kbd:       %.kbd.in     =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -x -u -m -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE=3D'%.keys:      %.keys.in    =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -k -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_MERGE=3D'$(top_builddir)/intltool-merge'
INTLTOOL_MSGFMT=3D'/usr/bin/msgfmt'
INTLTOOL_MSGMERGE=3D'/usr/bin/msgmerge'
INTLTOOL_OAF_RULE=3D'%.oaf:       %.oaf.in     =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $<
$@'
INTLTOOL_PERL=3D'/usr/bin/perl'
INTLTOOL_PONG_RULE=3D'%.pong:      %.pong.in    =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -x -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE=3D'%.prop:      %.prop.in    =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -d -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE=3D'%.schemas:   %.schemas.in =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -s -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE=3D'%.server:    %.server.in  =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -o -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE=3D'%.sheet:     %.sheet.in   =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -x -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE=3D'%.soundlist: %.soundlist.in
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -d -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE=3D'%.theme:     %.theme.in   =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -d -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE=3D'%.ui:        %.ui.in      =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -x -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_UPDATE=3D'$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE=3D'%.xam:       %.xml.in     =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -x -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
INTLTOOL_XGETTEXT=3D'/usr/bin/xgettext'
INTLTOOL_XML_NOMERGE_RULE=3D'%.xml:       %.xml.in     =20
$(INTLTOOL_MERGE) ; LC_ALL=3DC $(INTLTOOL_MERGE) -x -u
/tmp $< $@'
INTLTOOL_XML_RULE=3D'%.xml:       %.xml.in     =20
$(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ;
LC_ALL=3DC $(INTLTOOL_MERGE) -x -u -c
$(top_builddir)/po/.intltool-merge-cache
$(top_srcdir)/po $< $@'
LDFLAGS=3D' -lz'
LIBART_CFLAGS=3D'-I/usr/include/gnome-1.0'
LIBART_LIBS=3D'-L/usr/lib -lart_lgpl -lm'
LIBGTKEXTRA_SO_VERSION=3D'1:0:0'
LIBOBJS=3D''
LIBS=3D' -L/usr/lib -lart_lgpl -lm'
LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool'
LN_S=3D'ln -s'
LPR_COMMAND=3D''
LP_COMMAND=3D'/usr/bin/lp'
LTLIBOBJS=3D''
LT_AGE=3D'0'
LT_CURRENT=3D'1'
LT_RELEASE=3D'2.1'
LT_REVISION=3D'0'
MAINT=3D'#'
MAINTAINER_MODE_FALSE=3D''
MAINTAINER_MODE_TRUE=3D'#'
MAKEINFO=3D'makeinfo'
MS_LIB_AVAILABLE_FALSE=3D''
MS_LIB_AVAILABLE_TRUE=3D'#'
OBJEXT=3D'o'
OS_WIN32_FALSE=3D''
OS_WIN32_TRUE=3D'#'
PACKAGE=3D'libscigraphica'
PACKAGE_BUGREPORT=3D''
PACKAGE_NAME=3D''
PACKAGE_STRING=3D''
PACKAGE_TARNAME=3D''
PACKAGE_VERSION=3D''
PATH_SEPARATOR=3D':'
PKG_CONFIG=3D'/usr/local/bin/pkg-config'
PLATFORM_WIN32_FALSE=3D''
PLATFORM_WIN32_TRUE=3D'#'
PY_CFLAGS=3D'-I/usr/include/python2.3
-I/usr/include/python2.3/Numeric/
-DWITH_NUMERIC_PYTHON'
PY_EXTRA_LIBS=3D'           		-lpthread -ldl  -lutil'
PY_LIBS=3D'python2.3'
PY_LIB_LOC=3D'/usr/lib/python2.3/'
RANLIB=3D'ranlib'
SET_MAKE=3D''
SG_BINARY_AGE=3D'0'
SG_INTERFACE_AGE=3D'0'
SG_MAJOR_VERSION=3D'2'
SG_MICRO_VERSION=3D'1'
SG_MINOR_VERSION=3D'1'
SG_VERSION=3D'2.1.1'
SHELL=3D'/bin/sh'
STRIP=3D'strip'
USE_WIN32_FALSE=3D''
USE_WIN32_TRUE=3D'#'
VERSION=3D'2.1.1'
WITH_PYTHON_FALSE=3D'#'
WITH_PYTHON_TRUE=3D''
XML_CFLAGS=3D'-I/usr/include/libxml2  '
XML_LIBS=3D'-lxml2 -lpthread -lz -lm  '
ac_ct_CC=3D'gcc'
ac_ct_RANLIB=3D'ranlib'
ac_ct_STRIP=3D'strip'
am__fastdepCC_FALSE=3D'#'
am__fastdepCC_TRUE=3D''
am__include=3D'include'
am__leading_dot=3D'.'
am__quote=3D''
bindir=3D'${exec_prefix}/bin'
build=3D'i686-pc-linux-gnu'
build_alias=3D''
build_cpu=3D'i686'
build_os=3D'linux-gnu'
build_vendor=3D'pc'
datadir=3D'${prefix}/share'
exec_prefix=3D'${prefix}'
gdktarget=3D''
host=3D'i686-pc-linux-gnu'
host_alias=3D''
host_cpu=3D'i686'
host_os=3D'linux-gnu'
host_vendor=3D'pc'
includedir=3D'${prefix}/include'
infodir=3D'${prefix}/info'
install_sh=3D'/home/roland/download/libscigraphica-2.1.1/install-sh'
libart_config_found=3D'yes'
libdir=3D'${exec_prefix}/lib'
libexecdir=3D'${exec_prefix}/libexec'
localstatedir=3D'${prefix}/var'
mandir=3D'${prefix}/man'
mkdir_p=3D'mkdir -p -- .'
ms_librarian=3D''
oldincludedir=3D'/usr/include'
prefix=3D'/usr/local'
program_transform_name=3D's,x,x,'
python_val=3D'yes'
sbindir=3D'${exec_prefix}/sbin'
scigraphica_datadir=3D'${prefix}/share/scigraphica/2.1.0'
scigraphica_exec_prefix=3D'NONE'
scigraphica_icondir=3D'${prefix}/share/pixmaps/scigraphica'
scigraphica_libdir=3D'${exec_prefix}/lib/scigraphica/2.1.0'
scigraphica_plugindir=3D'${exec_prefix}/lib/scigraphica/2.1.0/plugins'
scigraphica_prefix=3D'/usr/local'
scigraphica_version=3D'2.1.1'
scigraphicatargetlib=3D'libscigraphica-2.0.la'
sharedstatedir=3D'${prefix}/com'
sysconfdir=3D'${prefix}/etc'
target_alias=3D''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DIRENT_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FNMATCH_H 1
#define HAVE_FNMATCH_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define LOCALEDIR "/usr/local/share/locale"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PRINT_COMMAND "/usr/bin/lp"
#define SG_ROOT "/usr/local"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION_INFO "sg-2.1.1\n\ngtk-  gtkextra-=20
\nxml-  python-2.3.5=20
/usr/include/python2.3/Numeric/\n"__DATE__ " "
__TIME__ "\nCompiler flags: gcc -g -O -W -Wall
-DWITH_WARNINGS -I/usr/include/gnome-1.0 -DWITH_LIBART
-I/usr/include/libxml2 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0
-I/usr/local/include/cairo
-I/usr/local/include/pango-1.0
-I/usr/local/include/gtkextra-2.0
-I/usr/include/python2.3
-I/usr/include/python2.3/Numeric/
-DWITH_NUMERIC_PYTHON -L/usr/lib -lart_lgpl -lm -lxml2
-lpthread -lz -L/usr/local/lib -lgtk-x11-2.0
-lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0
-lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0
-lgmodule-2.0 -ldl -lglib-2.0 -lgtkextra-x11-2.0\n(C)
2000 Adrian E. Feiguin\n"

configure: exit 0



=09
	=09
__________________________________=20
Yahoo! Mail - PC Magazine Editors' Choice 2005=20
http://mail.yahoo.com


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl