Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Not all Spell Options works #358

Closed
nemysis opened this issue Jan 2, 2013 · 1 comment
Closed

Not all Spell Options works #358

nemysis opened this issue Jan 2, 2013 · 1 comment

Comments

@nemysis
Copy link

nemysis commented Jan 2, 2013

With Option --enable-spell=none works install

make install
...
install  -o root -g wheel -m 444 /var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/man/hexchat.1 /usr/local/man/man1
/bin/mkdir -p /usr/local/share/doc/hexchat
install  -o root -g wheel -m 444 /var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/share/doc/*.md /usr/local/share/doc/hexchat
===>   Compressing manual pages for hexchat-2.9.4
===>   Registering installation for hexchat-2.9.4
Installing hexchat-2.9.4... done

With Option --enable-spell=static not works install

make install
...
Making all in fe-gtk
gmake[3]: Entering directory `/var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/src/fe-gtk'
  CC       about.o
  CC       ascii.o
  CC       banlist.o
  CC       chanlist.o
  CC       chanview.o
  CC       custom-list.o
  CC       dccgui.o
  CC       editlist.o
  CC       fe-gtk.o
In file included from fe-gtk.c:61:
setup.h:1:66: warning: no newline at end of file
fe-gtk.c: In function 'try_browser':
fe-gtk.c:1010: warning: passing argument 1 of 'hexchat_execv' from incompatible pointer type
fe-gtk.c: In function 'fe_open_url_inner':
fe-gtk.c:1027: warning: implicit declaration of function 'gtk_show_uri'
  CC       fkeys.o
  CC       gtkutil.o
gtkutil.c: In function 'fe_get_str':
gtkutil.c:391: warning: cast from pointer to integer of different size
  CC       ignoregui.o
  CC       joind.o
  CC       menu.o
  CC       maingui.o
  CC       notifygui.o
  CC       palette.o
  CC       pixmaps.o
  CC       plugin-tray.o
  CC       plugingui.o
  CC       rawlog.o
  CC       search.o
  CC       servlistgui.o
  CC       setup.o
  CC       sexy-iso-codes.o
sexy-iso-codes.c:36:30: error: libxml/xmlreader.h: No such file or directory
sexy-iso-codes.c:49: error: expected ')' before 'reader'
sexy-iso-codes.c:77: error: expected ')' before 'reader'
sexy-iso-codes.c: In function 'load_iso_entries':
sexy-iso-codes.c:114: error: 'xmlTextReaderPtr' undeclared (first use in this function)
sexy-iso-codes.c:114: error: (Each undeclared identifier is reported only once
sexy-iso-codes.c:114: error: for each function it appears in.)
sexy-iso-codes.c:114: error: expected ';' before 'reader'
sexy-iso-codes.c:116: error: 'xmlChar' undeclared (first use in this function)
sexy-iso-codes.c:116: error: expected ';' before 'iso_entries'
sexy-iso-codes.c:125: error: 'reader' undeclared (first use in this function)
sexy-iso-codes.c:125: warning: implicit declaration of function 'xmlNewTextReaderFilename'
sexy-iso-codes.c:128: warning: implicit declaration of function 'xmlStrPrintf'
sexy-iso-codes.c:128: error: 'iso_entries' undeclared (first use in this function)
sexy-iso-codes.c:129: error: expected expression before ')' token
sexy-iso-codes.c:130: error: 'iso_entry' undeclared (first use in this function)
sexy-iso-codes.c:131: error: expected expression before ')' token
sexy-iso-codes.c:133: warning: implicit declaration of function 'xmlTextReaderRead'
sexy-iso-codes.c:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
sexy-iso-codes.c:137: error: 'tag' undeclared (first use in this function)
sexy-iso-codes.c:138: error: 'xmlReaderTypes' undeclared (first use in this function)
sexy-iso-codes.c:138: error: expected ';' before 'type'
sexy-iso-codes.c:140: warning: implicit declaration of function 'xmlTextReaderConstName'
sexy-iso-codes.c:141: error: 'type' undeclared (first use in this function)
sexy-iso-codes.c:141: warning: implicit declaration of function 'xmlTextReaderNodeType'
sexy-iso-codes.c:144: error: 'XML_READER_TYPE_ELEMENT' undeclared (first use in this function)
sexy-iso-codes.c:145: warning: implicit declaration of function 'xmlStrEqual'
sexy-iso-codes.c:156: error: 'XML_READER_TYPE_END_ELEMENT' undeclared (first use in this function)
sexy-iso-codes.c:161: error: 'XML_READER_TYPE_SIGNIFICANT_WHITESPACE' undeclared (first use in this function)
sexy-iso-codes.c:162: error: 'XML_READER_TYPE_WHITESPACE' undeclared (first use in this function)
sexy-iso-codes.c:163: error: 'XML_READER_TYPE_TEXT' undeclared (first use in this function)
sexy-iso-codes.c:164: error: 'XML_READER_TYPE_COMMENT' undeclared (first use in this function)
sexy-iso-codes.c:176: warning: implicit declaration of function 'xmlFreeTextReader'
sexy-iso-codes.c: In function 'ensure_iso_codes_initialised':
sexy-iso-codes.c:214: error: 'xmlFree' undeclared (first use in this function)
sexy-iso-codes.c:222: error: 'read_iso_639_entry' undeclared (first use in this function)
sexy-iso-codes.c:223: error: 'read_iso_3166_entry' undeclared (first use in this function)
gmake[3]: *** [sexy-iso-codes.o] Error 1
gmake[3]: Leaving directory `/var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/src/fe-gtk'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a'
gmake: *** [all] Error 2
*** Error code 1

Stop in /usr/local/ports/local/pr/irc/hexchat.
*** Error code 1

But i have installed libxml2

pkg info -l libxml2-2.7.8_5 | grep xmlreader.h
/usr/local/include/libxml2/libxml/xmlreader.h

With Option --enable-spell=libsexy works install

make install
...
xtext.c: In function 'gtk_xtext_render_flush':
xtext.c:2855: warning: 'dest_y' may be used uninitialized in this function
xtext.c:2855: warning: 'dest_x' may be used uninitialized in this function
...
install  -o root -g wheel -m 444 /var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/man/hexchat.1 /usr/local/man/man1
/bin/mkdir -p /usr/local/share/doc/hexchat
install  -o root -g wheel -m 444 /var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/share/doc/*.md /usr/local/share/doc/hexchat
===>   Compressing manual pages for hexchat-2.9.4
===>   Registering installation for hexchat-2.9.4
Installing hexchat-2.9.4... done

With Option --enable-spell=gtkspell works install

install  -o root -g wheel -m 444 /var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/man/hexchat.1 /usr/local/man/man1
/bin/mkdir -p /usr/local/share/doc/hexchat
install  -o root -g wheel -m 444 /var/tmp/ports/usr/local/ports/local/pr/irc/hexchat/work/hexchat-hexchat-7f2846a/share/doc/*.md /usr/local/share/doc/hexchat
===>   Compressing manual pages for hexchat-2.9.4
===>   Registering installation for hexchat-2.9.4
Installing hexchat-2.9.4... done
@nemysis
Copy link
Author

nemysis commented Jan 13, 2013

The same with --enable-spell=static with

commit bba00f2

sexy-iso-codes.c:36:30: error: libxml/xmlreader.h: No such file or directory
sexy-iso-codes.c:49: error: expected ')' before 'reader'
sexy-iso-codes.c:77: error: expected ')' before 'reader'
sexy-iso-codes.c: In function 'load_iso_entries':
...

@nemysis nemysis closed this as completed Apr 2, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant