[X] The "/vmpk/vmpk-0.2.5-setup.exe" file could not be found or is not available. Please select another file.

The GNU/Gtk BlowIt is a (E)EPROM programmer that currently supports AT89C2051 (mcs-51 compatible) microcontrollers, with plans to support other devices. The project was originally started by Ondrej Kolonicny.


http://gbi.sourceforge.net





Separate each tag with a space.

Release Date:

2008-02-08

Topics:

License:

Ratings and Reviews

Be the first to post a text review of GNU/Gtk BlowIT. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • gbi ALPHA-SNAPSHOT-20080208-1415 file released: gbigui-0.1-ALPHA-SNAPSHOT-200802081415.tar.gz

    Fri Feb 8 14:06:25 EST 2008 ? Doxyfile ? YES ? doxy-docs ? foo ? src/confParser.c ? src/confParser.h ? src/configuration.c ? src/gbigui Index: .tm_project2.cache =================================================================== RCS file: /cvsroot/gbi/gbigui/.tm_project2.cache,v retrieving revision 1.3 diff -r1.3 .tm_project2.cache Binary files /tmp/cvsUDcVtw and .tm_project2.cache differ Index: ChangeLog =================================================================== RCS file: /cvsroot/gbi/gbigui/ChangeLog,v retrieving revision 1.4 diff -r1.4 ChangeLog 1,2219c1 < Thu Feb 7 14:08:54 EST 2008 < ? schematics.gif < ? po/stamp-it < ? src/gbigui < Index: .tm_project2.cache < =================================================================== < RCS file: /cvsroot/gbi/gbigui/.tm_project2.cache,v < retrieving revision 1.1 < diff -r1.1 .tm_project2.cache < Binary files /tmp/cvs2yXMuc and .tm_project2.cache differ < Index: ChangeLog < =================================================================== < RCS file: /cvsroot/gbi/gbigui/ChangeLog,v < retrieving revision 1.3 < diff -r1.3 ChangeLog < 0a1 < > Thu Feb 7 14:08:54 EST 2008 < Index: TODO.tasks < =================================================================== < RCS file: /cvsroot/gbi/gbigui/TODO.tasks,v < retrieving revision 1.3 < diff -r1.3 TODO.tasks < 3,5c3,19 < < <category title="Personal" place="0"/> < < <category title="Business" place="1"/> < < <category title="Unfiled" place="2"/> < --- < > <category title="Unfiled" place="0"> < > <item> < > <attribute id="1202411227" priority="1" done="0" start_date="733079" enddate="99999999" notify="0" endtime="-60" last_edited="1202411227"/> < > <summary>Convert GUI elements from hard coded to Glade</summary> < > <comment></comment> < > </item> < > </category> < > <category title="Coding Bugs" place="1"/> < > <category title="Best Practices" place="2"> < > <item> < > <attribute id="1202411202" priority="1" done="0" start_date="733079" enddate="99999999" notify="0" endtime="-60" last_edited="1202411202"/> < > <summary>Seek out and eliminate uneccsary use of globals</summary> < > <comment/> < > </item> < > </category> < > <category title="Feature Requests" place="3"/> < > <category title="Documentation" place="4"/> < Index: config.h.in < =================================================================== < RCS file: /cvsroot/gbi/gbigui/config.h.in,v < retrieving revision 1.1 < diff -r1.1 config.h.in < 17a18,23 < > /* Have func inb */ < > #undef HAVE_FUNC_INB < > < > /* Have func outb */ < > #undef HAVE_FUNC_OUTB < > < 20a27,29 < > /* Define to 1 if you have the `inb' function. */ < > #undef HAVE_INB < > < 32a42,44 < > /* Define to 1 if you have the `outb' function. */ < > #undef HAVE_OUTB < > < 44a57,59 < > /* Define to 1 if you have the <sys/io.h> header file. */ < > #undef HAVE_SYS_IO_H < > < Index: config.log < =================================================================== < RCS file: /cvsroot/gbi/gbigui/config.log,v < retrieving revision 1.2 < diff -r1.2 config.log < 293,297c293,297 < < configure:5271: checking how to run the C preprocessor < < configure:5389: result: gcc -E < < configure:5413: gcc -E conftest.c < < configure:5419: $? = 0 < < configure:5451: gcc -E conftest.c < --- < > configure:5270: checking how to run the C preprocessor < > configure:5388: result: gcc -E < > configure:5412: gcc -E conftest.c < > configure:5418: $? = 0 < > configure:5450: gcc -E conftest.c < 299c299 < < configure:5457: $? = 1 < --- < > configure:5456: $? = 1 < 313,317c313,317 < < configure:5552: checking for g++ < < configure:5568: found /usr/bin/g++ < < configure:5578: result: g++ < < configure:5594: checking for C++ compiler version < < configure:5597: g++ --version </dev/null >&5 < --- < > configure:5551: checking for g++ < > configure:5567: found /usr/bin/g++ < > configure:5577: result: g++ < > configure:5593: checking for C++ compiler version < > configure:5596: g++ --version </dev/null >&5 < 323,324c323,324 < < configure:5600: $? = 0 < < configure:5602: g++ -v </dev/null >&5 < --- < > configure:5599: $? = 0 < > configure:5601: g++ -v </dev/null >&5 < 330,331c330,331 < < configure:5605: $? = 0 < < configure:5607: g++ -V </dev/null >&5 < --- < > configure:5604: $? = 0 < > configure:5606: g++ -V </dev/null >&5 < 333,359c333,359 < < configure:5610: $? = 1 < < configure:5613: checking whether we are using the GNU C++ compiler < < configure:5637: g++ -c conftest.cc >&5 < < configure:5643: $? = 0 < < configure:5647: test -z < < || test ! -s conftest.err < < configure:5650: $? = 0 < < configure:5653: test -s conftest.o < < configure:5656: $? = 0 < < configure:5669: result: yes < < configure:5675: checking whether g++ accepts -g < < configure:5696: g++ -c -g conftest.cc >&5 < < configure:5702: $? = 0 < < configure:5706: test -z < < || test ! -s conftest.err < < configure:5709: $? = 0 < < configure:5712: test -s conftest.o < < configure:5715: $? = 0 < < configure:5726: result: yes < < configure:5768: g++ -c -g -O2 conftest.cc >&5 < < configure:5774: $? = 0 < < configure:5778: test -z < < || test ! -s conftest.err < < configure:5781: $? = 0 < < configure:5784: test -s conftest.o < < configure:5787: $? = 0 < < configure:5813: g++ -c -g -O2 conftest.cc >&5 < --- < > configure:5609: $? = 1 < > configure:5612: checking whether we are using the GNU C++ compiler < > configure:5636: g++ -c conftest.cc >&5 < > configure:5642: $? = 0 < > configure:5646: test -z < > || test ! -s conftest.err < > configure:5649: $? = 0 < > configure:5652: test -s conftest.o < > configure:5655: $? = 0 < > configure:5668: result: yes < > configure:5674: checking whether g++ accepts -g < > configure:5695: g++ -c -g conftest.cc >&5 < > configure:5701: $? = 0 < > configure:5705: test -z < > || test ! -s conftest.err < > configure:5708: $? = 0 < > configure:5711: test -s conftest.o < > configure:5714: $? = 0 < > configure:5725: result: yes < > configure:5767: g++ -c -g -O2 conftest.cc >&5 < > configure:5773: $? = 0 < > configure:5777: test -z < > || test ! -s conftest.err < > configure:5780: $? = 0 < > configure:5783: test -s conftest.o < > configure:5786: $? = 0 < > configure:5812: g++ -c -g -O2 conftest.cc >&5 < 362c362 < < configure:5819: $? = 1 < --- < > configure:5818: $? = 1 < 383,507c383,509 < < configure:5768: g++ -c -g -O2 conftest.cc >&5 < < configure:5774: $? = 0 < < configure:5778: test -z < < || test ! -s conftest.err < < configure:5781: $? = 0 < < configure:5784: test -s conftest.o < < configure:5787: $? = 0 < < configure:5813: g++ -c -g -O2 conftest.cc >&5 < < configure:5819: $? = 0 < < configure:5823: test -z < < || test ! -s conftest.err < < configure:5826: $? = 0 < < configure:5829: test -s conftest.o < < configure:5832: $? = 0 < < configure:5857: checking dependency style of g++ < < configure:5947: result: gcc3 < < configure:5988: checking for sys/types.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for sys/stat.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for stdlib.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for string.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for memory.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for strings.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for inttypes.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for stdint.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:5988: checking for unistd.h < < configure:6004: gcc -c -g -O2 conftest.c >&5 < < configure:6010: $? = 0 < < configure:6014: test -z < < || test ! -s conftest.err < < configure:6017: $? = 0 < < configure:6020: test -s conftest.o < < configure:6023: $? = 0 < < configure:6034: result: yes < < configure:6061: checking locale.h usability < < configure:6073: gcc -c -g -O2 conftest.c >&5 < < configure:6079: $? = 0 < < configure:6083: test -z < < || test ! -s conftest.err < < configure:6086: $? = 0 < < configure:6089: test -s conftest.o < < configure:6092: $? = 0 < < configure:6102: result: yes < < configure:6106: checking locale.h presence < < configure:6116: gcc -E conftest.c < < configure:6122: $? = 0 < < configure:6142: result: yes < < configure:6177: checking for locale.h < < configure:6184: result: yes < < configure:6198: checking for LC_MESSAGES < < configure:6219: gcc -o conftest -g -O2 conftest.c >&5 < < configure:6225: $? = 0 < < configure:6229: test -z < < || test ! -s conftest.err < < configure:6232: $? = 0 < < configure:6235: test -s conftest < < configure:6238: $? = 0 < < configure:6250: result: yes < < configure:6279: checking libintl.h usability < < configure:6291: gcc -c -g -O2 conftest.c >&5 < < configure:6297: $? = 0 < < configure:6301: test -z < --- < > configure:5767: g++ -c -g -O2 conftest.cc >&5 < > configure:5773: $? = 0 < > configure:5777: test -z < > || test ! -s conftest.err < > configure:5780: $? = 0 < > configure:5783: test -s conftest.o < > configure:5786: $? = 0 < > configure:5812: g++ -c -g -O2 conftest.cc >&5 < > configure:5818: $? = 0 < > configure:5822: test -z < > || test ! -s conftest.err < > configure:5825: $? = 0 < > configure:5828: test -s conftest.o < > configure:5831: $? = 0 < > configure:5856: checking dependency style of g++ < > configure:5946: result: gcc3 < > configure:5980: checking for sys/types.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for sys/stat.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for stdlib.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for string.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for memory.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for strings.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for inttypes.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for stdint.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:5980: checking for unistd.h < > configure:5996: gcc -c -g -O2 conftest.c >&5 < > configure:6002: $? = 0 < > configure:6006: test -z < > || test ! -s conftest.err < > configure:6009: $? = 0 < > configure:6012: test -s conftest.o < > configure:6015: $? = 0 < > configure:6026: result: yes < > configure:6052: checking sys/io.h usability < > configure:6064: gcc -c -g -O2 conftest.c >&5 < > configure:6070: $? = 0 < > configure:6074: test -z < > || test ! -s conftest.err < > configure:6077: $? = 0 < > configure:6080: test -s conftest.o < > configure:6083: $? = 0 < > configure:6093: result: yes < > configure:6097: checking sys/io.h presence < > configure:6107: gcc -E conftest.c < > configure:6113: $? = 0 < > configure:6133: result: yes < > configure:6168: checking for sys/io.h < > configure:6175: result: yes < > configure:6192: checking for func inb < > configure:6216: gcc -c -g -O2 conftest.c >&5 < > configure:6222: $? = 0 < > configure:6226: test -z < > || test ! -s conftest.err < > configure:6229: $? = 0 < > configure:6232: test -s conftest.o < > configure:6235: $? = 0 < > configure:6248: result: yes < > configure:6258: checking for func outb < > configure:6284: gcc -c -g -O2 conftest.c >&5 < > conftest.c: In function 'main': < > conftest.c:34: warning: passing argument 1 of 'outb' makes integer from pointer without a cast < > configure:6290: $? = 0 < > configure:6294: test -z < 509,626c511,661 < < configure:6304: $? = 0 < < configure:6307: test -s conftest.o < < configure:6310: $? = 0 < < configure:6320: result: yes < < configure:6324: checking libintl.h presence < < configure:6334: gcc -E conftest.c < < configure:6340: $? = 0 < < configure:6360: result: yes < < configure:6395: checking for libintl.h < < configure:6402: result: yes < < configure:6413: checking for ngettext in libc < < configure:6436: gcc -o conftest -g -O2 conftest.c >&5 < < configure:6442: $? = 0 < < configure:6446: test -z < < || test ! -s conftest.err < < configure:6449: $? = 0 < < configure:6452: test -s conftest < < configure:6455: $? = 0 < < configure:6468: result: yes < < configure:6472: checking for dgettext in libc < < configure:6495: gcc -o conftest -g -O2 conftest.c >&5 < < configure:6501: $? = 0 < < configure:6505: test -z < < || test ! -s conftest.err < < configure:6508: $? = 0 < < configure:6511: test -s conftest < < configure:6514: $? = 0 < < configure:6527: result: yes < < configure:6536: checking for bind_textdomain_codeset < < configure:6593: gcc -o conftest -g -O2 conftest.c >&5 < < configure:6599: $? = 0 < < configure:6603: test -z < < || test ! -s conftest.err < < configure:6606: $? = 0 < < configure:6609: test -s conftest < < configure:6612: $? = 0 < < configure:6624: result: yes < < configure:7134: checking for msgfmt < < configure:7161: result: /usr/bin/msgfmt < < configure:7174: checking for dcgettext < < configure:7231: gcc -o conftest -g -O2 conftest.c >&5 < < conftest.c:53: warning: conflicting types for built-in function 'dcgettext' < < configure:7237: $? = 0 < < configure:7241: test -z < < || test ! -s conftest.err < < configure:7244: $? = 0 < < configure:7247: test -s conftest < < configure:7250: $? = 0 < < configure:7262: result: yes < < configure:7274: checking for gmsgfmt < < configure:7305: result: /usr/bin/msgfmt < < configure:7314: checking for xgettext < < configure:7341: result: /usr/bin/xgettext < < configure:7365: gcc -o conftest -g -O2 conftest.c >&5 < < configure:7371: $? = 0 < < configure:7375: test -z < < || test ! -s conftest.err < < configure:7378: $? = 0 < < configure:7381: test -s conftest < < configure:7384: $? = 0 < < configure:7626: checking for intltool >= 0.35.0 < < configure:7633: result: 0.35.0 found < < configure:7689: checking for perl < < configure:7707: found /usr/bin/perl < < configure:7719: result: /usr/bin/perl < < configure:7737: checking for XML::Parser < < configure:7740: result: ok < < configure:7751: checking for iconv < < configure:7769: found /usr/bin/iconv < < configure:7782: result: /usr/bin/iconv < < configure:7791: checking for msgfmt < < configure:7809: found /usr/bin/msgfmt < < configure:7822: result: /usr/bin/msgfmt < < configure:7831: checking for msgmerge < < configure:7849: found /usr/bin/msgmerge < < configure:7862: result: /usr/bin/msgmerge < < configure:7871: checking for xgettext < < configure:7889: found /usr/bin/xgettext < < configure:7902: result: /usr/bin/xgettext < < configure:8001: checking build system type < < configure:8019: result: i686-redhat-linux-gnu < < configure:8027: checking host system type < < configure:8041: result: i686-redhat-linux-gnu < < configure:8049: checking for a sed that does not truncate output < < configure:8105: result: /bin/sed < < configure:8119: checking for ld used by gcc < < configure:8186: result: /usr/bin/ld < < configure:8195: checking if the linker (/usr/bin/ld) is GNU ld < < configure:8210: result: yes < < configure:8215: checking for /usr/bin/ld option to reload object files < < configure:8222: result: -r < < configure:8240: checking for BSD-compatible nm < < configure:8289: result: /usr/bin/nm -B < < configure:8293: checking whether ln -s works < < configure:8297: result: yes < < configure:8304: checking how to recognise dependent libraries < < configure:8480: result: pass_all < < configure:8725: checking dlfcn.h usability < < configure:8737: gcc -c -g -O2 conftest.c >&5 < < configure:8743: $? = 0 < < configure:8747: test -z < < || test ! -s conftest.err < < configure:8750: $? = 0 < < configure:8753: test -s conftest.o < < configure:8756: $? = 0 < < configure:8766: result: yes < < configure:8770: checking dlfcn.h presence < < configure:8780: gcc -E conftest.c < < configure:8786: $? = 0 < < configure:8806: result: yes < < configure:8841: checking for dlfcn.h < < configure:8848: result: yes < < configure:8871: checking how to run the C++ preprocessor < < configure:8902: g++ -E conftest.cc < < configure:8908: $? = 0 < < configure:8940: g++ -E conftest.cc < < conftest.cc:32:28: error: ac_nonexistent.h: No such file or directory < < configure:8946: $? = 1 < --- < > configure:6297: $? = 0 < > configure:6300: test -s conftest.o < > configure:6303: $? = 0 < > configure:6316: result: yes < > configure:6349: checking locale.h usability < > configure:6361: gcc -c -g -O2 conftest.c >&5 < > configure:6367: $? = 0 < > configure:6371: test -z < > || test ! -s conftest.err < > configure:6374: $? = 0 < > configure:6377: test -s conftest.o < > configure:6380: $? = 0 < > configure:6390: result: yes < > configure:6394: checking locale.h presence < > configure:6404: gcc -E conftest.c < > configure:6410: $? = 0 < > configure:6430: result: yes < > configure:6465: checking for locale.h < > configure:6472: result: yes < > configure:6486: checking for LC_MESSAGES < > configure:6507: gcc -o conftest -g -O2 conftest.c >&5 < > configure:6513: $? = 0 < > configure:6517: test -z < > || test ! -s conftest.err < > configure:6520: $? = 0 < > configure:6523: test -s conftest < > configure:6526: $? = 0 < > configure:6538: result: yes < > configure:6567: checking libintl.h usability < > configure:6579: gcc -c -g -O2 conftest.c >&5 < > configure:6585: $? = 0 < > configure:6589: test -z < > || test ! -s conftest.err < > configure:6592: $? = 0 < > configure:6595: test -s conftest.o < > configure:6598: $? = 0 < > configure:6608: result: yes < > configure:6612: checking libintl.h presence < > configure:6622: gcc -E conftest.c < > configure:6628: $? = 0 < > configure:6648: result: yes < > configure:6683: checking for libintl.h < > configure:6690: result: yes < > configure:6701: checking for ngettext in libc < > configure:6724: gcc -o conftest -g -O2 conftest.c >&5 < > configure:6730: $? = 0 < > configure:6734: test -z < > || test ! -s conftest.err < > configure:6737: $? = 0 < > configure:6740: test -s conftest < > configure:6743: $? = 0 < > configure:6756: result: yes < > configure:6760: checking for dgettext in libc < > configure:6783: gcc -o conftest -g -O2 conftest.c >&5 < > configure:6789: $? = 0 < > configure:6793: test -z < > || test ! -s conftest.err < > configure:6796: $? = 0 < > configure:6799: test -s conftest < > configure:6802: $? = 0 < > configure:6815: result: yes < > configure:6824: checking for bind_textdomain_codeset < > configure:6881: gcc -o conftest -g -O2 conftest.c >&5 < > configure:6887: $? = 0 < > configure:6891: test -z < > || test ! -s conftest.err < > configure:6894: $? = 0 < > configure:6897: test -s conftest < > configure:6900: $? = 0 < > configure:6912: result: yes < > configure:7422: checking for msgfmt < > configure:7449: result: /usr/bin/msgfmt < > configure:7462: checking for dcgettext < > configure:7519: gcc -o conftest -g -O2 conftest.c >&5 < > conftest.c:56: warning: conflicting types for built-in function 'dcgettext' < > configure:7525: $? = 0 < > configure:7529: test -z < > || test ! -s conftest.err < > configure:7532: $? = 0 < > configure:7535: test -s conftest < > configure:7538: $? = 0 < > configure:7550: result: yes < > configure:7562: checking for gmsgfmt < > configure:7593: result: /usr/bin/msgfmt < > configure:7602: checking for xgettext < > configure:7629: result: /usr/bin/xgettext < > configure:7653: gcc -o conftest -g -O2 conftest.c >&5 < > configure:7659: $? = 0 < > configure:7663: test -z < > || test ! -s conftest.err < > configure:7666: $? = 0 < > configure:7669: test -s conftest < > configure:7672: $? = 0 < > configure:7914: checking for intltool >= 0.35.0 < > configure:7921: result: 0.35.0 found < > configure:7977: checking for perl < > configure:7995: found /usr/bin/perl < > configure:8007: result: /usr/bin/perl < > configure:8025: checking for XML::Parser < > configure:8028: result: ok < > configure:8039: checking for iconv < > configure:8057: found /usr/bin/iconv < > configure:8070: result: /usr/bin/iconv < > configure:8079: checking for msgfmt < > configure:8097: found /usr/bin/msgfmt < > configure:8110: result: /usr/bin/msgfmt < > configure:8119: checking for msgmerge < > configure:8137: found /usr/bin/msgmerge < > configure:8150: result: /usr/bin/msgmerge < > configure:8159: checking for xgettext < > configure:8177: found /usr/bin/xgettext < > configure:8190: result: /usr/bin/xgettext < > configure:8289: checking build system type < > configure:8307: result: i686-redhat-linux-gnu < > configure:8315: checking host system type < > configure:8329: result: i686-redhat-linux-gnu < > configure:8337: checking for a sed that does not truncate output < > configure:8393: result: /bin/sed < > configure:8407: checking for ld used by gcc < > configure:8474: result: /usr/bin/ld < > configure:8483: checking if the linker (/usr/bin/ld) is GNU ld < > configure:8498: result: yes < > configure:8503: checking for /usr/bin/ld option to reload object files < > configure:8510: result: -r < > configure:8528: checking for BSD-compatible nm < > configure:8577: result: /usr/bin/nm -B < > configure:8581: checking whether ln -s works < > configure:8585: result: yes < > configure:8592: checking how to recognise dependent libraries < > configure:8768: result: pass_all < > configure:9013: checking dlfcn.h usability < > configure:9025: gcc -c -g -O2 conftest.c >&5 < > configure:9031: $? = 0 < > configure:9035: test -z < > || test ! -s conftest.err < > configure:9038: $? = 0 < > configure:9041: test -s conftest.o < > configure:9044: $? = 0 < > configure:9054: result: yes < > configure:9058: checking dlfcn.h presence < > configure:9068: gcc -E conftest.c < > configure:9074: $? = 0 < > configure:9094: result: yes < > configure:9129: checking for dlfcn.h < > configure:9136: result: yes < > configure:9159: checking how to run the C++ preprocessor < > configure:9190: g++ -E conftest.cc < > configure:9196: $? = 0 < > configure:9228: g++ -E conftest.cc < > conftest.cc:35:28: error: ac_nonexistent.h: No such file or directory < > configure:9234: $? = 1 < 641d675 < < | #define GETTEXT_PACKAGE "gbigui" < 650a685,688 < > | #define HAVE_SYS_IO_H 1 < > | #define HAVE_FUNC_INB < > | #define HAVE_FUNC_OUTB < > | #define GETTEXT_PACKAGE "gbigui" < 660,665c698,703 < < configure:8985: result: g++ -E < < configure:9009: g++ -E conftest.cc < < configure:9015: $? = 0 < < configure:9047: g++ -E conftest.cc < < conftest.cc:32:28: error: ac_nonexistent.h: No such file or directory < < configure:9053: $? = 1 < --- < > configure:9273: result: g++ -E < > configure:9297: g++ -E conftest.cc < > configure:9303: $? = 0 < > configure:9335: g++ -E conftest.cc < > conftest.cc:35:28: error: ac_nonexistent.h: No such file or directory < > configure:9341: $? = 1 < 680d717 < < | #define GETTEXT_PACKAGE "gbigui" < 689a727,730 < > | #define HAVE_SYS_IO_H 1 < > | #define HAVE_FUNC_INB < > | #define HAVE_FUNC_OUTB < > | #define GETTEXT_PACKAGE "gbigui" < 699,727c740,768 < < configure:9150: checking for g77 < < configure:9179: result: no < < configure:9150: checking for f77 < < configure:9179: result: no < < configure:9150: checking for xlf < < configure:9179: result: no < < configure:9150: checking for frt < < configure:9179: result: no < < configure:9150: checking for pgf77 < < configure:9179: result: no < < configure:9150: checking for fort77 < < configure:9179: result: no < < configure:9150: checking for fl32 < < configure:9179: result: no < < configure:9150: checking for af77 < < configure:9179: result: no < < configure:9150: checking for f90 < < configure:9179: result: no < < configure:9150: checking for xlf90 < < configure:9179: result: no < < configure:9150: checking for pgf90 < < configure:9179: result: no < < configure:9150: checking for epcf90 < < configure:9179: result: no < < configure:9150: checking for f95 < < configure:9166: found /usr/bin/f95 < < configure:9176: result: f95 < < configure:9191: checking for Fortran 77 compiler version < < configure:9194: f95 --version </dev/null >&5 < --- < > configure:9438: checking for g77 < > configure:9467: result: no < > configure:9438: checking for f77 < > configure:9467: result: no < > configure:9438: checking for xlf < > configure:9467: result: no < > configure:9438: checking for frt < > configure:9467: result: no < > configure:9438: checking for pgf77 < > configure:9467: result: no < > configure:9438: checking for fort77 < > configure:9467: result: no < > configure:9438: checking for fl32 < > configure:9467: result: no < > configure:9438: checking for af77 < > configure:9467: result: no < > configure:9438: checking for f90 < > configure:9467: result: no < > configure:9438: checking for xlf90 < > configure:9467: result: no < > configure:9438: checking for pgf90 < > configure:9467: result: no < > configure:9438: checking for epcf90 < > configure:9467: result: no < > configure:9438: checking for f95 < > configure:9454: found /usr/bin/f95 < > configure:9464: result: f95 < > configure:9479: checking for Fortran 77 compiler version < > configure:9482: f95 --version </dev/null >&5 < 736,737c777,778 < < configure:9197: $? = 0 < < configure:9199: f95 -v </dev/null >&5 < --- < > configure:9485: $? = 0 < > configure:9487: f95 -v </dev/null >&5 < 743,744c784,785 < < configure:9202: $? = 0 < < configure:9204: f95 -V </dev/null >&5 < --- < > configure:9490: $? = 0 < > configure:9492: f95 -V </dev/null >&5 < 746,787c787,828 < < configure:9207: $? = 1 < < configure:9215: checking whether we are using the GNU Fortran 77 compiler < < configure:9229: f95 -c conftest.F >&5 < < configure:9235: $? = 0 < < configure:9239: test -z < < || test ! -s conftest.err < < configure:9242: $? = 0 < < configure:9245: test -s conftest.o < < configure:9248: $? = 0 < < configure:9261: result: yes < < configure:9267: checking whether f95 accepts -g < < configure:9279: f95 -c -g conftest.f >&5 < < configure:9285: $? = 0 < < configure:9289: test -z < < || test ! -s conftest.err < < configure:9292: $? = 0 < < configure:9295: test -s conftest.o < < configure:9298: $? = 0 < < configure:9310: result: yes < < configure:9340: checking the maximum length of command line arguments < < configure:9449: result: 32768 < < configure:9460: checking command to parse /usr/bin/nm -B output from gcc object < < configure:9565: gcc -c -g -O2 conftest.c >&5 < < configure:9568: $? = 0 < < configure:9572: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm < < configure:9575: $? = 0 < < configure:9627: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 < < configure:9630: $? = 0 < < configure:9668: result: ok < < configure:9672: checking for objdir < < configure:9687: result: .libs < < configure:9777: checking for ar < < configure:9793: found /usr/bin/ar < < configure:9804: result: ar < < configure:9857: checking for ranlib < < configure:9873: found /usr/bin/ranlib < < configure:9884: result: ranlib < < configure:9937: checking for strip < < configure:9953: found /usr/bin/strip < < configure:9964: result: strip < < configure:10236: checking if gcc supports -fno-rtti -fno-exceptions < < configure:10254: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 < --- < > configure:9495: $? = 1 < > configure:9503: checking whether we are using the GNU Fortran 77 compiler < > configure:9517: f95 -c conftest.F >&5 < > configure:9523: $? = 0 < > configure:9527: test -z < > || test ! -s conftest.err < > configure:9530: $? = 0 < > configure:9533: test -s conftest.o < > configure:9536: $? = 0 < > configure:9549: result: yes < > configure:9555: checking whether f95 accepts -g < > configure:9567: f95 -c -g conftest.f >&5 < > configure:9573: $? = 0 < > configure:9577: test -z < > || test ! -s conftest.err < > configure:9580: $? = 0 < > configure:9583: test -s conftest.o < > configure:9586: $? = 0 < > configure:9598: result: yes < > configure:9628: checking the maximum length of command line arguments < > configure:9737: result: 32768 < > configure:9748: checking command to parse /usr/bin/nm -B output from gcc object < > configure:9853: gcc -c -g -O2 conftest.c >&5 < > configure:9856: $? = 0 < > configure:9860: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm < > configure:9863: $? = 0 < > configure:9915: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 < > configure:9918: $? = 0 < > configure:9956: result: ok < > configure:9960: checking for objdir < > configure:9975: result: .libs < > configure:10065: checking for ar < > configure:10081: found /usr/bin/ar < > configure:10092: result: ar < > configure:10145: checking for ranlib < > configure:10161: found /usr/bin/ranlib < > configure:10172: result: ranlib < > configure:10225: checking for strip < > configure:10241: found /usr/bin/strip < > configure:10252: result: strip < > configure:10524: checking if gcc supports -fno-rtti -fno-exceptions < > configure:10542: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 < 789,887c830,1102 < < configure:10258: $? = 0 < < configure:10271: result: no < < configure:10286: checking for gcc option to produce PIC < < configure:10496: result: -fPIC < < configure:10504: checking if gcc PIC flag -fPIC works < < configure:10522: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 < < configure:10526: $? = 0 < < configure:10539: result: yes < < configure:10567: checking if gcc static flag -static works < < configure:10595: result: yes < < configure:10605: checking if gcc supports -c -o file.o < < configure:10626: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 < < configure:10630: $? = 0 < < configure:10652: result: yes < < configure:10678: checking whether the gcc linker (/usr/bin/ld) supports shared libraries < < configure:11636: result: yes < < configure:11657: checking whether -lc should be explicitly linked in < < configure:11662: gcc -c -g -O2 conftest.c >&5 < < configure:11665: $? = 0 < < configure:11680: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 < < configure:11683: $? = 0 < < configure:11695: result: no < < configure:11703: checking dynamic linker characteristics < < configure:12312: result: GNU/Linux ld.so < < configure:12321: checking how to hardcode library paths into programs < < configure:12346: result: immediate < < configure:12360: checking whether stripping libraries is possible < < configure:12365: result: yes < < configure:13199: checking if libtool supports shared libraries < < configure:13201: result: yes < < configure:13204: checking whether to build shared libraries < < configure:13225: result: yes < < configure:13228: checking whether to build static libraries < < configure:13232: result: yes < < configure:13324: creating libtool < < configure:13915: checking for ld used by g++ < < configure:13982: result: /usr/bin/ld < < configure:13991: checking if the linker (/usr/bin/ld) is GNU ld < < configure:14006: result: yes < < configure:14057: checking whether the g++ linker (/usr/bin/ld) supports shared libraries < < configure:14995: result: yes < < configure:15013: g++ -c -g -O2 conftest.cpp >&5 < < configure:15016: $? = 0 < < configure:15135: checking for g++ option to produce PIC < < configure:15409: result: -fPIC < < configure:15417: checking if g++ PIC flag -fPIC works < < configure:15435: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 < < configure:15439: $? = 0 < < configure:15452: result: yes < < configure:15480: checking if g++ static flag -static works < < configure:15508: result: yes < < configure:15518: checking if g++ supports -c -o file.o < < configure:15539: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 < < configure:15543: $? = 0 < < configure:15565: result: yes < < configure:15591: checking whether the g++ linker (/usr/bin/ld) supports shared libraries < < configure:15616: result: yes < < configure:15683: checking dynamic linker characteristics < < configure:16292: result: GNU/Linux ld.so < < configure:16301: checking how to hardcode library paths into programs < < configure:16326: result: immediate < < configure:16855: checking if libtool supports shared libraries < < configure:16857: result: yes < < configure:16860: checking whether to build shared libraries < < configure:16880: result: yes < < configure:16883: checking whether to build static libraries < < configure:16887: result: yes < < configure:16897: checking for f95 option to produce PIC < < configure:17107: result: -fPIC < < configure:17115: checking if f95 PIC flag -fPIC works < < configure:17133: f95 -c -g -O2 -fPIC conftest.f >&5 < < configure:17137: $? = 0 < < configure:17150: result: yes < < configure:17178: checking if f95 static flag -static works < < configure:17206: result: yes < < configure:17216: checking if f95 supports -c -o file.o < < configure:17237: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5 < < configure:17241: $? = 0 < < configure:17263: result: yes < < configure:17289: checking whether the f95 linker (/usr/bin/ld) supports shared libraries < < configure:18227: result: yes < < configure:18294: checking dynamic linker characteristics < < configure:18903: result: GNU/Linux ld.so < < configure:18912: checking how to hardcode library paths into programs < < configure:18937: result: immediate < < configure:22581: checking for pkg-config < < configure:22599: found /usr/bin/pkg-config < < configure:22611: result: /usr/bin/pkg-config < < configure:22626: checking pkg-config is at least version 0.9.0 < < configure:22629: result: yes < < configure:22640: checking for GBIGUI < < configure:22648: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " < < configure:22651: $? = 0 < < configure:22666: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " < < configure:22669: $? = 0 < < configure:22745: result: yes < < configure:22771: checking gtk-doc version >= 1.0 < < configure:22774: result: yes < < configure:22957: creating ./config.status < --- < > configure:10546: $? = 0 < > configure:10559: result: no < > configure:10574: checking for gcc option to produce PIC < > configure:10784: result: -fPIC < > configure:10792: checking if gcc PIC flag -fPIC works < > configure:10810: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 < > configure:10814: $? = 0 < > configure:10827: result: yes < > configure:10855: checking if gcc static flag -static works < > configure:10883: result: yes < > configure:10893: checking if gcc supports -c -o file.o < > configure:10914: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 < > configure:10918: $? = 0 < > configure:10940: result: yes < > configure:10966: checking whether the gcc linker (/usr/bin/ld) supports shared libraries < > configure:11924: result: yes < > configure:11945: checking whether -lc should be explicitly linked in < > configure:11950: gcc -c -g -O2 conftest.c >&5 < > configure:11953: $? = 0 < > configure:11968: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 < > configure:11971: $? = 0 < > configure:11983: result: no < > configure:11991: checking dynamic linker characteristics < > configure:12600: result: GNU/Linux ld.so < > configure:12609: checking how to hardcode library paths into programs < > configure:12634: result: immediate < > configure:12648: checking whether stripping libraries is possible < > configure:12653: result: yes < > configure:13487: checking if libtool supports shared libraries < > configure:13489: result: yes < > configure:13492: checking whether to build shared libraries < > configure:13513: result: yes < > configure:13516: checking whether to build static libraries < > configure:13520: result: yes < > configure:13612: creating libtool < > configure:14203: checking for ld used by g++ < > configure:14270: result: /usr/bin/ld < > configure:14279: checking if the linker (/usr/bin/ld) is GNU ld < > configure:14294: result: yes < > configure:14345: checking whether the g++ linker (/usr/bin/ld) supports shared libraries < > configure:15283: result: yes < > configure:15301: g++ -c -g -O2 conftest.cpp >&5 < > configure:15304: $? = 0 < > configure:15423: checking for g++ option to produce PIC < > configure:15697: result: -fPIC < > configure:15705: checking if g++ PIC flag -fPIC works < > configure:15723: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 < > configure:15727: $? = 0 < > configure:15740: result: yes < > configure:15768: checking if g++ static flag -static works < > configure:15796: result: yes < > configure:15806: checking if g++ supports -c -o file.o < > configure:15827: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 < > configure:15831: $? = 0 < > configure:15853: result: yes < > configure:15879: checking whether the g++ linker (/usr/bin/ld) supports shared libraries < > configure:15904: result: yes < > configure:15971: checking dynamic linker characteristics < > configure:16580: result: GNU/Linux ld.so < > configure:16589: checking how to hardcode library paths into programs < > configure:16614: result: immediate < > configure:17143: checking if libtool supports shared libraries < > configure:17145: result: yes < > configure:17148: checking whether to build shared libraries < > configure:17168: result: yes < > configure:17171: checking whether to build static libraries < > configure:17175: result: yes < > configure:17185: checking for f95 option to produce PIC < > configure:17395: result: -fPIC < > configure:17403: checking if f95 PIC flag -fPIC works < > configure:17421: f95 -c -g -O2 -fPIC conftest.f >&5 < > configure:17425: $? = 0 < > configure:17438: result: yes < > configure:17466: checking if f95 static flag -static works < > configure:17494: result: yes < > configure:17504: checking if f95 supports -c -o file.o < > configure:17525: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5 < > configure:17529: $? = 0 < > configure:17551: result: yes < > configure:17577: checking whether the f95 linker (/usr/bin/ld) supports shared libraries < > configure:18515: result: yes < > configure:18582: checking dynamic linker characteristics < > configure:19191: result: GNU/Linux ld.so < > configure:19200: checking how to hardcode library paths into programs < > configure:19225: result: immediate < > configure:22869: checking for pkg-config < > configure:22887: found /usr/bin/pkg-config < > configure:22899: result: /usr/bin/pkg-config < > configure:22914: checking pkg-config is at least version 0.9.0 < > configure:22917: result: yes < > configure:22928: checking for GBIGUI < > configure:22936: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " < > configure:22939: $? = 0 < > configure:22954: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " < > configure:22957: $? = 0 < > configure:23033: result: yes < > configure:23044: checking for outb < > configure:23101: gcc -o conftest -g -O2 conftest.c >&5 < > /tmp/ccCsUbWz.o: In function `main': < > /home/pberghol/sf-projects/gbigui/conftest.c:74: undefined reference to `outb' < > /tmp/ccCsUbWz.o:(.data+0x0): undefined reference to `outb' < > collect2: ld returned 1 exit status < > configure:23107: $? = 1 < > configure: failed program was: < > | /* confdefs.h. */ < > | < > | #define PACKAGE_NAME "gbigui" < > | #define PACKAGE_TARNAME "gbigui" < > | #define PACKAGE_VERSION "0.1" < > | #define PACKAGE_STRING "gbigui 0.1" < > | #define PACKAGE_BUGREPORT "" < > | #define PACKAGE "gbigui" < > | #define VERSION "0.1" < > | #define STDC_HEADERS 1 < > | #ifdef __cplusplus < > | extern "C" void std::exit (int) throw (); using std::exit; < > | #endif < > | #define HAVE_SYS_TYPES_H 1 < > | #define HAVE_SYS_STAT_H 1 < > | #define HAVE_STDLIB_H 1 < > | #define HAVE_STRING_H 1 < > | #define HAVE_MEMORY_H 1 < > | #define HAVE_STRINGS_H 1 < > | #define HAVE_INTTYPES_H 1 < > | #define HAVE_STDINT_H 1 < > | #define HAVE_UNISTD_H 1 < > | #define HAVE_SYS_IO_H 1 < > | #define HAVE_FUNC_INB < > | #define HAVE_FUNC_OUTB < > | #define GETTEXT_PACKAGE "gbigui" < > | #define HAVE_LOCALE_H 1 < > | #define HAVE_LC_MESSAGES 1 < > | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 < > | #define HAVE_GETTEXT 1 < > | #define HAVE_DCGETTEXT 1 < > | #define ENABLE_NLS 1 < > | #define HAVE_DLFCN_H 1 < > | /* end confdefs.h. */ < > | /* Define outb to an innocuous variant, in case <limits.h> declares outb. < > | For example, HP-UX 11i <limits.h> declares gettimeofday. */ < > | #define outb innocuous_outb < > | < > | /* System header to define __stub macros and hopefully few prototypes, < > | which can conflict with char outb (); below. < > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since < > | <limits.h> exists even on freestanding compilers. */ < > | < > | #ifdef __STDC__ < > | # include <limits.h> < > | #else < > | # include <assert.h> < > | #endif < > | < > | #undef outb < > | < > | /* 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 outb (); < > | /* The GNU C library defines this for functions which it implements < > | to always fail with ENOSYS. Some functions are actually named < > | something starting with __ and the normal name is an alias. */ < > | #if defined (__stub_outb) || defined (__stub___outb) < > | choke me < > | #else < > | char (*f) () = outb; < > | #endif < > | #ifdef __cplusplus < > | } < > | #endif < > | < > | int < > | main () < > | { < > | return f != outb; < > | ; < > | return 0; < > | } < > configure:23132: result: no < > configure:23156: checking for inb < > configure:23213: gcc -o conftest -g -O2 conftest.c >&5 < > /tmp/cciL0a7y.o: In function `main': < > /home/pberghol/sf-projects/gbigui/conftest.c:74: undefined reference to `inb' < > /tmp/cciL0a7y.o:(.data+0x0): undefined reference to `inb' < > collect2: ld returned 1 exit status < > configure:23219: $? = 1 < > configure: failed program was: < > | /* confdefs.h. */ < > | < > | #define PACKAGE_NAME "gbigui" < > | #define PACKAGE_TARNAME "gbigui" < > | #define PACKAGE_VERSION "0.1" < > | #define PACKAGE_STRING "gbigui 0.1" < > | #define PACKAGE_BUGREPORT "" < > | #define PACKAGE "gbigui" < > | #define VERSION "0.1" < > | #define STDC_HEADERS 1 < > | #ifdef __cplusplus < > | extern "C" void std::exit (int) throw (); using std::exit; < > | #endif < > | #define HAVE_SYS_TYPES_H 1 < > | #define HAVE_SYS_STAT_H 1 < > | #define HAVE_STDLIB_H 1 < > | #define HAVE_STRING_H 1 < > | #define HAVE_MEMORY_H 1 < > | #define HAVE_STRINGS_H 1 < > | #define HAVE_INTTYPES_H 1 < > | #define HAVE_STDINT_H 1 < > | #define HAVE_UNISTD_H 1 < > | #define HAVE_SYS_IO_H 1 < > | #define HAVE_FUNC_INB < > | #define HAVE_FUNC_OUTB < > | #define GETTEXT_PACKAGE "gbigui" < > | #define HAVE_LOCALE_H 1 < > | #define HAVE_LC_MESSAGES 1 < > | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 < > | #define HAVE_GETTEXT 1 < > | #define HAVE_DCGETTEXT 1 < > | #define ENABLE_NLS 1 < > | #define HAVE_DLFCN_H 1 < > | /* end confdefs.h. */ < > | /* Define inb to an innocuous variant, in case <limits.h> declares inb. < > | For example, HP-UX 11i <limits.h> declares gettimeofday. */ < > | #define inb innocuous_inb < > | < > | /* System header to define __stub macros and hopefully few prototypes, < > | which can conflict with char inb (); below. < > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since < > | <limits.h> exists even on freestanding compilers. */ < > | < > | #ifdef __STDC__ < > | # include <limits.h> < > | #else < > | # include <assert.h> < > | #endif < > | < > | #undef inb < > | < > | /* 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 inb (); < > | /* The GNU C library defines this for functions which it implements < > | to always fail with ENOSYS. Some functions are actually named < > | something starting with __ and the normal name is an alias. */ < > | #if defined (__stub_inb) || defined (__stub___inb) < > | choke me < > | #else < > | char (*f) () = inb; < > | #endif < > | #ifdef __cplusplus < > | } < > | #endif < > | < > | int < > | main () < > | { < > | return f != inb; < > | ; < > | return 0; < > | } < > configure:23244: result: no < > configure:23282: checking gtk-doc version >= 1.0 < > configure:23285: result: yes < > configure:23468: creating ./config.status < 908,911c1123,1126 < < config.status:1185: executing depfiles commands < < config.status:1185: executing default-1 commands < < config.status:1185: executing intltool commands < < config.status:1185: executing po/stamp-it commands < --- < > config.status:1191: executing depfiles commands < > config.status:1191: executing default-1 commands < > config.status:1191: executing intltool commands < > config.status:1191: executing po/stamp-it commands < 956a1172,1175 < > ac_cv_func_inb=no < > ac_cv_func_outb=no < > ac_cv_have_func_inb=yes < > ac_cv_have_func_outb=yes < 966a1186 < > ac_cv_header_sys_io_h=yes < 1114c1334 < < LIBOBJS='' < --- < > LIBOBJS=' outb$U.o inb$U.o' < 1118c1338 < < LTLIBOBJS='' < --- < > LTLIBOBJS=' outb$U.lo inb$U.lo' < 1199a1420,1421 < > #define HAVE_FUNC_INB < > #define HAVE_FUNC_OUTB < 1208a1431 < > #define HAVE_SYS_IO_H 1 < 1224a1448,1465 < > < > ## ---------------------- ## < > ## Running config.status. ## < > ## ---------------------- ## < > < > This file was extended by gbigui config.status 0.1, which was < > generated by GNU Autoconf 2.59. Invocation command line was < > < > CONFIG_FILES = < > CONFIG_HEADERS = < > CONFIG_LINKS = < > CONFIG_COMMANDS = < > $ ./config.status config.h < > < > on cowdawg.hoc.ibm.com < > < > config.status:883: creating config.h < > config.status:1011: config.h is unchanged < Index: configure < =================================================================== < RCS file: /cvsroot/gbi/gbigui/configure,v < retrieving revision 1.1 < diff -r1.1 configure < 465c465 < < ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XAM_RULE INTLTOOL_KBD_RULE INTLTOOL_XML_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_SERVICE_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT ALL_LINGUAS build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG ac_pt_PKG_CONFIG GBIGUI_CFLAGS GBIGUI_LIBS HTML_DIR ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE LIBOBJS LTLIBOBJS' < --- < > ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XAM_RULE INTLTOOL_KBD_RULE INTLTOOL_XML_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_SERVICE_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT ALL_LINGUAS build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG ac_pt_PKG_CONFIG GBIGUI_CFLAGS GBIGUI_LIBS LIBOBJS HTML_DIR ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE LTLIBOBJS' < 5265d5264 < < < 5967,5973d5965 < < GETTEXT_PACKAGE=gbigui < < < < < < cat >>confdefs.h <<_ACEOF < < #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" < < _ACEOF < < < 6046a6039,6334 < > for ac_header in sys/io.h < > do < > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` < > if eval "test \"\${$as_ac_Header+set}\" = set"; then < > echo "$as_me:$LINENO: checking for $ac_header" >&5 < > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 < > if eval "test \"\${$as_ac_Header+set}\" = set"; then < > echo $ECHO_N "(cached) $ECHO_C" >&6 < > fi < > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 < > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 < > else < > # Is the header compilable? < > echo "$as_me:$LINENO: checking $ac_header usability" >&5 < > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 < > cat >conftest.$ac_ext <<_ACEOF < > /* confdefs.h. */ < > _ACEOF < > cat confdefs.h >>conftest.$ac_ext < > cat >>conftest.$ac_ext <<_ACEOF < > /* end confdefs.h. */ < > $ac_includes_default < > #include <$ac_header> < > _ACEOF < > rm -f conftest.$ac_objext < > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 < > (eval $ac_compile) 2>conftest.er1 < > ac_status=$? < > grep -v '^ *+' conftest.er1 >conftest.err < > rm -f conftest.er1 < > cat conftest.err >&5 < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); } && < > { ac_try='test -z "$ac_c_werror_flag" < > || test ! -s conftest.err' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; } && < > { ac_try='test -s conftest.$ac_objext' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; }; then < > ac_header_compiler=yes < > else < > echo "$as_me: failed program was:" >&5 < > sed 's/^/| /' conftest.$ac_ext >&5 < > < > ac_header_compiler=no < > fi < > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext < > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 < > echo "${ECHO_T}$ac_header_compiler" >&6 < > < > # Is the header present? < > echo "$as_me:$LINENO: checking $ac_header presence" >&5 < > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 < > cat >conftest.$ac_ext <<_ACEOF < > /* confdefs.h. */ < > _ACEOF < > cat confdefs.h >>conftest.$ac_ext < > cat >>conftest.$ac_ext <<_ACEOF < > /* end confdefs.h. */ < > #include <$ac_header> < > _ACEOF < > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 < > (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 < > ac_status=$? < > grep -v '^ *+' conftest.er1 >conftest.err < > rm -f conftest.er1 < > cat conftest.err >&5 < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); } >/dev/null; then < > if test -s conftest.err; then < > ac_cpp_err=$ac_c_preproc_warn_flag < > ac_cpp_err=$ac_cpp_err$ac_c_werror_flag < > else < > ac_cpp_err= < > fi < > else < > ac_cpp_err=yes < > fi < > if test -z "$ac_cpp_err"; then < > ac_header_preproc=yes < > else < > echo "$as_me: failed program was:" >&5 < > sed 's/^/| /' conftest.$ac_ext >&5 < > < > ac_header_preproc=no < > fi < > rm -f conftest.err conftest.$ac_ext < > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 < > echo "${ECHO_T}$ac_header_preproc" >&6 < > < > # So? What about this header? < > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in < > yes:no: ) < > { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 < > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} < > { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 < > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} < > ac_header_preproc=yes < > ;; < > no:yes:* ) < > { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 < > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} < > { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 < > echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} < > { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 < > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} < > { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 < > echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} < > { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 < > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} < > { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 < > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} < > ( < > cat <<\_ASBOX < > ## --------------------------------- ## < > ## Report this to the gbigui lists. ## < > ## --------------------------------- ## < > _ASBOX < > ) | < > sed "s/^/$as_me: WARNING: /" >&2 < > ;; < > esac < > echo "$as_me:$LINENO: checking for $ac_header" >&5 < > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 < > if eval "test \"\${$as_ac_Header+set}\" = set"; then < > echo $ECHO_N "(cached) $ECHO_C" >&6 < > else < > eval "$as_ac_Header=\$ac_header_preproc" < > fi < > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 < > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 < > < > fi < > if test `eval echo '${'$as_ac_Header'}'` = yes; then < > cat >>confdefs.h <<_ACEOF < > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 < > _ACEOF < > < > fi < > < > done < > < > < > < > < > < > echo "$as_me:$LINENO: checking for func inb " >&5 < > echo $ECHO_N "checking for func inb ... $ECHO_C" >&6 < > if test "${ac_cv_have_func_inb+set}" = set; then < > echo $ECHO_N "(cached) $ECHO_C" >&6 < > else < > < > cat >conftest.$ac_ext <<_ACEOF < > /* confdefs.h. */ < > _ACEOF < > cat confdefs.h >>conftest.$ac_ext < > cat >>conftest.$ac_ext <<_ACEOF < > /* end confdefs.h. */ < > < > #include <sys/io.h> < > < > int < > main () < > { < > int ix; ix=inb(0); < > ; < > return 0; < > } < > _ACEOF < > rm -f conftest.$ac_objext < > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 < > (eval $ac_compile) 2>conftest.er1 < > ac_status=$? < > grep -v '^ *+' conftest.er1 >conftest.err < > rm -f conftest.er1 < > cat conftest.err >&5 < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); } && < > { ac_try='test -z "$ac_c_werror_flag" < > || test ! -s conftest.err' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; } && < > { ac_try='test -s conftest.$ac_objext' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; }; then < > ac_cv_have_func_inb="yes" < > else < > echo "$as_me: failed program was:" >&5 < > sed 's/^/| /' conftest.$ac_ext >&5 < > < > ac_cv_have_func_inb="no" < > < > fi < > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext < > < > fi < > echo "$as_me:$LINENO: result: $ac_cv_have_func_inb" >&5 < > echo "${ECHO_T}$ac_cv_have_func_inb" >&6 < > if test "x$ac_cv_have_func_inb" = "xyes" ; then < > < > cat >>confdefs.h <<\_ACEOF < > #define HAVE_FUNC_INB < > _ACEOF < > < > fi < > < > echo "$as_me:$LINENO: checking for func outb" >&5 < > echo $ECHO_N "checking for func outb... $ECHO_C" >&6 < > if test "${ac_cv_have_func_outb+set}" = set; then < > echo $ECHO_N "(cached) $ECHO_C" >&6 < > else < > < > cat >conftest.$ac_ext <<_ACEOF < > /* confdefs.h. */ < > _ACEOF < > cat confdefs.h >>conftest.$ac_ext < > cat >>conftest.$ac_ext <<_ACEOF < > /* end confdefs.h. */ < > < > #ifdef HAVE_SYS_IO_H < > #include <sys/io.h> < > #endif < > < > int < > main () < > { < > outb("A",0); < > ; < > return 0; < > } < > _ACEOF < > rm -f conftest.$ac_objext < > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 < > (eval $ac_compile) 2>conftest.er1 < > ac_status=$? < > grep -v '^ *+' conftest.er1 >conftest.err < > rm -f conftest.er1 < > cat conftest.err >&5 < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); } && < > { ac_try='test -z "$ac_c_werror_flag" < > || test ! -s conftest.err' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; } && < > { ac_try='test -s conftest.$ac_objext' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; }; then < > ac_cv_have_func_outb="yes" < > else < > echo "$as_me: failed program was:" >&5 < > sed 's/^/| /' conftest.$ac_ext >&5 < > < > ac_cv_have_func_outb="no" < > < > fi < > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext < > < > fi < > echo "$as_me:$LINENO: result: $ac_cv_have_func_outb" >&5 < > echo "${ECHO_T}$ac_cv_have_func_outb" >&6 < > if test "x$ac_cv_have_func_outb" = "xyes" ; then < > < > cat >>confdefs.h <<\_ACEOF < > #define HAVE_FUNC_OUTB < > _ACEOF < > < > fi < > < > < > GETTEXT_PACKAGE=gbigui < > < > < > cat >>confdefs.h <<_ACEOF < > #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" < > _ACEOF < > < > < 8529c8817 < < echo '#line 8529 "configure"' > conftest.$ac_ext < --- < > echo '#line 8817 "configure"' > conftest.$ac_ext < 9191c9479 < < echo "$as_me:9191:" \ < --- < > echo "$as_me:9479:" \ < 10254c10542 < < (eval echo "\"\$as_me:10254: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:10542: $lt_compile\"" >&5) < 10258c10546 < < echo "$as_me:10258: \$? = $ac_status" >&5 < --- < > echo "$as_me:10546: \$? = $ac_status" >&5 < 10522c10810 < < (eval echo "\"\$as_me:10522: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:10810: $lt_compile\"" >&5) < 10526c10814 < < echo "$as_me:10526: \$? = $ac_status" >&5 < --- < > echo "$as_me:10814: \$? = $ac_status" >&5 < 10626c10914 < < (eval echo "\"\$as_me:10626: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:10914: $lt_compile\"" >&5) < 10630c10918 < < echo "$as_me:10630: \$? = $ac_status" >&5 < --- < > echo "$as_me:10918: \$? = $ac_status" >&5 < 12095c12383 < < echo '#line 12095 "configure"' > conftest.$ac_ext < --- < > echo '#line 12383 "configure"' > conftest.$ac_ext < 12992c13280 < < #line 12992 "configure" < --- < > #line 13280 "configure" < 13092c13380 < < #line 13092 "configure" < --- < > #line 13380 "configure" < 15435c15723 < < (eval echo "\"\$as_me:15435: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:15723: $lt_compile\"" >&5) < 15439c15727 < < echo "$as_me:15439: \$? = $ac_status" >&5 < --- < > echo "$as_me:15727: \$? = $ac_status" >&5 < 15539c15827 < < (eval echo "\"\$as_me:15539: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:15827: $lt_compile\"" >&5) < 15543c15831 < < echo "$as_me:15543: \$? = $ac_status" >&5 < --- < > echo "$as_me:15831: \$? = $ac_status" >&5 < 16075c16363 < < echo '#line 16075 "configure"' > conftest.$ac_ext < --- < > echo '#line 16363 "configure"' > conftest.$ac_ext < 17133c17421 < < (eval echo "\"\$as_me:17133: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:17421: $lt_compile\"" >&5) < 17137c17425 < < echo "$as_me:17137: \$? = $ac_status" >&5 < --- < > echo "$as_me:17425: \$? = $ac_status" >&5 < 17237c17525 < < (eval echo "\"\$as_me:17237: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:17525: $lt_compile\"" >&5) < 17241c17529 < < echo "$as_me:17241: \$? = $ac_status" >&5 < --- < > echo "$as_me:17529: \$? = $ac_status" >&5 < 18686c18974 < < echo '#line 18686 "configure"' > conftest.$ac_ext < --- < > echo '#line 18974 "configure"' > conftest.$ac_ext < 19464c19752 < < (eval echo "\"\$as_me:19464: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:19752: $lt_compile\"" >&5) < 19468c19756 < < echo "$as_me:19468: \$? = $ac_status" >&5 < --- < > echo "$as_me:19756: \$? = $ac_status" >&5 < 19732c20020 < < (eval echo "\"\$as_me:19732: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:20020: $lt_compile\"" >&5) < 19736c20024 < < echo "$as_me:19736: \$? = $ac_status" >&5 < --- < > echo "$as_me:20024: \$? = $ac_status" >&5 < 19836c20124 < < (eval echo "\"\$as_me:19836: $lt_compile\"" >&5) < --- < > (eval echo "\"\$as_me:20124: $lt_compile\"" >&5) < 19840c20128 < < echo "$as_me:19840: \$? = $ac_status" >&5 < --- < > echo "$as_me:20128: \$? = $ac_status" >&5 < 21305c21593 < < echo '#line 21305 "configure"' > conftest.$ac_ext < --- < > echo '#line 21593 "configure"' > conftest.$ac_ext < 22752a23041,23263 < > for ac_func in outb < > do < > as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` < > echo "$as_me:$LINENO: checking for $ac_func" >&5 < > echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 < > if eval "test \"\${$as_ac_var+set}\" = set"; then < > echo $ECHO_N "(cached) $ECHO_C" >&6 < > else < > cat >conftest.$ac_ext <<_ACEOF < > /* confdefs.h. */ < > _ACEOF < > cat confdefs.h >>conftest.$ac_ext < > cat >>conftest.$ac_ext <<_ACEOF < > /* end confdefs.h. */ < > /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. < > For example, HP-UX 11i <limits.h> declares gettimeofday. */ < > #define $ac_func innocuous_$ac_func < > < > /* System header to define __stub macros and hopefully few prototypes, < > which can conflict with char $ac_func (); below. < > Prefer <limits.h> to <assert.h> if __STDC__ is defined, since < > <limits.h> exists even on freestanding compilers. */ < > < > #ifdef __STDC__ < > # include <limits.h> < > #else < > # include <assert.h> < > #endif < > < > #undef $ac_func < > < > /* 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 $ac_func (); < > /* The GNU C library defines this for functions which it implements < > to always fail with ENOSYS. Some functions are actually named < > something starting with __ and the normal name is an alias. */ < > #if defined (__stub_$ac_func) || defined (__stub___$ac_func) < > choke me < > #else < > char (*f) () = $ac_func; < > #endif < > #ifdef __cplusplus < > } < > #endif < > < > int < > main () < > { < > return f != $ac_func; < > ; < > return 0; < > } < > _ACEOF < > rm -f conftest.$ac_objext conftest$ac_exeext < > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 < > (eval $ac_link) 2>conftest.er1 < > ac_status=$? < > grep -v '^ *+' conftest.er1 >conftest.err < > rm -f conftest.er1 < > cat conftest.err >&5 < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); } && < > { ac_try='test -z "$ac_c_werror_flag" < > || test ! -s conftest.err' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; } && < > { ac_try='test -s conftest$ac_exeext' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; }; then < > eval "$as_ac_var=yes" < > else < > echo "$as_me: failed program was:" >&5 < > sed 's/^/| /' conftest.$ac_ext >&5 < > < > eval "$as_ac_var=no" < > fi < > rm -f conftest.err conftest.$ac_objext \ < > conftest$ac_exeext conftest.$ac_ext < > fi < > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 < > echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 < > if test `eval echo '${'$as_ac_var'}'` = yes; then < > cat >>confdefs.h <<_ACEOF < > #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 < > _ACEOF < > < > else < > case $LIBOBJS in < > "$ac_func.$ac_objext" | \ < > *" $ac_func.$ac_objext" | \ < > "$ac_func.$ac_objext "* | \ < > *" $ac_func.$ac_objext "* ) ;; < > *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;; < > esac < > < > fi < > done < > < > < > < > for ac_func in inb < > do < > as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` < > echo "$as_me:$LINENO: checking for $ac_func" >&5 < > echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 < > if eval "test \"\${$as_ac_var+set}\" = set"; then < > echo $ECHO_N "(cached) $ECHO_C" >&6 < > else < > cat >conftest.$ac_ext <<_ACEOF < > /* confdefs.h. */ < > _ACEOF < > cat confdefs.h >>conftest.$ac_ext < > cat >>conftest.$ac_ext <<_ACEOF < > /* end confdefs.h. */ < > /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. < > For example, HP-UX 11i <limits.h> declares gettimeofday. */ < > #define $ac_func innocuous_$ac_func < > < > /* System header to define __stub macros and hopefully few prototypes, < > which can conflict with char $ac_func (); below. < > Prefer <limits.h> to <assert.h> if __STDC__ is defined, since < > <limits.h> exists even on freestanding compilers. */ < > < > #ifdef __STDC__ < > # include <limits.h> < > #else < > # include <assert.h> < > #endif < > < > #undef $ac_func < > < > /* 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 $ac_func (); < > /* The GNU C library defines this for functions which it implements < > to always fail with ENOSYS. Some functions are actually named < > something starting with __ and the normal name is an alias. */ < > #if defined (__stub_$ac_func) || defined (__stub___$ac_func) < > choke me < > #else < > char (*f) () = $ac_func; < > #endif < > #ifdef __cplusplus < > } < > #endif < > < > int < > main () < > { < > return f != $ac_func; < > ; < > return 0; < > } < > _ACEOF < > rm -f conftest.$ac_objext conftest$ac_exeext < > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 < > (eval $ac_link) 2>conftest.er1 < > ac_status=$? < > grep -v '^ *+' conftest.er1 >conftest.err < > rm -f conftest.er1 < > cat conftest.err >&5 < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); } && < > { ac_try='test -z "$ac_c_werror_flag" < > || test ! -s conftest.err' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; } && < > { ac_try='test -s conftest$ac_exeext' < > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 < > (eval $ac_try) 2>&5 < > ac_status=$? < > echo "$as_me:$LINENO: \$? = $ac_status" >&5 < > (exit $ac_status); }; }; then < > eval "$as_ac_var=yes" < > else < > echo "$as_me: failed program was:" >&5 < > sed 's/^/| /' conftest.$ac_ext >&5 < > < > eval "$as_ac_var=no" < > fi < > rm -f conftest.err conftest.$ac_objext \ < > conftest$ac_exeext conftest.$ac_ext < > fi < > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 < > echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 < > if test `eval echo '${'$as_ac_var'}'` = yes; then < > cat >>confdefs.h <<_ACEOF < > #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 < > _ACEOF < > < > else < > case $LIBOBJS in < > "$ac_func.$ac_objext" | \ < > *" $ac_func.$ac_objext" | \ < > "$ac_func.$ac_objext "* | \ < > *" $ac_func.$ac_objext "* ) ;; < > *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;; < > esac < > < > fi < > done < > < > < 23611a24123 < > s,@LIBOBJS@,$LIBOBJS,;t t < 23615d24126 < < s,@LIBOBJS@,$LIBOBJS,;t t < Index: configure.ac < =================================================================== < RCS file: /cvsroot/gbi/gbigui/configure.ac,v < retrieving revision 1.3 < diff -r1.3 configure.ac < 15d14 < < < 20a20,55 < > AC_HAVE_HEADERS(sys/io.h) < > < > < > < > < > AC_CACHE_CHECK([for func inb ], ac_cv_have_func_inb, [ < > AC_TRY_COMPILE( < > [ < > #include <sys/io.h> < > ], < > [ int ix; ix=inb(0); ], < > [ ac_cv_have_func_inb="yes" ], < > [ ac_cv_have_func_inb="no" ] < > ) < > ]) < > if test "x$ac_cv_have_func_inb" = "xyes" ; then < > AC_DEFINE(HAVE_FUNC_INB,,Have func inb ) < > fi < > < > AC_CACHE_CHECK([for func outb], ac_cv_have_func_outb, [ < > AC_TRY_COMPILE( < > [ < > #ifdef HAVE_SYS_IO_H < > #include <sys/io.h> < > #endif < > ], < > [ outb("A",0); ], < > [ ac_cv_have_func_outb="yes" ], < > [ ac_cv_have_func_outb="no" ] < > ) < > ]) < > if test "x$ac_cv_have_func_outb" = "xyes" ; then < > AC_DEFINE(HAVE_FUNC_OUTB,,Have func outb) < > fi < > < > < 40c75,76 < < < --- < > AC_REPLACE_FUNCS(outb) < > AC_REPLACE_FUNCS(inb) < Index: src/Makefile.in < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/Makefile.in,v < retrieving revision 1.1 < diff -r1.1 Makefile.in < 53c53,58 < < am_gbigui_OBJECTS = callbacks.$(OBJEXT) main.$(OBJEXT) < --- < > am_gbigui_OBJECTS = callbacks.$(OBJEXT) main.$(OBJEXT) \ < > waitus.$(OBJEXT) close_dialog.$(OBJEXT) msg_box.$(OBJEXT) \ < > open_bin.$(OBJEXT) open_ihx.$(OBJEXT) w_write.$(OBJEXT) \ < > setup_p_OK_click.$(OBJEXT) setup_port.$(OBJEXT) \ < > file_sel_OK.$(OBJEXT) sel_file.$(OBJEXT) w_exit.$(OBJEXT) \ < > delete_event.$(OBJEXT) < 246c251,264 < < main.c < --- < > main.c \ < > gbigui.h \ < > waitus.c \ < > close_dialog.c \ < > msg_box.c \ < > open_bin.c \ < > open_ihx.c \ < > w_write.c \ < > setup_p_OK_click.c \ < > setup_port.c \ < > file_sel_OK.c \ < > sel_file.c \ < > w_exit.c \ < > delete_event.c < 322a341,343 < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close_dialog.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete_event.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_sel_OK.Po@am__quote@ < 323a345,353 < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg_box.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open_bin.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open_ihx.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sel_file.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup_p_OK_click.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup_port.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_exit.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_write.Po@am__quote@ < > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waitus.Po@am__quote@ < Index: src/file_sel_OK.c < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/file_sel_OK.c,v < retrieving revision 1.1 < diff -r1.1 file_sel_OK.c < 26a27,28 < > #include <string.h> < > #include <stdio.h> < 29a32 < > char filename[255]; < Index: src/gbigui.h < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/gbigui.h,v < retrieving revision 1.1 < diff -r1.1 gbigui.h < 29c29 < < < --- < > #include <sys/io.h> < 42,56c42,53 < < static inline void outb(char val, short port) < < { < < ioperm(port, 1, 1); < < __asm__ volatile ("out%B0 %0,%1"::"a" (val), "d"(port)); < < } < < < < static inline unsigned char inb(short port) < < { < < unsigned int ret; < < < < ioperm(port, 1, 1); < < __asm__ volatile ("in%B0 %1,%0":"=a" (ret):"d"(port)); < < < < return ret; < < } < --- < > /** Stuff used accross functions < > **/ < > extern unsigned char mem[2048]; < > extern GtkWidget *setup_p_entry; < > extern char address[10]; < > extern GtkWidget *setup_p; < > extern GtkWidget *b_write; < > extern GtkWidget *l_port; < > extern GtkWidget *l_file; < > extern GtkWidget *l_filetype; < > extern char filename[255]; < > extern GtkWidget *filew; < Index: src/main.c < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/main.c,v < retrieving revision 1.2 < diff -r1.2 main.c < 79,81c79,81 < < GtkWidget* < < create_window (void) < < { < --- < > //GtkWidget* < > //create_window (void) < > //{ < 96c96,97 < < } < --- < > < > //} < 121a123,129 < > < > GtkWidget *b_write; < > GtkWidget *l_port; < > GtkWidget *l_file; < > GtkWidget *l_filetype; < > GtkWidget *filew; < > < 129a138,139 < > < > < Index: src/open_bin.c < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/open_bin.c,v < retrieving revision 1.1 < diff -r1.1 open_bin.c < 36c36 < < fread(mem, 2048, 1, file); < --- < > fread(binary, 2048, 1, file); < Index: src/open_ihx.c < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/open_ihx.c,v < retrieving revision 1.1 < diff -r1.1 open_ihx.c < 16c16,17 < < < --- < > #include <string.h> < > #include "config.h" < Index: src/setup_p_OK_click.c < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/setup_p_OK_click.c,v < retrieving revision 1.1 < diff -r1.1 setup_p_OK_click.c < 27c27,28 < < < --- < > #include <stdio.h> < > < 29a31,34 < > GtkWidget *setup_p_entry; < > GtkWidget *setup_p; < > char address[10]; < > < 34a40,41 < > GtkWidget *l_port; < > < Index: src/w_write.c < =================================================================== < RCS file: /cvsroot/gbi/gbigui/src/w_write.c,v < retrieving revision 1.1 < diff -r1.1 w_write.c < 26c26,30 < < < --- < > #include <unistd.h> < > #include <string.h> < > #include <sys/types.h> < > < > #include <pwd.h> < 27a32,53 < > #include "config.h" < > < > #ifndef HAVE_FUNC_OUTB < > static inline void outb(char val, short port) < > { < > ioperm(port, 1, 1); < > __asm__ volatile ("out%B0 %0,%1"::"a" (val), "d"(port)); < > } < > #endif < > #ifndef HAVE_FUNC_INB < > static inline unsigned char inb(short port) < > { < > unsigned int ret; < > < > ioperm(port, 1, 1); < > __asm__ volatile ("in%B0 %1,%0":"=a" (ret):"d"(port)); < > < > return ret; < > } < > #endif < > < > unsigned char mem[2048]; < 41c67 < < sscanf(address, "%x", &port); < --- < > // sscanf(address, "%x", &port); < 115c141 < < wait(1000); < --- < > waitus(1000); < 117c143 < < wait(1000); < --- < > waitus(1000); --- > Fri Feb 8 14:06:25 EST 2008 Index: TODO.tasks =================================================================== RCS file: /cvsroot/gbi/gbigui/TODO.tasks,v retrieving revision 1.5 diff -r1.5 TODO.tasks 10a11,16 > <item> > <attribute id="1202495994" priority="2" done="0" start_date="733080" enddate="99999999" notify="0" endtime="-60" last_edited="1202495994"/> > <summary>Investigate using device files instead of outb</summary> > <comment>Instead of writing directly to a parrallel port we should be looking at writing to a device file instead. This opens the door to support for USB connected devices as well as serial connected devices. > </comment> > </item> 23c29 < <comment></comment> --- > <comment/> Index: config.log =================================================================== RCS file: /cvsroot/gbi/gbigui/config.log,v retrieving revision 1.4 diff -r1.4 config.log 31d30 < PATH: /local/postgres/bin 38,43d36 < PATH: /home/pberghol/geda-install/bin < PATH: /usr/local/software/eclipse < PATH: /local/maven/bin < PATH: /local/ant/bin < PATH: /local/xdoclet/bin < PATH: /home/pberghol/bin 49a43 > PATH: /home/pberghol/bin 927c921 < configure:22939: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " --- > configure:22939: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 " 929c923 < configure:22957: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " --- > configure:22957: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 " 954a949 > config.status:1011: config.h is unchanged 1083c1078 < pkg_cv_GBIGUI_LIBS='-L/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -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 ' --- > pkg_cv_GBIGUI_LIBS='-L/lib -lglade-2.0 -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 -lxml2 -lz -lm ' 1126c1121 < GBIGUI_LIBS='-L/lib -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -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 ' --- > GBIGUI_LIBS='-L/lib -lglade-2.0 -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 -lxml2 -lz -lm ' 1277a1273,1290 > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by gbigui config.status 0.1, which was > generated by GNU Autoconf 2.59. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status config.h > > on cowdawg.hoc.ibm.com > > config.status:883: creating config.h > config.status:1011: config.h is unchanged Index: configure =================================================================== RCS file: /cvsroot/gbi/gbigui/configure,v retrieving revision 1.3 diff -r1.3 configure 22939,22940c22939,22940 < { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 \"") >&5 < ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 ") 2>&5 --- > { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 \"") >&5 > ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 ") 2>&5 22944c22944 < pkg_cv_GBIGUI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " 2>/dev/null` --- > pkg_cv_GBIGUI_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 " 2>/dev/null` 22957,22958c22957,22958 < { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 \"") >&5 < ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 ") 2>&5 --- > { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 \"") >&5 > ($PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 ") 2>&5 22962c22962 < pkg_cv_GBIGUI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " 2>/dev/null` --- > pkg_cv_GBIGUI_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 " 2>/dev/null` 22981c22981 < GBIGUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 "` --- > GBIGUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 "` 22983c22983 < GBIGUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 "` --- > GBIGUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 "` 22988c22988 < { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 ) were not met: --- > { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 ) were not met: 22999c22999 < echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 ) were not met: --- > echo "$as_me: error: Package requirements (gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 ) were not met: Index: configure.ac =================================================================== RCS file: /cvsroot/gbi/gbigui/configure.ac,v retrieving revision 1.5 diff -r1.5 configure.ac 71c71 < PKG_CHECK_MODULES(GBIGUI, [gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 ]) --- > PKG_CHECK_MODULES(GBIGUI, [gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 libxml-2.0 >= 2.6.26 ]) Index: src/Makefile.am =================================================================== RCS file: /cvsroot/gbi/gbigui/src/Makefile.am,v retrieving revision 1.4 diff -r1.4 Makefile.am 36c36,39 < delete_event.c --- > delete_event.c \ > configuration.c \ > confParser.c \ > confParser.h Index: src/Makefile.in =================================================================== RCS file: /cvsroot/gbi/gbigui/src/Makefile.in,v retrieving revision 1.2 diff -r1.2 Makefile.in 58c58 < delete_event.$(OBJEXT) --- > delete_event.$(OBJEXT) configuration.$(OBJEXT) 264c264,265 < delete_event.c --- > delete_event.c \ > configuration.c 341a343 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/configuration.Po@am__quote@ Index: src/gbigui.h =================================================================== RCS file: /cvsroot/gbi/gbigui/src/gbigui.h,v retrieving revision 1.2 diff -r1.2 gbigui.h 54a55,68 > > typedef struct { > char* confDir; > char* confFile; > char*mem; > char*filename; > char*address; > } confData; > > typedef confData* pconfData; > > extern pconfData configuration; > > 55a70,75 > *** > *** Most of this is slated to go away as the GUI itself becomes more > *** Glade centric. Also certain things are going to go away because > *** configuration items are going to be centralized and in some cases > *** taken out of the mode of being "hard coded." > *** 67a88 > void initConfigurationData(); Thu Feb 7 14:08:54 EST 2008 ? schematics.gif ? po/stamp-it ? src/gbigui Index: .tm_project2.cache =================================================================== RCS file: /cvsroot/gbi/gbigui/.tm_project2.cache,v retrieving revision 1.1 diff -r1.1 .tm_project2.cache Binary files /tmp/cvs2yXMuc and .tm_project2.cache differ Index: ChangeLog =================================================================== RCS file: /cvsroot/gbi/gbigui/ChangeLog,v retrieving revision 1.3 diff -r1.3 ChangeLog 0a1 > Thu Feb 7 14:08:54 EST 2008 Index: TODO.tasks =================================================================== RCS file: /cvsroot/gbi/gbigui/TODO.tasks,v retrieving revision 1.3 diff -r1.3 TODO.tasks 3,5c3,19 < <category title="Personal" place="0"/> < <category title="Business" place="1"/> < <category title="Unfiled" place="2"/> --- > <category title="Unfiled" place="0"> > <item> > <attribute id="1202411227" priority="1" done="0" start_date="733079" enddate="99999999" notify="0" endtime="-60" last_edited="1202411227"/> > <summary>Convert GUI elements from hard coded to Glade</summary> > <comment></comment> > </item> > </category> > <category title="Coding Bugs" place="1"/> > <category title="Best Practices" place="2"> > <item> > <attribute id="1202411202" priority="1" done="0" start_date="733079" enddate="99999999" notify="0" endtime="-60" last_edited="1202411202"/> > <summary>Seek out and eliminate uneccsary use of globals</summary> > <comment/> > </item> > </category> > <category title="Feature Requests" place="3"/> > <category title="Documentation" place="4"/> Index: config.h.in =================================================================== RCS file: /cvsroot/gbi/gbigui/config.h.in,v retrieving revision 1.1 diff -r1.1 config.h.in 17a18,23 > /* Have func inb */ > #undef HAVE_FUNC_INB > > /* Have func outb */ > #undef HAVE_FUNC_OUTB > 20a27,29 > /* Define to 1 if you have the `inb' function. */ > #undef HAVE_INB > 32a42,44 > /* Define to 1 if you have the `outb' function. */ > #undef HAVE_OUTB > 44a57,59 > /* Define to 1 if you have the <sys/io.h> header file. */ > #undef HAVE_SYS_IO_H > Index: config.log =================================================================== RCS file: /cvsroot/gbi/gbigui/config.log,v retrieving revision 1.2 diff -r1.2 config.log 293,297c293,297 < configure:5271: checking how to run the C preprocessor < configure:5389: result: gcc -E < configure:5413: gcc -E conftest.c < configure:5419: $? = 0 < configure:5451: gcc -E conftest.c --- > configure:5270: checking how to run the C preprocessor > configure:5388: result: gcc -E > configure:5412: gcc -E conftest.c > configure:5418: $? = 0 > configure:5450: gcc -E conftest.c 299c299 < configure:5457: $? = 1 --- > configure:5456: $? = 1 313,317c313,317 < configure:5552: checking for g++ < configure:5568: found /usr/bin/g++ < configure:5578: result: g++ < configure:5594: checking for C++ compiler version < configure:5597: g++ --version </dev/null >&5 --- > configure:5551: checking for g++ > configure:5567: found /usr/bin/g++ > configure:5577: result: g++ > configure:5593: checking for C++ compiler version > configure:5596: g++ --version </dev/null >&5 323,324c323,324 < configure:5600: $? = 0 < configure:5602: g++ -v </dev/null >&5 --- > configure:5599: $? = 0 > configure:5601: g++ -v </dev/null >&5 330,331c330,331 < configure:5605: $? = 0 < configure:5607: g++ -V </dev/null >&5 --- > configure:5604: $? = 0 > configure:5606: g++ -V </dev/null >&5 333,359c333,359 < configure:5610: $? = 1 < configure:5613: checking whether we are using the GNU C++ compiler < configure:5637: g++ -c conftest.cc >&5 < configure:5643: $? = 0 < configure:5647: test -z < || test ! -s conftest.err < configure:5650: $? = 0 < configure:5653: test -s conftest.o < configure:5656: $? = 0 < configure:5669: result: yes < configure:5675: checking whether g++ accepts -g < configure:5696: g++ -c -g conftest.cc >&5 < configure:5702: $? = 0 < configure:5706: test -z < || test ! -s conftest.err < configure:5709: $? = 0 < configure:5712: test -s conftest.o < configure:5715: $? = 0 < configure:5726: result: yes < configure:5768: g++ -c -g -O2 conftest.cc >&5 < configure:5774: $? = 0 < configure:5778: test -z < || test ! -s conftest.err < configure:5781: $? = 0 < configure:5784: test -s conftest.o < configure:5787: $? = 0 < configure:5813: g++ -c -g -O2 conftest.cc >&5 --- > configure:5609: $? = 1 > configure:5612: checking whether we are using the GNU C++ compiler > configure:5636: g++ -c conftest.cc >&5 > configure:5642: $? = 0 > configure:5646: test -z > || test ! -s conftest.err > configure:5649: $? = 0 > configure:5652: test -s conftest.o > configure:5655: $? = 0 > configure:5668: result: yes > configure:5674: checking whether g++ accepts -g > configure:5695: g++ -c -g conftest.cc >&5 > configure:5701: $? = 0 > configure:5705: test -z > || test ! -s conftest.err > configure:5708: $? = 0 > configure:5711: test -s conftest.o > configure:5714: $? = 0 > configure:5725: result: yes > configure:5767: g++ -c -g -O2 conftest.cc >&5 > configure:5773: $? = 0 > configure:5777: test -z > || test ! -s conftest.err > configure:5780: $? = 0 > configure:5783: test -s conftest.o > configure:5786: $? = 0 > configure:5812: g++ -c -g -O2 conftest.cc >&5 362c362 < configure:5819: $? = 1 --- > configure:5818: $? = 1 383,507c383,509 < configure:5768: g++ -c -g -O2 conftest.cc >&5 < configure:5774: $? = 0 < configure:5778: test -z < || test ! -s conftest.err < configure:5781: $? = 0 < configure:5784: test -s conftest.o < configure:5787: $? = 0 < configure:5813: g++ -c -g -O2 conftest.cc >&5 < configure:5819: $? = 0 < configure:5823: test -z < || test ! -s conftest.err < configure:5826: $? = 0 < configure:5829: test -s conftest.o < configure:5832: $? = 0 < configure:5857: checking dependency style of g++ < configure:5947: result: gcc3 < configure:5988: checking for sys/types.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for sys/stat.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for stdlib.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for string.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for memory.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for strings.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for inttypes.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for stdint.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:5988: checking for unistd.h < configure:6004: gcc -c -g -O2 conftest.c >&5 < configure:6010: $? = 0 < configure:6014: test -z < || test ! -s conftest.err < configure:6017: $? = 0 < configure:6020: test -s conftest.o < configure:6023: $? = 0 < configure:6034: result: yes < configure:6061: checking locale.h usability < configure:6073: gcc -c -g -O2 conftest.c >&5 < configure:6079: $? = 0 < configure:6083: test -z < || test ! -s conftest.err < configure:6086: $? = 0 < configure:6089: test -s conftest.o < configure:6092: $? = 0 < configure:6102: result: yes < configure:6106: checking locale.h presence < configure:6116: gcc -E conftest.c < configure:6122: $? = 0 < configure:6142: result: yes < configure:6177: checking for locale.h < configure:6184: result: yes < configure:6198: checking for LC_MESSAGES < configure:6219: gcc -o conftest -g -O2 conftest.c >&5 < configure:6225: $? = 0 < configure:6229: test -z < || test ! -s conftest.err < configure:6232: $? = 0 < configure:6235: test -s conftest < configure:6238: $? = 0 < configure:6250: result: yes < configure:6279: checking libintl.h usability < configure:6291: gcc -c -g -O2 conftest.c >&5 < configure:6297: $? = 0 < configure:6301: test -z --- > configure:5767: g++ -c -g -O2 conftest.cc >&5 > configure:5773: $? = 0 > configure:5777: test -z > || test ! -s conftest.err > configure:5780: $? = 0 > configure:5783: test -s conftest.o > configure:5786: $? = 0 > configure:5812: g++ -c -g -O2 conftest.cc >&5 > configure:5818: $? = 0 > configure:5822: test -z > || test ! -s conftest.err > configure:5825: $? = 0 > configure:5828: test -s conftest.o > configure:5831: $? = 0 > configure:5856: checking dependency style of g++ > configure:5946: result: gcc3 > configure:5980: checking for sys/types.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for sys/stat.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for stdlib.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for string.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for memory.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for strings.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for inttypes.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for stdint.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:5980: checking for unistd.h > configure:5996: gcc -c -g -O2 conftest.c >&5 > configure:6002: $? = 0 > configure:6006: test -z > || test ! -s conftest.err > configure:6009: $? = 0 > configure:6012: test -s conftest.o > configure:6015: $? = 0 > configure:6026: result: yes > configure:6052: checking sys/io.h usability > configure:6064: gcc -c -g -O2 conftest.c >&5 > configure:6070: $? = 0 > configure:6074: test -z > || test ! -s conftest.err > configure:6077: $? = 0 > configure:6080: test -s conftest.o > configure:6083: $? = 0 > configure:6093: result: yes > configure:6097: checking sys/io.h presence > configure:6107: gcc -E conftest.c > configure:6113: $? = 0 > configure:6133: result: yes > configure:6168: checking for sys/io.h > configure:6175: result: yes > configure:6192: checking for func inb > configure:6216: gcc -c -g -O2 conftest.c >&5 > configure:6222: $? = 0 > configure:6226: test -z > || test ! -s conftest.err > configure:6229: $? = 0 > configure:6232: test -s conftest.o > configure:6235: $? = 0 > configure:6248: result: yes > configure:6258: checking for func outb > configure:6284: gcc -c -g -O2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:34: warning: passing argument 1 of 'outb' makes integer from pointer without a cast > configure:6290: $? = 0 > configure:6294: test -z 509,626c511,661 < configure:6304: $? = 0 < configure:6307: test -s conftest.o < configure:6310: $? = 0 < configure:6320: result: yes < configure:6324: checking libintl.h presence < configure:6334: gcc -E conftest.c < configure:6340: $? = 0 < configure:6360: result: yes < configure:6395: checking for libintl.h < configure:6402: result: yes < configure:6413: checking for ngettext in libc < configure:6436: gcc -o conftest -g -O2 conftest.c >&5 < configure:6442: $? = 0 < configure:6446: test -z < || test ! -s conftest.err < configure:6449: $? = 0 < configure:6452: test -s conftest < configure:6455: $? = 0 < configure:6468: result: yes < configure:6472: checking for dgettext in libc < configure:6495: gcc -o conftest -g -O2 conftest.c >&5 < configure:6501: $? = 0 < configure:6505: test -z < || test ! -s conftest.err < configure:6508: $? = 0 < configure:6511: test -s conftest < configure:6514: $? = 0 < configure:6527: result: yes < configure:6536: checking for bind_textdomain_codeset < configure:6593: gcc -o conftest -g -O2 conftest.c >&5 < configure:6599: $? = 0 < configure:6603: test -z < || test ! -s conftest.err < configure:6606: $? = 0 < configure:6609: test -s conftest < configure:6612: $? = 0 < configure:6624: result: yes < configure:7134: checking for msgfmt < configure:7161: result: /usr/bin/msgfmt < configure:7174: checking for dcgettext < configure:7231: gcc -o conftest -g -O2 conftest.c >&5 < conftest.c:53: warning: conflicting types for built-in function 'dcgettext' < configure:7237: $? = 0 < configure:7241: test -z < || test ! -s conftest.err < configure:7244: $? = 0 < configure:7247: test -s conftest < configure:7250: $? = 0 < configure:7262: result: yes < configure:7274: checking for gmsgfmt < configure:7305: result: /usr/bin/msgfmt < configure:7314: checking for xgettext < configure:7341: result: /usr/bin/xgettext < configure:7365: gcc -o conftest -g -O2 conftest.c >&5 < configure:7371: $? = 0 < configure:7375: test -z < || test ! -s conftest.err < configure:7378: $? = 0 < configure:7381: test -s conftest < configure:7384: $? = 0 < configure:7626: checking for intltool >= 0.35.0 < configure:7633: result: 0.35.0 found < configure:7689: checking for perl < configure:7707: found /usr/bin/perl < configure:7719: result: /usr/bin/perl < configure:7737: checking for XML::Parser < configure:7740: result: ok < configure:7751: checking for iconv < configure:7769: found /usr/bin/iconv < configure:7782: result: /usr/bin/iconv < configure:7791: checking for msgfmt < configure:7809: found /usr/bin/msgfmt < configure:7822: result: /usr/bin/msgfmt < configure:7831: checking for msgmerge < configure:7849: found /usr/bin/msgmerge < configure:7862: result: /usr/bin/msgmerge < configure:7871: checking for xgettext < configure:7889: found /usr/bin/xgettext < configure:7902: result: /usr/bin/xgettext < configure:8001: checking build system type < configure:8019: result: i686-redhat-linux-gnu < configure:8027: checking host system type < configure:8041: result: i686-redhat-linux-gnu < configure:8049: checking for a sed that does not truncate output < configure:8105: result: /bin/sed < configure:8119: checking for ld used by gcc < configure:8186: result: /usr/bin/ld < configure:8195: checking if the linker (/usr/bin/ld) is GNU ld < configure:8210: result: yes < configure:8215: checking for /usr/bin/ld option to reload object files < configure:8222: result: -r < configure:8240: checking for BSD-compatible nm < configure:8289: result: /usr/bin/nm -B < configure:8293: checking whether ln -s works < configure:8297: result: yes < configure:8304: checking how to recognise dependent libraries < configure:8480: result: pass_all < configure:8725: checking dlfcn.h usability < configure:8737: gcc -c -g -O2 conftest.c >&5 < configure:8743: $? = 0 < configure:8747: test -z < || test ! -s conftest.err < configure:8750: $? = 0 < configure:8753: test -s conftest.o < configure:8756: $? = 0 < configure:8766: result: yes < configure:8770: checking dlfcn.h presence < configure:8780: gcc -E conftest.c < configure:8786: $? = 0 < configure:8806: result: yes < configure:8841: checking for dlfcn.h < configure:8848: result: yes < configure:8871: checking how to run the C++ preprocessor < configure:8902: g++ -E conftest.cc < configure:8908: $? = 0 < configure:8940: g++ -E conftest.cc < conftest.cc:32:28: error: ac_nonexistent.h: No such file or directory < configure:8946: $? = 1 --- > configure:6297: $? = 0 > configure:6300: test -s conftest.o > configure:6303: $? = 0 > configure:6316: result: yes > configure:6349: checking locale.h usability > configure:6361: gcc -c -g -O2 conftest.c >&5 > configure:6367: $? = 0 > configure:6371: test -z > || test ! -s conftest.err > configure:6374: $? = 0 > configure:6377: test -s conftest.o > configure:6380: $? = 0 > configure:6390: result: yes > configure:6394: checking locale.h presence > configure:6404: gcc -E conftest.c > configure:6410: $? = 0 > configure:6430: result: yes > configure:6465: checking for locale.h > configure:6472: result: yes > configure:6486: checking for LC_MESSAGES > configure:6507: gcc -o conftest -g -O2 conftest.c >&5 > configure:6513: $? = 0 > configure:6517: test -z > || test ! -s conftest.err > configure:6520: $? = 0 > configure:6523: test -s conftest > configure:6526: $? = 0 > configure:6538: result: yes > configure:6567: checking libintl.h usability > configure:6579: gcc -c -g -O2 conftest.c >&5 > configure:6585: $? = 0 > configure:6589: test -z > || test ! -s conftest.err > configure:6592: $? = 0 > configure:6595: test -s conftest.o > configure:6598: $? = 0 > configure:6608: result: yes > configure:6612: checking libintl.h presence > configure:6622: gcc -E conftest.c > configure:6628: $? = 0 > configure:6648: result: yes > configure:6683: checking for libintl.h > configure:6690: result: yes > configure:6701: checking for ngettext in libc > configure:6724: gcc -o conftest -g -O2 conftest.c >&5 > configure:6730: $? = 0 > configure:6734: test -z > || test ! -s conftest.err > configure:6737: $? = 0 > configure:6740: test -s conftest > configure:6743: $? = 0 > configure:6756: result: yes > configure:6760: checking for dgettext in libc > configure:6783: gcc -o conftest -g -O2 conftest.c >&5 > configure:6789: $? = 0 > configure:6793: test -z > || test ! -s conftest.err > configure:6796: $? = 0 > configure:6799: test -s conftest > configure:6802: $? = 0 > configure:6815: result: yes > configure:6824: checking for bind_textdomain_codeset > configure:6881: gcc -o conftest -g -O2 conftest.c >&5 > configure:6887: $? = 0 > configure:6891: test -z > || test ! -s conftest.err > configure:6894: $? = 0 > configure:6897: test -s conftest > configure:6900: $? = 0 > configure:6912: result: yes > configure:7422: checking for msgfmt > configure:7449: result: /usr/bin/msgfmt > configure:7462: checking for dcgettext > configure:7519: gcc -o conftest -g -O2 conftest.c >&5 > conftest.c:56: warning: conflicting types for built-in function 'dcgettext' > configure:7525: $? = 0 > configure:7529: test -z > || test ! -s conftest.err > configure:7532: $? = 0 > configure:7535: test -s conftest > configure:7538: $? = 0 > configure:7550: result: yes > configure:7562: checking for gmsgfmt > configure:7593: result: /usr/bin/msgfmt > configure:7602: checking for xgettext > configure:7629: result: /usr/bin/xgettext > configure:7653: gcc -o conftest -g -O2 conftest.c >&5 > configure:7659: $? = 0 > configure:7663: test -z > || test ! -s conftest.err > configure:7666: $? = 0 > configure:7669: test -s conftest > configure:7672: $? = 0 > configure:7914: checking for intltool >= 0.35.0 > configure:7921: result: 0.35.0 found > configure:7977: checking for perl > configure:7995: found /usr/bin/perl > configure:8007: result: /usr/bin/perl > configure:8025: checking for XML::Parser > configure:8028: result: ok > configure:8039: checking for iconv > configure:8057: found /usr/bin/iconv > configure:8070: result: /usr/bin/iconv > configure:8079: checking for msgfmt > configure:8097: found /usr/bin/msgfmt > configure:8110: result: /usr/bin/msgfmt > configure:8119: checking for msgmerge > configure:8137: found /usr/bin/msgmerge > configure:8150: result: /usr/bin/msgmerge > configure:8159: checking for xgettext > configure:8177: found /usr/bin/xgettext > configure:8190: result: /usr/bin/xgettext > configure:8289: checking build system type > configure:8307: result: i686-redhat-linux-gnu > configure:8315: checking host system type > configure:8329: result: i686-redhat-linux-gnu > configure:8337: checking for a sed that does not truncate output > configure:8393: result: /bin/sed > configure:8407: checking for ld used by gcc > configure:8474: result: /usr/bin/ld > configure:8483: checking if the linker (/usr/bin/ld) is GNU ld > configure:8498: result: yes > configure:8503: checking for /usr/bin/ld option to reload object files > configure:8510: result: -r > configure:8528: checking for BSD-compatible nm > configure:8577: result: /usr/bin/nm -B > configure:8581: checking whether ln -s works > configure:8585: result: yes > configure:8592: checking how to recognise dependent libraries > configure:8768: result: pass_all > configure:9013: checking dlfcn.h usability > configure:9025: gcc -c -g -O2 conftest.c >&5 > configure:9031: $? = 0 > configure:9035: test -z > || test ! -s conftest.err > configure:9038: $? = 0 > configure:9041: test -s conftest.o > configure:9044: $? = 0 > configure:9054: result: yes > configure:9058: checking dlfcn.h presence > configure:9068: gcc -E conftest.c > configure:9074: $? = 0 > configure:9094: result: yes > configure:9129: checking for dlfcn.h > configure:9136: result: yes > configure:9159: checking how to run the C++ preprocessor > configure:9190: g++ -E conftest.cc > configure:9196: $? = 0 > configure:9228: g++ -E conftest.cc > conftest.cc:35:28: error: ac_nonexistent.h: No such file or directory > configure:9234: $? = 1 641d675 < | #define GETTEXT_PACKAGE "gbigui" 650a685,688 > | #define HAVE_SYS_IO_H 1 > | #define HAVE_FUNC_INB > | #define HAVE_FUNC_OUTB > | #define GETTEXT_PACKAGE "gbigui" 660,665c698,703 < configure:8985: result: g++ -E < configure:9009: g++ -E conftest.cc < configure:9015: $? = 0 < configure:9047: g++ -E conftest.cc < conftest.cc:32:28: error: ac_nonexistent.h: No such file or directory < configure:9053: $? = 1 --- > configure:9273: result: g++ -E > configure:9297: g++ -E conftest.cc > configure:9303: $? = 0 > configure:9335: g++ -E conftest.cc > conftest.cc:35:28: error: ac_nonexistent.h: No such file or directory > configure:9341: $? = 1 680d717 < | #define GETTEXT_PACKAGE "gbigui" 689a727,730 > | #define HAVE_SYS_IO_H 1 > | #define HAVE_FUNC_INB > | #define HAVE_FUNC_OUTB > | #define GETTEXT_PACKAGE "gbigui" 699,727c740,768 < configure:9150: checking for g77 < configure:9179: result: no < configure:9150: checking for f77 < configure:9179: result: no < configure:9150: checking for xlf < configure:9179: result: no < configure:9150: checking for frt < configure:9179: result: no < configure:9150: checking for pgf77 < configure:9179: result: no < configure:9150: checking for fort77 < configure:9179: result: no < configure:9150: checking for fl32 < configure:9179: result: no < configure:9150: checking for af77 < configure:9179: result: no < configure:9150: checking for f90 < configure:9179: result: no < configure:9150: checking for xlf90 < configure:9179: result: no < configure:9150: checking for pgf90 < configure:9179: result: no < configure:9150: checking for epcf90 < configure:9179: result: no < configure:9150: checking for f95 < configure:9166: found /usr/bin/f95 < configure:9176: result: f95 < configure:9191: checking for Fortran 77 compiler version < configure:9194: f95 --version </dev/null >&5 --- > configure:9438: checking for g77 > configure:9467: result: no > configure:9438: checking for f77 > configure:9467: result: no > configure:9438: checking for xlf > configure:9467: result: no > configure:9438: checking for frt > configure:9467: result: no > configure:9438: checking for pgf77 > configure:9467: result: no > configure:9438: checking for fort77 > configure:9467: result: no > configure:9438: checking for fl32 > configure:9467: result: no > configure:9438: checking for af77 > configure:9467: result: no > configure:9438: checking for f90 > configure:9467: result: no > configure:9438: checking for xlf90 > configure:9467: result: no > configure:9438: checking for pgf90 > configure:9467: result: no > configure:9438: checking for epcf90 > configure:9467: result: no > configure:9438: checking for f95 > configure:9454: found /usr/bin/f95 > configure:9464: result: f95 > configure:9479: checking for Fortran 77 compiler version > configure:9482: f95 --version </dev/null >&5 736,737c777,778 < configure:9197: $? = 0 < configure:9199: f95 -v </dev/null >&5 --- > configure:9485: $? = 0 > configure:9487: f95 -v </dev/null >&5 743,744c784,785 < configure:9202: $? = 0 < configure:9204: f95 -V </dev/null >&5 --- > configure:9490: $? = 0 > configure:9492: f95 -V </dev/null >&5 746,787c787,828 < configure:9207: $? = 1 < configure:9215: checking whether we are using the GNU Fortran 77 compiler < configure:9229: f95 -c conftest.F >&5 < configure:9235: $? = 0 < configure:9239: test -z < || test ! -s conftest.err < configure:9242: $? = 0 < configure:9245: test -s conftest.o < configure:9248: $? = 0 < configure:9261: result: yes < configure:9267: checking whether f95 accepts -g < configure:9279: f95 -c -g conftest.f >&5 < configure:9285: $? = 0 < configure:9289: test -z < || test ! -s conftest.err < configure:9292: $? = 0 < configure:9295: test -s conftest.o < configure:9298: $? = 0 < configure:9310: result: yes < configure:9340: checking the maximum length of command line arguments < configure:9449: result: 32768 < configure:9460: checking command to parse /usr/bin/nm -B output from gcc object < configure:9565: gcc -c -g -O2 conftest.c >&5 < configure:9568: $? = 0 < configure:9572: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm < configure:9575: $? = 0 < configure:9627: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 < configure:9630: $? = 0 < configure:9668: result: ok < configure:9672: checking for objdir < configure:9687: result: .libs < configure:9777: checking for ar < configure:9793: found /usr/bin/ar < configure:9804: result: ar < configure:9857: checking for ranlib < configure:9873: found /usr/bin/ranlib < configure:9884: result: ranlib < configure:9937: checking for strip < configure:9953: found /usr/bin/strip < configure:9964: result: strip < configure:10236: checking if gcc supports -fno-rtti -fno-exceptions < configure:10254: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 --- > configure:9495: $? = 1 > configure:9503: checking whether we are using the GNU Fortran 77 compiler > configure:9517: f95 -c conftest.F >&5 > configure:9523: $? = 0 > configure:9527: test -z > || test ! -s conftest.err > configure:9530: $? = 0 > configure:9533: test -s conftest.o > configure:9536: $? = 0 > configure:9549: result: yes > configure:9555: checking whether f95 accepts -g > configure:9567: f95 -c -g conftest.f >&5 > configure:9573: $? = 0 > configure:9577: test -z > || test ! -s conftest.err > configure:9580: $? = 0 > configure:9583: test -s conftest.o > configure:9586: $? = 0 > configure:9598: result: yes > configure:9628: checking the maximum length of command line arguments > configure:9737: result: 32768 > configure:9748: checking command to parse /usr/bin/nm -B output from gcc object > configure:9853: gcc -c -g -O2 conftest.c >&5 > configure:9856: $? = 0 > configure:9860: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm > configure:9863: $? = 0 > configure:9915: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 > configure:9918: $? = 0 > configure:9956: result: ok > configure:9960: checking for objdir > configure:9975: result: .libs > configure:10065: checking for ar > configure:10081: found /usr/bin/ar > configure:10092: result: ar > configure:10145: checking for ranlib > configure:10161: found /usr/bin/ranlib > configure:10172: result: ranlib > configure:10225: checking for strip > configure:10241: found /usr/bin/strip > configure:10252: result: strip > configure:10524: checking if gcc supports -fno-rtti -fno-exceptions > configure:10542: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 789,887c830,1102 < configure:10258: $? = 0 < configure:10271: result: no < configure:10286: checking for gcc option to produce PIC < configure:10496: result: -fPIC < configure:10504: checking if gcc PIC flag -fPIC works < configure:10522: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 < configure:10526: $? = 0 < configure:10539: result: yes < configure:10567: checking if gcc static flag -static works < configure:10595: result: yes < configure:10605: checking if gcc supports -c -o file.o < configure:10626: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 < configure:10630: $? = 0 < configure:10652: result: yes < configure:10678: checking whether the gcc linker (/usr/bin/ld) supports shared libraries < configure:11636: result: yes < configure:11657: checking whether -lc should be explicitly linked in < configure:11662: gcc -c -g -O2 conftest.c >&5 < configure:11665: $? = 0 < configure:11680: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 < configure:11683: $? = 0 < configure:11695: result: no < configure:11703: checking dynamic linker characteristics < configure:12312: result: GNU/Linux ld.so < configure:12321: checking how to hardcode library paths into programs < configure:12346: result: immediate < configure:12360: checking whether stripping libraries is possible < configure:12365: result: yes < configure:13199: checking if libtool supports shared libraries < configure:13201: result: yes < configure:13204: checking whether to build shared libraries < configure:13225: result: yes < configure:13228: checking whether to build static libraries < configure:13232: result: yes < configure:13324: creating libtool < configure:13915: checking for ld used by g++ < configure:13982: result: /usr/bin/ld < configure:13991: checking if the linker (/usr/bin/ld) is GNU ld < configure:14006: result: yes < configure:14057: checking whether the g++ linker (/usr/bin/ld) supports shared libraries < configure:14995: result: yes < configure:15013: g++ -c -g -O2 conftest.cpp >&5 < configure:15016: $? = 0 < configure:15135: checking for g++ option to produce PIC < configure:15409: result: -fPIC < configure:15417: checking if g++ PIC flag -fPIC works < configure:15435: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 < configure:15439: $? = 0 < configure:15452: result: yes < configure:15480: checking if g++ static flag -static works < configure:15508: result: yes < configure:15518: checking if g++ supports -c -o file.o < configure:15539: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 < configure:15543: $? = 0 < configure:15565: result: yes < configure:15591: checking whether the g++ linker (/usr/bin/ld) supports shared libraries < configure:15616: result: yes < configure:15683: checking dynamic linker characteristics < configure:16292: result: GNU/Linux ld.so < configure:16301: checking how to hardcode library paths into programs < configure:16326: result: immediate < configure:16855: checking if libtool supports shared libraries < configure:16857: result: yes < configure:16860: checking whether to build shared libraries < configure:16880: result: yes < configure:16883: checking whether to build static libraries < configure:16887: result: yes < configure:16897: checking for f95 option to produce PIC < configure:17107: result: -fPIC < configure:17115: checking if f95 PIC flag -fPIC works < configure:17133: f95 -c -g -O2 -fPIC conftest.f >&5 < configure:17137: $? = 0 < configure:17150: result: yes < configure:17178: checking if f95 static flag -static works < configure:17206: result: yes < configure:17216: checking if f95 supports -c -o file.o < configure:17237: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5 < configure:17241: $? = 0 < configure:17263: result: yes < configure:17289: checking whether the f95 linker (/usr/bin/ld) supports shared libraries < configure:18227: result: yes < configure:18294: checking dynamic linker characteristics < configure:18903: result: GNU/Linux ld.so < configure:18912: checking how to hardcode library paths into programs < configure:18937: result: immediate < configure:22581: checking for pkg-config < configure:22599: found /usr/bin/pkg-config < configure:22611: result: /usr/bin/pkg-config < configure:22626: checking pkg-config is at least version 0.9.0 < configure:22629: result: yes < configure:22640: checking for GBIGUI < configure:22648: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " < configure:22651: $? = 0 < configure:22666: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " < configure:22669: $? = 0 < configure:22745: result: yes < configure:22771: checking gtk-doc version >= 1.0 < configure:22774: result: yes < configure:22957: creating ./config.status --- > configure:10546: $? = 0 > configure:10559: result: no > configure:10574: checking for gcc option to produce PIC > configure:10784: result: -fPIC > configure:10792: checking if gcc PIC flag -fPIC works > configure:10810: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 > configure:10814: $? = 0 > configure:10827: result: yes > configure:10855: checking if gcc static flag -static works > configure:10883: result: yes > configure:10893: checking if gcc supports -c -o file.o > configure:10914: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 > configure:10918: $? = 0 > configure:10940: result: yes > configure:10966: checking whether the gcc linker (/usr/bin/ld) supports shared libraries > configure:11924: result: yes > configure:11945: checking whether -lc should be explicitly linked in > configure:11950: gcc -c -g -O2 conftest.c >&5 > configure:11953: $? = 0 > configure:11968: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 > configure:11971: $? = 0 > configure:11983: result: no > configure:11991: checking dynamic linker characteristics > configure:12600: result: GNU/Linux ld.so > configure:12609: checking how to hardcode library paths into programs > configure:12634: result: immediate > configure:12648: checking whether stripping libraries is possible > configure:12653: result: yes > configure:13487: checking if libtool supports shared libraries > configure:13489: result: yes > configure:13492: checking whether to build shared libraries > configure:13513: result: yes > configure:13516: checking whether to build static libraries > configure:13520: result: yes > configure:13612: creating libtool > configure:14203: checking for ld used by g++ > configure:14270: result: /usr/bin/ld > configure:14279: checking if the linker (/usr/bin/ld) is GNU ld > configure:14294: result: yes > configure:14345: checking whether the g++ linker (/usr/bin/ld) supports shared libraries > configure:15283: result: yes > configure:15301: g++ -c -g -O2 conftest.cpp >&5 > configure:15304: $? = 0 > configure:15423: checking for g++ option to produce PIC > configure:15697: result: -fPIC > configure:15705: checking if g++ PIC flag -fPIC works > configure:15723: g++ -c -g -O2 -fPIC -DPIC conftest.cpp >&5 > configure:15727: $? = 0 > configure:15740: result: yes > configure:15768: checking if g++ static flag -static works > configure:15796: result: yes > configure:15806: checking if g++ supports -c -o file.o > configure:15827: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 > configure:15831: $? = 0 > configure:15853: result: yes > configure:15879: checking whether the g++ linker (/usr/bin/ld) supports shared libraries > configure:15904: result: yes > configure:15971: checking dynamic linker characteristics > configure:16580: result: GNU/Linux ld.so > configure:16589: checking how to hardcode library paths into programs > configure:16614: result: immediate > configure:17143: checking if libtool supports shared libraries > configure:17145: result: yes > configure:17148: checking whether to build shared libraries > configure:17168: result: yes > configure:17171: checking whether to build static libraries > configure:17175: result: yes > configure:17185: checking for f95 option to produce PIC > configure:17395: result: -fPIC > configure:17403: checking if f95 PIC flag -fPIC works > configure:17421: f95 -c -g -O2 -fPIC conftest.f >&5 > configure:17425: $? = 0 > configure:17438: result: yes > configure:17466: checking if f95 static flag -static works > configure:17494: result: yes > configure:17504: checking if f95 supports -c -o file.o > configure:17525: f95 -c -g -O2 -o out/conftest2.o conftest.f >&5 > configure:17529: $? = 0 > configure:17551: result: yes > configure:17577: checking whether the f95 linker (/usr/bin/ld) supports shared libraries > configure:18515: result: yes > configure:18582: checking dynamic linker characteristics > configure:19191: result: GNU/Linux ld.so > configure:19200: checking how to hardcode library paths into programs > configure:19225: result: immediate > configure:22869: checking for pkg-config > configure:22887: found /usr/bin/pkg-config > configure:22899: result: /usr/bin/pkg-config > configure:22914: checking pkg-config is at least version 0.9.0 > configure:22917: result: yes > configure:22928: checking for GBIGUI > configure:22936: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " > configure:22939: $? = 0 > configure:22954: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.8 libglade-2.0 >= 2.6.0 " > configure:22957: $? = 0 > configure:23033: result: yes > configure:23044: checking for outb > configure:23101: gcc -o conftest -g -O2 conftest.c >&5 > /tmp/ccCsUbWz.o: In function `main': > /home/pberghol/sf-projects/gbigui/conftest.c:74: undefined reference to `outb' > /tmp/ccCsUbWz.o:(.data+0x0): undefined reference to `outb' > collect2: ld returned 1 exit status > configure:23107: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "gbigui" > | #define PACKAGE_TARNAME "gbigui" > | #define PACKAGE_VERSION "0.1" > | #define PACKAGE_STRING "gbigui 0.1" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "gbigui" > | #define VERSION "0.1" > | #define STDC_HEADERS 1 > | #ifdef __cplusplus > | extern "C" void std::exit (int) throw (); using std::exit; > | #endif > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_IO_H 1 > | #define HAVE_FUNC_INB > | #define HAVE_FUNC_OUTB > | #define GETTEXT_PACKAGE "gbigui" > | #define HAVE_LOCALE_H 1 > | #define HAVE_LC_MESSAGES 1 > | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 > | #define HAVE_GETTEXT 1 > | #define HAVE_DCGETTEXT 1 > | #define ENABLE_NLS 1 > | #define HAVE_DLFCN_H 1 > | /* end confdefs.h. */ > | /* Define outb to an innocuous variant, in case <limits.h> declares outb. > | For example, HP-UX 11i <limits.h> declares gettimeofday. */ > | #define outb innocuous_outb > | > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char outb (); below. > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since > | <limits.h> exists even on freestanding compilers. */ > | > | #ifdef __STDC__ > | # include <limits.h> > | #else > | # include <assert.h> > | #endif > | > | #undef outb > | > | /* 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 outb (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined (__stub_outb) || defined (__stub___outb) > | choke me > | #else > | char (*f) () = outb; > | #endif > | #ifdef __cplusplus > | } > | #endif > | > | int > | main () > | { > | return f != outb; > | ; > | return 0; > | } > configure:23132: result: no > configure:23156: checking for inb > configure:23213: gcc -o conftest -g -O2 conftest.c >&5 > /tmp/cciL0a7y.o: In function `main': > /home/pberghol/sf-projects/gbigui/conftest.c:74: undefined reference to `inb' > /tmp/cciL0a7y.o:(.data+0x0): undefined reference to `inb' > collect2: ld returned 1 exit status > configure:23219: $? = 1 > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "gbigui" > | #define PACKAGE_TARNAME "gbigui" > | #define PACKAGE_VERSION "0.1" > | #define PACKAGE_STRING "gbigui 0.1" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE "gbigui" > | #define VERSION "0.1" > | #define STDC_HEADERS 1 > | #ifdef __cplusplus > | extern "C" void std::exit (int) throw (); using std::exit; > | #endif > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_IO_H 1 > | #define HAVE_FUNC_INB > | #define HAVE_FUNC_OUTB > | #define GETTEXT_PACKAGE "gbigui" > | #define HAVE_LOCALE_H 1 > | #define HAVE_LC_MESSAGES 1 > | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 > | #define HAVE_GETTEXT 1 > | #define HAVE_DCGETTEXT 1 > | #define ENABLE_NLS 1 > | #define HAVE_DLFCN_H 1 > | /* end confdefs.h. */ > | /* Define inb to an innocuous variant, in case <limits.h> declares inb. > | For example, HP-UX 11i <limits.h> declares gettimeofday. */ > | #define inb innocuous_inb > | > | /* System header to define __stub macros and hopefully few prototypes, > | which can conflict with char inb (); below. > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since > | <limits.h> exists even on freestanding compilers. */ > | > | #ifdef __STDC__ > | # include <limits.h> > | #else > | # include <assert.h> > | #endif > | > | #undef inb > | > | /* 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 inb (); > | /* The GNU C library defines this for functions which it implements > | to always fail with ENOSYS. Some functions are actually named > | something starting with __ and the normal name is an alias. */ > | #if defined (__stub_inb) || defined (__stub___inb) > | choke me > | #else > | char (*f) () = inb; > | #endif > | #ifdef __cplusplus > | } > | #endif > | > | int > | main () > | { > | return f != inb; > | ; > | return 0; > | } > configure:23244: result: no > configure:23282: checking gtk-doc version >= 1.0 > configure:23285: result: yes > configure:23468: creating ./config.status 908,911c1123,1126 < config.status:1185: executing depfiles commands < config.status:1185: executing default-1 commands < config.status:1185: executing intltool commands < config.status:1185: executing po/stamp-it commands --- > config.status:1191: executing depfiles commands > config.status:1191: executing default-1 commands > config.status:1191: executing intltool commands > config.status:1191: executing po/stamp-it commands 956a1172,1175 > ac_cv_func_inb=no > ac_cv_func_outb=no > ac_cv_have_func_inb=yes > ac_cv_have_func_outb=yes 966a1186 > ac_cv_header_sys_io_h=yes 1114c1334 < LIBOBJS='' --- > LIBOBJS=' outb$U.o inb$U.o' 1118c1338 < LTLIBOBJS='' --- > LTLIBOBJS=' outb$U.lo inb$U.lo' 1199a1420,1421 > #define HAVE_FUNC_INB > #define HAVE_FUNC_OUTB 1208a1431 > #define HAVE_SYS_IO_H 1 1224a1448,1465 > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by gbigui config.status 0.1, which was > generated by GNU Autoconf 2.59. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status config.h > > on cowdawg.hoc.ibm.com > > config.status:883: creating config.h > config.status:1011: config.h is unchanged Index: configure =================================================================== RCS file: /cvsroot/gbi/gbigui/configure,v retrieving revision 1.1 diff -r1.1 configure 465c465 < ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XAM_RULE INTLTOOL_KBD_RULE INTLTOOL_XML_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_SERVICE_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT ALL_LINGUAS build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG ac_pt_PKG_CONFIG GBIGUI_CFLAGS GBIGUI_LIBS HTML_DIR ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE LIBOBJS LTLIBOBJS' --- > ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CPP EGREP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE GETTEXT_PACKAGE USE_NLS MSGFMT GMSGFMT XGETTEXT CATALOGS CATOBJEXT DATADIRNAME GMOFILES INSTOBJEXT INTLLIBS PO_IN_DATADIR_TRUE PO_IN_DATADIR_FALSE POFILES POSUB MKINSTALLDIRS INTLTOOL_DESKTOP_RULE INTLTOOL_DIRECTORY_RULE INTLTOOL_KEYS_RULE INTLTOOL_PROP_RULE INTLTOOL_OAF_RULE INTLTOOL_PONG_RULE INTLTOOL_SERVER_RULE INTLTOOL_SHEET_RULE INTLTOOL_SOUNDLIST_RULE INTLTOOL_UI_RULE INTLTOOL_XAM_RULE INTLTOOL_KBD_RULE INTLTOOL_XML_RULE INTLTOOL_XML_NOMERGE_RULE INTLTOOL_CAVES_RULE INTLTOOL_SCHEMAS_RULE INTLTOOL_THEME_RULE INTLTOOL_SERVICE_RULE INTLTOOL_EXTRACT INTLTOOL_MERGE INTLTOOL_UPDATE INTLTOOL_PERL INTLTOOL_ICONV INTLTOOL_MSGFMT INTLTOOL_MSGMERGE INTLTOOL_XGETTEXT ALL_LINGUAS build build_cpu build_vendor build_os host host_cpu host_vendor host_os SED LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL PKG_CONFIG ac_pt_PKG_CONFIG GBIGUI_CFLAGS GBIGUI_LIBS LIBOBJS HTML_DIR ENABLE_GTK_DOC_TRUE ENABLE_GTK_DOC_FALSE LTLIBOBJS' 5265d5264 < 5967,5973d5965 < GETTEXT_PACKAGE=gbigui < < < cat >>confdefs.h <<_ACEOF < #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" < _ACEOF < 6046a6039,6334 > for ac_header in sys/io.h > do > as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` > if eval "test \"\${$as_ac_Header+set}\" = set"; then > echo "$as_me:$LINENO: checking for $ac_header" >&5 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 > if eval "test \"\${$as_ac_Header+set}\" = set"; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > fi > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 > else > # Is the header compilable? > echo "$as_me:$LINENO: checking $ac_header usability" >&5 > echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6 > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > $ac_includes_default > #include <$ac_header> > _ACEOF > rm -f conftest.$ac_objext > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 > (eval $ac_compile) 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > { ac_try='test -z "$ac_c_werror_flag" > || test ! -s conftest.err' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; } && > { ac_try='test -s conftest.$ac_objext' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_header_compiler=yes > else > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_header_compiler=no > fi > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext > echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 > echo "${ECHO_T}$ac_header_compiler" >&6 > > # Is the header present? > echo "$as_me:$LINENO: checking $ac_header presence" >&5 > echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6 > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > #include <$ac_header> > _ACEOF > if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 > (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } >/dev/null; then > if test -s conftest.err; then > ac_cpp_err=$ac_c_preproc_warn_flag > ac_cpp_err=$ac_cpp_err$ac_c_werror_flag > else > ac_cpp_err= > fi > else > ac_cpp_err=yes > fi > if test -z "$ac_cpp_err"; then > ac_header_preproc=yes > else > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_header_preproc=no > fi > rm -f conftest.err conftest.$ac_ext > echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 > echo "${ECHO_T}$ac_header_preproc" >&6 > > # So? What about this header? > case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in > yes:no: ) > { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 > echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} > { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 > echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} > ac_header_preproc=yes > ;; > no:yes:* ) > { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 > echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} > { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 > echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} > { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 > echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} > { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 > echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} > { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 > echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} > { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 > echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} > ( > cat <<\_ASBOX > ## --------------------------------- ## > ## Report this to the gbigui lists. ## > ## --------------------------------- ## > _ASBOX > ) | > sed "s/^/$as_me: WARNING: /" >&2 > ;; > esac > echo "$as_me:$LINENO: checking for $ac_header" >&5 > echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 > if eval "test \"\${$as_ac_Header+set}\" = set"; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else > eval "$as_ac_Header=\$ac_header_preproc" > fi > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 > echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 > > fi > if test `eval echo '${'$as_ac_Header'}'` = yes; then > cat >>confdefs.h <<_ACEOF > #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 > _ACEOF > > fi > > done > > > > > > echo "$as_me:$LINENO: checking for func inb " >&5 > echo $ECHO_N "checking for func inb ... $ECHO_C" >&6 > if test "${ac_cv_have_func_inb+set}" = set; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else > > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > > #include <sys/io.h> > > int > main () > { > int ix; ix=inb(0); > ; > return 0; > } > _ACEOF > rm -f conftest.$ac_objext > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 > (eval $ac_compile) 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > { ac_try='test -z "$ac_c_werror_flag" > || test ! -s conftest.err' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; } && > { ac_try='test -s conftest.$ac_objext' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_have_func_inb="yes" > else > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_have_func_inb="no" > > fi > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext > > fi > echo "$as_me:$LINENO: result: $ac_cv_have_func_inb" >&5 > echo "${ECHO_T}$ac_cv_have_func_inb" >&6 > if test "x$ac_cv_have_func_inb" = "xyes" ; then > > cat >>confdefs.h <<\_ACEOF > #define HAVE_FUNC_INB > _ACEOF > > fi > > echo "$as_me:$LINENO: checking for func outb" >&5 > echo $ECHO_N "checking for func outb... $ECHO_C" >&6 > if test "${ac_cv_have_func_outb+set}" = set; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else > > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > > #ifdef HAVE_SYS_IO_H > #include <sys/io.h> > #endif > > int > main () > { > outb("A",0); > ; > return 0; > } > _ACEOF > rm -f conftest.$ac_objext > if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 > (eval $ac_compile) 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > { ac_try='test -z "$ac_c_werror_flag" > || test ! -s conftest.err' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; } && > { ac_try='test -s conftest.$ac_objext' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > ac_cv_have_func_outb="yes" > else > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > ac_cv_have_func_outb="no" > > fi > rm -f conftest.err conftest.$ac_objext conftest.$ac_ext > > fi > echo "$as_me:$LINENO: result: $ac_cv_have_func_outb" >&5 > echo "${ECHO_T}$ac_cv_have_func_outb" >&6 > if test "x$ac_cv_have_func_outb" = "xyes" ; then > > cat >>confdefs.h <<\_ACEOF > #define HAVE_FUNC_OUTB > _ACEOF > > fi > > > GETTEXT_PACKAGE=gbigui > > > cat >>confdefs.h <<_ACEOF > #define GETTEXT_PACKAGE "$GETTEXT_PACKAGE" > _ACEOF > > 8529c8817 < echo '#line 8529 "configure"' > conftest.$ac_ext --- > echo '#line 8817 "configure"' > conftest.$ac_ext 9191c9479 < echo "$as_me:9191:" \ --- > echo "$as_me:9479:" \ 10254c10542 < (eval echo "\"\$as_me:10254: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:10542: $lt_compile\"" >&5) 10258c10546 < echo "$as_me:10258: \$? = $ac_status" >&5 --- > echo "$as_me:10546: \$? = $ac_status" >&5 10522c10810 < (eval echo "\"\$as_me:10522: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:10810: $lt_compile\"" >&5) 10526c10814 < echo "$as_me:10526: \$? = $ac_status" >&5 --- > echo "$as_me:10814: \$? = $ac_status" >&5 10626c10914 < (eval echo "\"\$as_me:10626: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:10914: $lt_compile\"" >&5) 10630c10918 < echo "$as_me:10630: \$? = $ac_status" >&5 --- > echo "$as_me:10918: \$? = $ac_status" >&5 12095c12383 < echo '#line 12095 "configure"' > conftest.$ac_ext --- > echo '#line 12383 "configure"' > conftest.$ac_ext 12992c13280 < #line 12992 "configure" --- > #line 13280 "configure" 13092c13380 < #line 13092 "configure" --- > #line 13380 "configure" 15435c15723 < (eval echo "\"\$as_me:15435: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:15723: $lt_compile\"" >&5) 15439c15727 < echo "$as_me:15439: \$? = $ac_status" >&5 --- > echo "$as_me:15727: \$? = $ac_status" >&5 15539c15827 < (eval echo "\"\$as_me:15539: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:15827: $lt_compile\"" >&5) 15543c15831 < echo "$as_me:15543: \$? = $ac_status" >&5 --- > echo "$as_me:15831: \$? = $ac_status" >&5 16075c16363 < echo '#line 16075 "configure"' > conftest.$ac_ext --- > echo '#line 16363 "configure"' > conftest.$ac_ext 17133c17421 < (eval echo "\"\$as_me:17133: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:17421: $lt_compile\"" >&5) 17137c17425 < echo "$as_me:17137: \$? = $ac_status" >&5 --- > echo "$as_me:17425: \$? = $ac_status" >&5 17237c17525 < (eval echo "\"\$as_me:17237: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:17525: $lt_compile\"" >&5) 17241c17529 < echo "$as_me:17241: \$? = $ac_status" >&5 --- > echo "$as_me:17529: \$? = $ac_status" >&5 18686c18974 < echo '#line 18686 "configure"' > conftest.$ac_ext --- > echo '#line 18974 "configure"' > conftest.$ac_ext 19464c19752 < (eval echo "\"\$as_me:19464: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:19752: $lt_compile\"" >&5) 19468c19756 < echo "$as_me:19468: \$? = $ac_status" >&5 --- > echo "$as_me:19756: \$? = $ac_status" >&5 19732c20020 < (eval echo "\"\$as_me:19732: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:20020: $lt_compile\"" >&5) 19736c20024 < echo "$as_me:19736: \$? = $ac_status" >&5 --- > echo "$as_me:20024: \$? = $ac_status" >&5 19836c20124 < (eval echo "\"\$as_me:19836: $lt_compile\"" >&5) --- > (eval echo "\"\$as_me:20124: $lt_compile\"" >&5) 19840c20128 < echo "$as_me:19840: \$? = $ac_status" >&5 --- > echo "$as_me:20128: \$? = $ac_status" >&5 21305c21593 < echo '#line 21305 "configure"' > conftest.$ac_ext --- > echo '#line 21593 "configure"' > conftest.$ac_ext 22752a23041,23263 > for ac_func in outb > do > as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` > echo "$as_me:$LINENO: checking for $ac_func" >&5 > echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 > if eval "test \"\${$as_ac_var+set}\" = set"; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. > For example, HP-UX 11i <limits.h> declares gettimeofday. */ > #define $ac_func innocuous_$ac_func > > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char $ac_func (); below. > Prefer <limits.h> to <assert.h> if __STDC__ is defined, since > <limits.h> exists even on freestanding compilers. */ > > #ifdef __STDC__ > # include <limits.h> > #else > # include <assert.h> > #endif > > #undef $ac_func > > /* 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 $ac_func (); > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_$ac_func) || defined (__stub___$ac_func) > choke me > #else > char (*f) () = $ac_func; > #endif > #ifdef __cplusplus > } > #endif > > int > main () > { > return f != $ac_func; > ; > return 0; > } > _ACEOF > rm -f conftest.$ac_objext conftest$ac_exeext > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 > (eval $ac_link) 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > { ac_try='test -z "$ac_c_werror_flag" > || test ! -s conftest.err' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; } && > { ac_try='test -s conftest$ac_exeext' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > eval "$as_ac_var=yes" > else > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_var=no" > fi > rm -f conftest.err conftest.$ac_objext \ > conftest$ac_exeext conftest.$ac_ext > fi > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 > echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 > if test `eval echo '${'$as_ac_var'}'` = yes; then > cat >>confdefs.h <<_ACEOF > #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 > _ACEOF > > else > case $LIBOBJS in > "$ac_func.$ac_objext" | \ > *" $ac_func.$ac_objext" | \ > "$ac_func.$ac_objext "* | \ > *" $ac_func.$ac_objext "* ) ;; > *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;; > esac > > fi > done > > > > for ac_func in inb > do > as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` > echo "$as_me:$LINENO: checking for $ac_func" >&5 > echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 > if eval "test \"\${$as_ac_var+set}\" = set"; then > echo $ECHO_N "(cached) $ECHO_C" >&6 > else > cat >conftest.$ac_ext <<_ACEOF > /* confdefs.h. */ > _ACEOF > cat confdefs.h >>conftest.$ac_ext > cat >>conftest.$ac_ext <<_ACEOF > /* end confdefs.h. */ > /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func. > For example, HP-UX 11i <limits.h> declares gettimeofday. */ > #define $ac_func innocuous_$ac_func > > /* System header to define __stub macros and hopefully few prototypes, > which can conflict with char $ac_func (); below. > Prefer <limits.h> to <assert.h> if __STDC__ is defined, since > <limits.h> exists even on freestanding compilers. */ > > #ifdef __STDC__ > # include <limits.h> > #else > # include <assert.h> > #endif > > #undef $ac_func > > /* 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 $ac_func (); > /* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ > #if defined (__stub_$ac_func) || defined (__stub___$ac_func) > choke me > #else > char (*f) () = $ac_func; > #endif > #ifdef __cplusplus > } > #endif > > int > main () > { > return f != $ac_func; > ; > return 0; > } > _ACEOF > rm -f conftest.$ac_objext conftest$ac_exeext > if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 > (eval $ac_link) 2>conftest.er1 > ac_status=$? > grep -v '^ *+' conftest.er1 >conftest.err > rm -f conftest.er1 > cat conftest.err >&5 > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); } && > { ac_try='test -z "$ac_c_werror_flag" > || test ! -s conftest.err' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; } && > { ac_try='test -s conftest$ac_exeext' > { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 > (eval $ac_try) 2>&5 > ac_status=$? > echo "$as_me:$LINENO: \$? = $ac_status" >&5 > (exit $ac_status); }; }; then > eval "$as_ac_var=yes" > else > echo "$as_me: failed program was:" >&5 > sed 's/^/| /' conftest.$ac_ext >&5 > > eval "$as_ac_var=no" > fi > rm -f conftest.err conftest.$ac_objext \ > conftest$ac_exeext conftest.$ac_ext > fi > echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 > echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 > if test `eval echo '${'$as_ac_var'}'` = yes; then > cat >>confdefs.h <<_ACEOF > #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 > _ACEOF > > else > case $LIBOBJS in > "$ac_func.$ac_objext" | \ > *" $ac_func.$ac_objext" | \ > "$ac_func.$ac_objext "* | \ > *" $ac_func.$ac_objext "* ) ;; > *) LIBOBJS="$LIBOBJS $ac_func.$ac_objext" ;; > esac > > fi > done > > 23611a24123 > s,@LIBOBJS@,$LIBOBJS,;t t 23615d24126 < s,@LIBOBJS@,$LIBOBJS,;t t Index: configure.ac =================================================================== RCS file: /cvsroot/gbi/gbigui/configure.ac,v retrieving revision 1.3 diff -r1.3 configure.ac 15d14 < 20a20,55 > AC_HAVE_HEADERS(sys/io.h) > > > > > AC_CACHE_CHECK([for func inb ], ac_cv_have_func_inb, [ > AC_TRY_COMPILE( > [ > #include <sys/io.h> > ], > [ int ix; ix=inb(0); ], > [ ac_cv_have_func_inb="yes" ], > [ ac_cv_have_func_inb="no" ] > ) > ]) > if test "x$ac_cv_have_func_inb" = "xyes" ; then > AC_DEFINE(HAVE_FUNC_INB,,Have func inb ) > fi > > AC_CACHE_CHECK([for func outb], ac_cv_have_func_outb, [ > AC_TRY_COMPILE( > [ > #ifdef HAVE_SYS_IO_H > #include <sys/io.h> > #endif > ], > [ outb("A",0); ], > [ ac_cv_have_func_outb="yes" ], > [ ac_cv_have_func_outb="no" ] > ) > ]) > if test "x$ac_cv_have_func_outb" = "xyes" ; then > AC_DEFINE(HAVE_FUNC_OUTB,,Have func outb) > fi > > 40c75,76 < --- > AC_REPLACE_FUNCS(outb) > AC_REPLACE_FUNCS(inb) Index: src/Makefile.in =================================================================== RCS file: /cvsroot/gbi/gbigui/src/Makefile.in,v retrieving revision 1.1 diff -r1.1 Makefile.in 53c53,58 < am_gbigui_OBJECTS = callbacks.$(OBJEXT) main.$(OBJEXT) --- > am_gbigui_OBJECTS = callbacks.$(OBJEXT) main.$(OBJEXT) \ > waitus.$(OBJEXT) close_dialog.$(OBJEXT) msg_box.$(OBJEXT) \ > open_bin.$(OBJEXT) open_ihx.$(OBJEXT) w_write.$(OBJEXT) \ > setup_p_OK_click.$(OBJEXT) setup_port.$(OBJEXT) \ > file_sel_OK.$(OBJEXT) sel_file.$(OBJEXT) w_exit.$(OBJEXT) \ > delete_event.$(OBJEXT) 246c251,264 < main.c --- > main.c \ > gbigui.h \ > waitus.c \ > close_dialog.c \ > msg_box.c \ > open_bin.c \ > open_ihx.c \ > w_write.c \ > setup_p_OK_click.c \ > setup_port.c \ > file_sel_OK.c \ > sel_file.c \ > w_exit.c \ > delete_event.c 322a341,343 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/close_dialog.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/delete_event.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/file_sel_OK.Po@am__quote@ 323a345,353 > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msg_box.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open_bin.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/open_ihx.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sel_file.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup_p_OK_click.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setup_port.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_exit.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/w_write.Po@am__quote@ > @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/waitus.Po@am__quote@ Index: src/file_sel_OK.c =================================================================== RCS file: /cvsroot/gbi/gbigui/src/file_sel_OK.c,v retrieving revision 1.1 diff -r1.1 file_sel_OK.c 26a27,28 > #include <string.h> > #include <stdio.h> 29a32 > char filename[255]; Index: src/gbigui.h =================================================================== RCS file: /cvsroot/gbi/gbigui/src/gbigui.h,v retrieving revision 1.1 diff -r1.1 gbigui.h 29c29 < --- > #include <sys/io.h> 42,56c42,53 < static inline void outb(char val, short port) < { < ioperm(port, 1, 1); < __asm__ volatile ("out%B0 %0,%1"::"a" (val), "d"(port)); < } < < static inline unsigned char inb(short port) < { < unsigned int ret; < < ioperm(port, 1, 1); < __asm__ volatile ("in%B0 %1,%0":"=a" (ret):"d"(port)); < < return ret; < } --- > /** Stuff used accross functions > **/ > extern unsigned char mem[2048]; > extern GtkWidget *setup_p_entry; > extern char address[10]; > extern GtkWidget *setup_p; > extern GtkWidget *b_write; > extern GtkWidget *l_port; > extern GtkWidget *l_file; > extern GtkWidget *l_filetype; > extern char filename[255]; > extern GtkWidget *filew; Index: src/main.c =================================================================== RCS file: /cvsroot/gbi/gbigui/src/main.c,v retrieving revision 1.2 diff -r1.2 main.c 79,81c79,81 < GtkWidget* < create_window (void) < { --- > //GtkWidget* > //create_window (void) > //{ 96c96,97 < } --- > > //} 121a123,129 > > GtkWidget *b_write; > GtkWidget *l_port; > GtkWidget *l_file; > GtkWidget *l_filetype; > GtkWidget *filew; > 129a138,139 > > Index: src/open_bin.c =================================================================== RCS file: /cvsroot/gbi/gbigui/src/open_bin.c,v retrieving revision 1.1 diff -r1.1 open_bin.c 36c36 < fread(mem, 2048, 1, file); --- > fread(binary, 2048, 1, file); Index: src/open_ihx.c =================================================================== RCS file: /cvsroot/gbi/gbigui/src/open_ihx.c,v retrieving revision 1.1 diff -r1.1 open_ihx.c 16c16,17 < --- > #include <string.h> > #include "config.h" Index: src/setup_p_OK_click.c =================================================================== RCS file: /cvsroot/gbi/gbigui/src/setup_p_OK_click.c,v retrieving revision 1.1 diff -r1.1 setup_p_OK_click.c 27c27,28 < --- > #include <stdio.h> > 29a31,34 > GtkWidget *setup_p_entry; > GtkWidget *setup_p; > char address[10]; > 34a40,41 > GtkWidget *l_port; > Index: src/w_write.c =================================================================== RCS file: /cvsroot/gbi/gbigui/src/w_write.c,v retrieving revision 1.1 diff -r1.1 w_write.c 26c26,30 < --- > #include <unistd.h> > #include <string.h> > #include <sys/types.h> > > #include <pwd.h> 27a32,53 > #include "config.h" > > #ifndef HAVE_FUNC_OUTB > static inline void outb(char val, short port) > { > ioperm(port, 1, 1); > __asm__ volatile ("out%B0 %0,%1"::"a" (val), "d"(port)); > } > #endif > #ifndef HAVE_FUNC_INB > static inline unsigned char inb(short port) > { > unsigned int ret; > > ioperm(port, 1, 1); > __asm__ volatile ("in%B0 %1,%0":"=a" (ret):"d"(port)); > > return ret; > } > #endif > > unsigned char mem[2048]; 41c67 < sscanf(address, "%x", &port); --- > // sscanf(address, "%x", &port); 115c141 < wait(1000); --- > waitus(1000); 117c143 < wait(1000); --- > waitus(1000);

    posted 640 days ago

  • File released: /gbi/ALPHA-SNAPSHOT-20080208-1415/gbigui-0.1-ALPHA-SNAPSHOT-200802081415.tar.gz

    posted 640 days ago

  • Code committed

    plankowner committed patchset 12 of module gbigui to the GNU/Gtk BlowIT CVS repository, changing 14 files

    posted by plankowner 640 days ago

  • New Sherrif in Town

    Hi folks, That is.. if there's anybody out there watching and listening. I've taken over as one of the administrators for this project and I've been actively looking at the code and re-organizing it. Many changes are coming and hopefully for the better. Peter L. Berghold

    posted by plankowner 640 days ago

  • Code committed

    plankowner committed patchset 11 of module gbigui to the GNU/Gtk BlowIT CVS repository, changing 6 files

    posted by plankowner 640 days ago

  • Code committed

    plankowner committed patchset 2 of module CVSROOT to the GNU/Gtk BlowIT CVS repository, changing 1 files

    posted by plankowner 640 days ago

  • Code committed

    plankowner committed patchset 2 of module gbi-frozen to the GNU/Gtk BlowIT CVS repository, changing 9 files

    posted by plankowner 640 days ago

  • Code committed

    plankowner committed patchset 1 of module gbi-frozen to the GNU/Gtk BlowIT CVS repository, changing 9 files

    posted by plankowner 640 days ago

  • Code committed

    plankowner committed patchset 2 of module project-website to the GNU/Gtk BlowIT CVS repository, changing 3 files

    posted by plankowner 640 days ago

  • Code committed

    plankowner committed patchset 1 of module project-website to the GNU/Gtk BlowIT CVS repository, changing 3 files

    posted by plankowner 640 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

GNU/Gtk BlowIT Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review