rhaberkorn / sciteco

Advanced TECO dialect and interactive screen editor based on Scintilla
https://rhaberkorn.github.io/sciteco/
GNU General Public License v3.0
47 stars 6 forks source link

Can't build on macOS 11 #8

Closed dertuxmalwieder closed 1 year ago

dertuxmalwieder commented 3 years ago

Everything goes well - until the make step:

/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17  -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include    -o sciteco-minimal  libsciteco-base.la /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -L/opt/pkg/lib -lglib-2.0 -lintl -L/opt/pkg/lib -Wl,-search_paths_first -lncurses
libtool: link: g++ -std=c++17 -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -o sciteco-minimal -Wl,-search_paths_first -Wl,-bind_at_load  ./.libs/libsciteco-base.a -L/opt/pkg/lib -L../lib /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -lglib-2.0 /opt/pkg/lib/libintl.dylib /opt/pkg/lib/libiconv.dylib /opt/pkg/lib/libncurses.dylib
Undefined symbols for architecture x86_64:
  "operator delete[](void*)", referenced from:
      ListBoxImpl::SetList(char const*, char, char) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Action::~Action() in scintilla.a(CellBuffer.o)
      Scintilla::Internal::Action::~Action() in scintilla.a(CellBuffer.o)
      Scintilla::Internal::Action::Create(Scintilla::Internal::ActionType, long, char const*, long, bool) in scintilla.a(CellBuffer.o)
      Scintilla::Internal::Action::Clear() in scintilla.a(CellBuffer.o)
      Scintilla::Internal::UndoHistory::UndoHistory() in scintilla.a(CellBuffer.o)
      std::__1::vector<Scintilla::Internal::Action, std::__1::allocator<Scintilla::Internal::Action> >::resize(unsigned long) in scintilla.a(CellBuffer.o)
      ...
  "operator delete(void*)", referenced from:
      Scintilla::Internal::Window::~Window() in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::ListBox::Allocate() in scintilla.a(ScintillaCurses.o)
      _scintilla_new in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::ScintillaCurses(void (*)(void*, int, SCNotification*, void*), void*) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::SelectionText::~SelectionText() in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::~ScintillaCurses() in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::KeyDefault(Scintilla::Keys, Scintilla::KeyMod) in scintilla.a(ScintillaCurses.o)
      ...
  "operator delete(void*, std::align_val_t)", referenced from:
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(Lexilla.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexAsm.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexBaan.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexBash.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexBasic.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexCIL.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexCPP.o)
      ...
  "operator new[](unsigned long)", referenced from:
      ScintillaCurses::GetClipboard(int*) in scintilla.a(ScintillaCurses.o)
      ListBoxImpl::SetList(char const*, char, char) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Action::Create(Scintilla::Internal::ActionType, long, char const*, long, bool) in scintilla.a(CellBuffer.o)
      Scintilla::Internal::LineLayout::Resize(int) in scintilla.a(PositionCache.o)
      Scintilla::Internal::LineLayout::SetLineStart(int, int) in scintilla.a(PositionCache.o)
      Scintilla::Internal::PositionCacheEntry::PositionCacheEntry(Scintilla::Internal::PositionCacheEntry const&) in scintilla.a(PositionCache.o)
      Scintilla::Internal::PositionCacheEntry::Set(unsigned int, std::__1::basic_string_view<char, std::__1::char_traits<char> >, double const*, unsigned short) in scintilla.a(PositionCache.o)
      ...
  "operator new(unsigned long)", referenced from:
      Scintilla::Internal::Font::Allocate(Scintilla::Internal::FontParameters const&) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Surface::Allocate(Scintilla::Technology) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::ListBox::Allocate() in scintilla.a(ScintillaCurses.o)
      _scintilla_new in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::ScintillaCurses(void (*)(void*, int, SCNotification*, void*), void*) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::KeyDefault(Scintilla::Keys, Scintilla::KeyMod) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::UTF8FromEncoded(std::__1::basic_string_view<char, std::__1::char_traits<char> >) const in scintilla.a(ScintillaCurses.o)
      ...
  "operator new(unsigned long, std::align_val_t)", referenced from:
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(Lexilla.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexAsm.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexBaan.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexBash.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexBasic.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexCIL.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexCPP.o)
      ...
  "___cxa_allocate_exception", referenced from:
      std::__1::__throw_length_error(char const*) in scintilla.a(ScintillaCurses.o)
      std::__1::__throw_length_error(char const*) in liblexilla.a(Lexilla.o)
      Scintilla::Internal::UTF16FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, wchar_t*, unsigned long) in scintilla.a(UniConversion.o)
      Scintilla::Internal::UTF32FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned int*, unsigned long) in scintilla.a(UniConversion.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(Editor.o)
      std::__1::__throw_out_of_range(char const*) in scintilla.a(CallTip.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(CallTip.o)
      ...
  "___cxa_begin_catch", referenced from:
      ___clang_call_terminate in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::WndProc(Scintilla::Message, unsigned long, long) in scintilla.a(ScintillaCurses.o)
      ___clang_call_terminate in liblexilla.a(Lexilla.o)
      ___clang_call_terminate in scintilla.a(ScintillaBase.o)
      ___clang_call_terminate in scintilla.a(UniConversion.o)
      Scintilla::Internal::Editor::FindText(unsigned long, long) in scintilla.a(Editor.o)
      Scintilla::Internal::Editor::SearchText(Scintilla::Message, unsigned long, long) in scintilla.a(Editor.o)
      ...
  "___cxa_end_catch", referenced from:
      ScintillaCurses::WndProc(Scintilla::Message, unsigned long, long) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Editor::FindText(unsigned long, long) in scintilla.a(Editor.o)
      Scintilla::Internal::Editor::SearchText(Scintilla::Message, unsigned long, long) in scintilla.a(Editor.o)
      Scintilla::Internal::Editor::SearchInTarget(char const*, long) in scintilla.a(Editor.o)
      std::__1::vector<long, std::__1::allocator<long> >::shrink_to_fit() in scintilla.a(CellBuffer.o)
      std::__1::vector<int, std::__1::allocator<int> >::shrink_to_fit() in scintilla.a(CellBuffer.o)
      std::__1::vector<char, std::__1::allocator<char> >::shrink_to_fit() in scintilla.a(CellBuffer.o)
      ...
  "___cxa_free_exception", referenced from:
      std::__1::__throw_length_error(char const*) in scintilla.a(ScintillaCurses.o)
      std::__1::__throw_length_error(char const*) in liblexilla.a(Lexilla.o)
      Scintilla::Internal::UTF16FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, wchar_t*, unsigned long) in scintilla.a(UniConversion.o)
      Scintilla::Internal::UTF32FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned int*, unsigned long) in scintilla.a(UniConversion.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(Editor.o)
      std::__1::__throw_out_of_range(char const*) in scintilla.a(CallTip.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(CallTip.o)
      ...
  "___cxa_throw", referenced from:
      std::__1::__throw_length_error(char const*) in scintilla.a(ScintillaCurses.o)
      std::__1::__throw_length_error(char const*) in liblexilla.a(Lexilla.o)
      Scintilla::Internal::UTF16FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, wchar_t*, unsigned long) in scintilla.a(UniConversion.o)
      Scintilla::Internal::UTF32FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned int*, unsigned long) in scintilla.a(UniConversion.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(Editor.o)
      std::__1::__throw_out_of_range(char const*) in scintilla.a(CallTip.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(CallTip.o)
      ...
  "___gxx_personality_v0", referenced from:
      Scintilla::Internal::Window::Destroy() in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::ListBox::Allocate() in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Platform::Assert(char const*, char const*, int) in scintilla.a(ScintillaCurses.o)
      _scintilla_new in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::ScintillaCurses(void (*)(void*, int, SCNotification*, void*), void*) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::KeyDefault(Scintilla::Keys, Scintilla::KeyMod) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::WndProc(Scintilla::Message, unsigned long, long) in scintilla.a(ScintillaCurses.o)
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [sciteco-minimal] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1

Why?

rhaberkorn commented 3 years ago

Please send the entire build log. Would you try configuring with CC=clang CXX=clang++?

dertuxmalwieder commented 3 years ago

Next try:

% make clean
% setenv CC clang
% setenv CXX clang++
% ./configure

Result:

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin20.6.0
checking host system type... x86_64-apple-darwin20.6.0
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether clang accepts -g... yes
checking for clang option to enable C11 features... none needed
checking whether clang understands -c and -o together... yes
checking dependency style of clang... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by clang... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert x86_64-apple-darwin20.6.0 file names to x86_64-apple-darwin20.6.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin20.6.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from clang object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if clang supports -fno-rtti -fno-exceptions... yes
checking for clang option to produce PIC... -fno-common -DPIC
checking if clang PIC flag -fno-common -DPIC works... yes
checking if clang static flag -static works... no
checking if clang supports -c -o file.o... yes
checking if clang supports -c -o file.o... (cached) yes
checking whether the clang linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) clang
checking whether the compiler supports GNU C... (cached) yes
checking whether clang accepts -g... (cached) yes
checking for clang option to enable C11 features... (cached) none needed
checking whether clang understands -c and -o together... (cached) yes
checking dependency style of clang... (cached) gcc3
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for gawk... (cached) nawk
checking for GNU make... make
checking whether the compiler supports GNU C++... yes
checking whether clang++ accepts -g... yes
checking for clang++ option to enable C++11 features... none needed
checking dependency style of clang++... gcc3
checking how to run the C++ preprocessor... clang++ -E
checking for ld used by clang++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for clang++ option to produce PIC... -fno-common -DPIC
checking if clang++ PIC flag -fno-common -DPIC works... yes
checking if clang++ static flag -static works... no
checking if clang++ supports -c -o file.o... yes
checking if clang++ supports -c -o file.o... (cached) yes
checking whether the clang++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin20.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether clang++ supports C++17 features by default... no
checking whether clang++ supports C++17 features with -std=c++17... yes
configure: WARNING: C++17 is not yet standardized, so the checks may change in incompatible ways anytime
checking for ar... (cached) ar
checking for clang options needed to detect all undeclared functions... none needed
checking whether EMSCRIPTEN is declared... no
checking for date... date
checking for groff... groff
checking for doxygen... no
checking for dot... no
checking for sciteco... no
checking for pkg-config... /opt/pkg/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.44... yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for inline... inline
checking for size_t... yes
checking for memset... yes
checking for setlocale... yes
checking for strchr... yes
checking for strrchr... yes
checking for fstat... yes
checking for sscanf... yes
checking for realpath... yes
checking for fchown... yes
checking for dup... yes
checking for dup2... yes
checking for getpid... yes
checking for open... yes
checking for read... yes
checking for mmap... yes
checking for ncurses... yes
checking for tigetstr... yes
checking for curses.h... yes
checking for malloc.h... no
checking for malloc_np.h... no
checking for malloc_trim... no
checking for mach/mach.h... yes
checking for mach/message.h... yes
checking for mach/kern_return.h... yes
checking for mach/task_info.h... yes
checking for task_info... yes
checking for mach_task_self... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/GNUmakefile
config.status: creating src/interface-gtk/GNUmakefile
config.status: creating src/interface-curses/GNUmakefile
config.status: creating contrib/dlmalloc/GNUmakefile
config.status: creating contrib/rb3ptr/GNUmakefile
config.status: creating lib/GNUmakefile
config.status: creating doc/GNUmakefile
config.status: creating doc/Doxyfile
config.status: creating tests/GNUmakefile
config.status: creating tests/atlocal
config.status: creating distribute.mk
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands

Next step:

% make
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in lib
make[2]: Nothing to be done for `all'.
Making all in contrib/rb3ptr
/bin/sh ../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../..  -I. -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT rb3ptr.lo -MD -MP -MF .deps/rb3ptr.Tpo -c -o rb3ptr.lo rb3ptr.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -I. -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT rb3ptr.lo -MD -MP -MF .deps/rb3ptr.Tpo -c rb3ptr.c  -fno-common -DPIC -o .libs/rb3ptr.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -I. -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT rb3ptr.lo -MD -MP -MF .deps/rb3ptr.Tpo -c rb3ptr.c -o rb3ptr.o >/dev/null 2>&1
mv -f .deps/rb3ptr.Tpo .deps/rb3ptr.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link clang  -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include   -o librb3ptr.la  rb3ptr.lo  -L/opt/pkg/lib -lglib-2.0 -lintl -L/opt/pkg/lib -Wl,-search_paths_first -lncurses
libtool: link: ar cru .libs/librb3ptr.a .libs/rb3ptr.o 
libtool: link: ranlib .libs/librb3ptr.a
libtool: link: ( cd ".libs" && rm -f "librb3ptr.la" && ln -s "../librb3ptr.la" "librb3ptr.la" )
Making all in src
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in interface-curses
/bin/sh ../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c  -fno-common -DPIC -o .libs/interface.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o >/dev/null 2>&1
mv -f .deps/interface.Tpo .deps/interface.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT curses-utils.lo -MD -MP -MF .deps/curses-utils.Tpo -c -o curses-utils.lo curses-utils.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT curses-utils.lo -MD -MP -MF .deps/curses-utils.Tpo -c curses-utils.c  -fno-common -DPIC -o .libs/curses-utils.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT curses-utils.lo -MD -MP -MF .deps/curses-utils.Tpo -c curses-utils.c -o curses-utils.o >/dev/null 2>&1
mv -f .deps/curses-utils.Tpo .deps/curses-utils.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT curses-info-popup.lo -MD -MP -MF .deps/curses-info-popup.Tpo -c -o curses-info-popup.lo curses-info-popup.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT curses-info-popup.lo -MD -MP -MF .deps/curses-info-popup.Tpo -c curses-info-popup.c  -fno-common -DPIC -o .libs/curses-info-popup.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT curses-info-popup.lo -MD -MP -MF .deps/curses-info-popup.Tpo -c curses-info-popup.c -o curses-info-popup.o >/dev/null 2>&1
mv -f .deps/curses-info-popup.Tpo .deps/curses-info-popup.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link clang -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include   -o libsciteco-interface.la  interface.lo curses-utils.lo curses-info-popup.lo  -L/opt/pkg/lib -lglib-2.0 -lintl -L/opt/pkg/lib -Wl,-search_paths_first -lncurses
libtool: link: ar cru .libs/libsciteco-interface.a .libs/interface.o .libs/curses-utils.o .libs/curses-info-popup.o 
libtool: link: ranlib .libs/libsciteco-interface.a
libtool: link: ( cd ".libs" && rm -f "libsciteco-interface.la" && ln -s "../libsciteco-interface.la" "libsciteco-interface.la" )
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c  -fno-common -DPIC -o .libs/main.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -o main.o >/dev/null 2>&1
mv -f .deps/main.Tpo .deps/main.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c  -fno-common -DPIC -o .libs/memory.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -o memory.o >/dev/null 2>&1
mv -f .deps/memory.Tpo .deps/memory.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c -o string-utils.lo string-utils.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c string-utils.c  -fno-common -DPIC -o .libs/string-utils.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c string-utils.c -o string-utils.o >/dev/null 2>&1
mv -f .deps/string-utils.Tpo .deps/string-utils.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT file-utils.lo -MD -MP -MF .deps/file-utils.Tpo -c -o file-utils.lo file-utils.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT file-utils.lo -MD -MP -MF .deps/file-utils.Tpo -c file-utils.c  -fno-common -DPIC -o .libs/file-utils.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT file-utils.lo -MD -MP -MF .deps/file-utils.Tpo -c file-utils.c -o file-utils.o >/dev/null 2>&1
mv -f .deps/file-utils.Tpo .deps/file-utils.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fno-common -DPIC -o .libs/error.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.lo cmdline.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c cmdline.c  -fno-common -DPIC -o .libs/cmdline.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c cmdline.c -o cmdline.o >/dev/null 2>&1
mv -f .deps/cmdline.Tpo .deps/cmdline.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT undo.lo -MD -MP -MF .deps/undo.Tpo -c -o undo.lo undo.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT undo.lo -MD -MP -MF .deps/undo.Tpo -c undo.c  -fno-common -DPIC -o .libs/undo.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT undo.lo -MD -MP -MF .deps/undo.Tpo -c undo.c -o undo.o >/dev/null 2>&1
mv -f .deps/undo.Tpo .deps/undo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT expressions.lo -MD -MP -MF .deps/expressions.Tpo -c -o expressions.lo expressions.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT expressions.lo -MD -MP -MF .deps/expressions.Tpo -c expressions.c  -fno-common -DPIC -o .libs/expressions.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT expressions.lo -MD -MP -MF .deps/expressions.Tpo -c expressions.c -o expressions.o >/dev/null 2>&1
mv -f .deps/expressions.Tpo .deps/expressions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT doc.lo -MD -MP -MF .deps/doc.Tpo -c -o doc.lo doc.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT doc.lo -MD -MP -MF .deps/doc.Tpo -c doc.c  -fno-common -DPIC -o .libs/doc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT doc.lo -MD -MP -MF .deps/doc.Tpo -c doc.c -o doc.o >/dev/null 2>&1
mv -f .deps/doc.Tpo .deps/doc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT eol.lo -MD -MP -MF .deps/eol.Tpo -c -o eol.lo eol.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT eol.lo -MD -MP -MF .deps/eol.Tpo -c eol.c  -fno-common -DPIC -o .libs/eol.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT eol.lo -MD -MP -MF .deps/eol.Tpo -c eol.c -o eol.o >/dev/null 2>&1
mv -f .deps/eol.Tpo .deps/eol.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT qreg.lo -MD -MP -MF .deps/qreg.Tpo -c -o qreg.lo qreg.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT qreg.lo -MD -MP -MF .deps/qreg.Tpo -c qreg.c  -fno-common -DPIC -o .libs/qreg.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT qreg.lo -MD -MP -MF .deps/qreg.Tpo -c qreg.c -o qreg.o >/dev/null 2>&1
mv -f .deps/qreg.Tpo .deps/qreg.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT qreg-commands.lo -MD -MP -MF .deps/qreg-commands.Tpo -c -o qreg-commands.lo qreg-commands.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT qreg-commands.lo -MD -MP -MF .deps/qreg-commands.Tpo -c qreg-commands.c  -fno-common -DPIC -o .libs/qreg-commands.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT qreg-commands.lo -MD -MP -MF .deps/qreg-commands.Tpo -c qreg-commands.c -o qreg-commands.o >/dev/null 2>&1
mv -f .deps/qreg-commands.Tpo .deps/qreg-commands.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT ring.lo -MD -MP -MF .deps/ring.Tpo -c -o ring.lo ring.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT ring.lo -MD -MP -MF .deps/ring.Tpo -c ring.c  -fno-common -DPIC -o .libs/ring.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT ring.lo -MD -MP -MF .deps/ring.Tpo -c ring.c -o ring.o >/dev/null 2>&1
mv -f .deps/ring.Tpo .deps/ring.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c  -fno-common -DPIC -o .libs/parser.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o >/dev/null 2>&1
mv -f .deps/parser.Tpo .deps/parser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT core-commands.lo -MD -MP -MF .deps/core-commands.Tpo -c -o core-commands.lo core-commands.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT core-commands.lo -MD -MP -MF .deps/core-commands.Tpo -c core-commands.c  -fno-common -DPIC -o .libs/core-commands.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT core-commands.lo -MD -MP -MF .deps/core-commands.Tpo -c core-commands.c -o core-commands.o >/dev/null 2>&1
mv -f .deps/core-commands.Tpo .deps/core-commands.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT search.lo -MD -MP -MF .deps/search.Tpo -c -o search.lo search.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c  -fno-common -DPIC -o .libs/search.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c -o search.o >/dev/null 2>&1
mv -f .deps/search.Tpo .deps/search.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c -o spawn.lo spawn.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c spawn.c  -fno-common -DPIC -o .libs/spawn.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c spawn.c -o spawn.o >/dev/null 2>&1
mv -f .deps/spawn.Tpo .deps/spawn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT glob.lo -MD -MP -MF .deps/glob.Tpo -c -o glob.lo glob.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT glob.lo -MD -MP -MF .deps/glob.Tpo -c glob.c  -fno-common -DPIC -o .libs/glob.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT glob.lo -MD -MP -MF .deps/glob.Tpo -c glob.c -o glob.o >/dev/null 2>&1
mv -f .deps/glob.Tpo .deps/glob.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT goto.lo -MD -MP -MF .deps/goto.Tpo -c -o goto.lo goto.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT goto.lo -MD -MP -MF .deps/goto.Tpo -c goto.c  -fno-common -DPIC -o .libs/goto.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT goto.lo -MD -MP -MF .deps/goto.Tpo -c goto.c -o goto.o >/dev/null 2>&1
mv -f .deps/goto.Tpo .deps/goto.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT goto-commands.lo -MD -MP -MF .deps/goto-commands.Tpo -c -o goto-commands.lo goto-commands.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT goto-commands.lo -MD -MP -MF .deps/goto-commands.Tpo -c goto-commands.c  -fno-common -DPIC -o .libs/goto-commands.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT goto-commands.lo -MD -MP -MF .deps/goto-commands.Tpo -c goto-commands.c -o goto-commands.o >/dev/null 2>&1
mv -f .deps/goto-commands.Tpo .deps/goto-commands.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT help.lo -MD -MP -MF .deps/help.Tpo -c -o help.lo help.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT help.lo -MD -MP -MF .deps/help.Tpo -c help.c  -fno-common -DPIC -o .libs/help.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT help.lo -MD -MP -MF .deps/help.Tpo -c help.c -o help.o >/dev/null 2>&1
mv -f .deps/help.Tpo .deps/help.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT rb3str.lo -MD -MP -MF .deps/rb3str.Tpo -c -o rb3str.lo rb3str.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT rb3str.lo -MD -MP -MF .deps/rb3str.Tpo -c rb3str.c  -fno-common -DPIC -o .libs/rb3str.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT rb3str.lo -MD -MP -MF .deps/rb3str.Tpo -c rb3str.c -o rb3str.o >/dev/null 2>&1
mv -f .deps/rb3str.Tpo .deps/rb3str.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT symbols.lo -MD -MP -MF .deps/symbols.Tpo -c -o symbols.lo symbols.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT symbols.lo -MD -MP -MF .deps/symbols.Tpo -c symbols.c  -fno-common -DPIC -o .libs/symbols.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT symbols.lo -MD -MP -MF .deps/symbols.Tpo -c symbols.c -o symbols.o >/dev/null 2>&1
mv -f .deps/symbols.Tpo .deps/symbols.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT view.lo -MD -MP -MF .deps/view.Tpo -c -o view.lo view.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT view.lo -MD -MP -MF .deps/view.Tpo -c view.c  -fno-common -DPIC -o .libs/view.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT view.lo -MD -MP -MF .deps/view.Tpo -c view.c -o view.o >/dev/null 2>&1
mv -f .deps/view.Tpo .deps/view.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c  -fno-common -DPIC -o .libs/interface.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o >/dev/null 2>&1
mv -f .deps/interface.Tpo .deps/interface.Plo
/bin/sh ../libtool  --tag=CC   --mode=link clang -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include    -o libsciteco-base.la  main.lo memory.lo string-utils.lo file-utils.lo error.lo cmdline.lo undo.lo expressions.lo doc.lo eol.lo qreg.lo qreg-commands.lo ring.lo parser.lo core-commands.lo search.lo spawn.lo glob.lo goto.lo goto-commands.lo help.lo rb3str.lo symbols.lo view.lo interface.lo interface-curses/libsciteco-interface.la ../contrib/rb3ptr/librb3ptr.la  -L/opt/pkg/lib -lglib-2.0 -lintl -L/opt/pkg/lib -Wl,-search_paths_first -lncurses
libtool: link: (cd .libs/libsciteco-base.lax/libsciteco-interface.a && ar x "/Users/tux0r/github/sciteco/src/interface-curses/.libs/libsciteco-interface.a")
libtool: link: (cd .libs/libsciteco-base.lax/librb3ptr.a && ar x "/Users/tux0r/github/sciteco/src/../contrib/rb3ptr/.libs/librb3ptr.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libsciteco-base.lax/libsciteco-interface.a/interface.o .libs/libsciteco-base.lax/lt1-interface.o || cp .libs/libsciteco-base.lax/libsciteco-interface.a/interface.o .libs/libsciteco-base.lax/lt1-interface.o
libtool: link: ar cru .libs/libsciteco-base.a .libs/main.o .libs/memory.o .libs/string-utils.o .libs/file-utils.o .libs/error.o .libs/cmdline.o .libs/undo.o .libs/expressions.o .libs/doc.o .libs/eol.o .libs/qreg.o .libs/qreg-commands.o .libs/ring.o .libs/parser.o .libs/core-commands.o .libs/search.o .libs/spawn.o .libs/glob.o .libs/goto.o .libs/goto-commands.o .libs/help.o .libs/rb3str.o .libs/symbols.o .libs/view.o .libs/interface.o .libs/libsciteco-base.lax/libsciteco-interface.a/curses-info-popup.o .libs/libsciteco-base.lax/libsciteco-interface.a/curses-utils.o .libs/libsciteco-base.lax/lt1-interface.o .libs/libsciteco-base.lax/librb3ptr.a/rb3ptr.o
libtool: link: ranlib .libs/libsciteco-base.a
libtool: link: rm -fr .libs/libsciteco-base.lax .libs/libsciteco-base.lax
libtool: link: ( cd ".libs" && rm -f "libsciteco-base.la" && ln -s "../libsciteco-base.la" "libsciteco-base.la" )
/Library/Developer/CommandLineTools/usr/bin/make -C /Users/tux0r/github/sciteco/contrib/scintilla/bin -f /Users/tux0r/github/sciteco/contrib/scinterm/Makefile VPATH=/Users/tux0r/github/sciteco/contrib/scinterm CURSES_FLAGS=' -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include ' CC='clang' CXX='clang++ -std=c++17' AR='ar' RANLIB='ranlib' ../bin/scintilla.a
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/AutoComplete.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/CallTip.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/CaseConvert.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/CaseFolder.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/CellBuffer.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/CharacterCategoryMap.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/CharacterType.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/CharClassify.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/ContractionState.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/DBCS.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/Decoration.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/Document.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/EditModel.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/Editor.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/EditView.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/Geometry.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/Indicator.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/KeyMap.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/LineMarker.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/MarginView.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/PerLine.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/PositionCache.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/RESearch.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/RunStyles.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/ScintillaBase.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/Selection.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/Style.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/UniConversion.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/UniqueString.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/ViewStyle.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c ../src/XPM.cxx
clang++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include  -c /Users/tux0r/github/sciteco/contrib/scinterm/ScintillaCurses.cxx
ar rc ../bin/scintilla.a AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o CellBuffer.o CharacterCategoryMap.o CharacterType.o CharClassify.o ContractionState.o DBCS.o Decoration.o Document.o EditModel.o Editor.o EditView.o Geometry.o Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o PositionCache.o RESearch.o RunStyles.o ScintillaBase.o Selection.o Style.o UniConversion.o UniqueString.o ViewStyle.o XPM.o ScintillaCurses.o
touch ../bin/scintilla.a
/Library/Developer/CommandLineTools/usr/bin/make -C /Users/tux0r/github/sciteco/contrib/lexilla/src CXXFLAGS='' CC='clang' CXX='clang++ -std=c++17' AR='ar' RANLIB='ranlib' BASE_FLAGS='' ../bin/liblexilla.a
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c Lexilla.cxx -o Lexilla.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/Accessor.cxx -o Accessor.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/CharacterCategory.cxx -o CharacterCategory.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/CharacterSet.cxx -o CharacterSet.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/DefaultLexer.cxx -o DefaultLexer.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/LexAccessor.cxx -o LexAccessor.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/LexerBase.cxx -o LexerBase.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/LexerModule.cxx -o LexerModule.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/LexerSimple.cxx -o LexerSimple.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/PropSetSimple.cxx -o PropSetSimple.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/StyleContext.cxx -o StyleContext.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexlib/WordList.cxx -o WordList.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexA68k.cxx -o LexA68k.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAPDL.cxx -o LexAPDL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexASY.cxx -o LexASY.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAU3.cxx -o LexAU3.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAVE.cxx -o LexAVE.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAVS.cxx -o LexAVS.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAbaqus.cxx -o LexAbaqus.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAda.cxx -o LexAda.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAsm.cxx -o LexAsm.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexAsn1.cxx -o LexAsn1.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexBaan.cxx -o LexBaan.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexBash.cxx -o LexBash.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexBasic.cxx -o LexBasic.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexBatch.cxx -o LexBatch.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexBibTeX.cxx -o LexBibTeX.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexBullant.cxx -o LexBullant.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCIL.cxx -o LexCIL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCLW.cxx -o LexCLW.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCOBOL.cxx -o LexCOBOL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCPP.cxx -o LexCPP.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCSS.cxx -o LexCSS.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCaml.cxx -o LexCaml.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCmake.cxx -o LexCmake.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCoffeeScript.cxx -o LexCoffeeScript.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexConf.cxx -o LexConf.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCrontab.cxx -o LexCrontab.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexCsound.cxx -o LexCsound.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexD.cxx -o LexD.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexDMAP.cxx -o LexDMAP.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexDMIS.cxx -o LexDMIS.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexDataflex.cxx -o LexDataflex.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexDiff.cxx -o LexDiff.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexECL.cxx -o LexECL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexEDIFACT.cxx -o LexEDIFACT.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexEScript.cxx -o LexEScript.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexEiffel.cxx -o LexEiffel.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexErlang.cxx -o LexErlang.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexErrorList.cxx -o LexErrorList.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexFSharp.cxx -o LexFSharp.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexFlagship.cxx -o LexFlagship.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexForth.cxx -o LexForth.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexFortran.cxx -o LexFortran.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexGAP.cxx -o LexGAP.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexGui4Cli.cxx -o LexGui4Cli.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexHTML.cxx -o LexHTML.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexHaskell.cxx -o LexHaskell.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexHex.cxx -o LexHex.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexHollywood.cxx -o LexHollywood.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexIndent.cxx -o LexIndent.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexInno.cxx -o LexInno.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexJSON.cxx -o LexJSON.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexJulia.cxx -o LexJulia.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexKVIrc.cxx -o LexKVIrc.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexKix.cxx -o LexKix.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexLaTeX.cxx -o LexLaTeX.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexLisp.cxx -o LexLisp.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexLout.cxx -o LexLout.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexLua.cxx -o LexLua.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMMIXAL.cxx -o LexMMIXAL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMPT.cxx -o LexMPT.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMSSQL.cxx -o LexMSSQL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMagik.cxx -o LexMagik.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMake.cxx -o LexMake.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMarkdown.cxx -o LexMarkdown.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMatlab.cxx -o LexMatlab.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMaxima.cxx -o LexMaxima.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMetapost.cxx -o LexMetapost.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexModula.cxx -o LexModula.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexMySQL.cxx -o LexMySQL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexNim.cxx -o LexNim.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexNimrod.cxx -o LexNimrod.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexNsis.cxx -o LexNsis.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexNull.cxx -o LexNull.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexOScript.cxx -o LexOScript.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexOpal.cxx -o LexOpal.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPB.cxx -o LexPB.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPLM.cxx -o LexPLM.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPO.cxx -o LexPO.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPOV.cxx -o LexPOV.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPS.cxx -o LexPS.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPascal.cxx -o LexPascal.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPerl.cxx -o LexPerl.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPowerPro.cxx -o LexPowerPro.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPowerShell.cxx -o LexPowerShell.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexProgress.cxx -o LexProgress.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexProps.cxx -o LexProps.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexPython.cxx -o LexPython.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexR.cxx -o LexR.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexRaku.cxx -o LexRaku.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexRebol.cxx -o LexRebol.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexRegistry.cxx -o LexRegistry.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexRuby.cxx -o LexRuby.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexRust.cxx -o LexRust.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSAS.cxx -o LexSAS.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSML.cxx -o LexSML.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSQL.cxx -o LexSQL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSTTXT.cxx -o LexSTTXT.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexScriptol.cxx -o LexScriptol.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSmalltalk.cxx -o LexSmalltalk.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSorcus.cxx -o LexSorcus.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSpecman.cxx -o LexSpecman.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexSpice.cxx -o LexSpice.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexStata.cxx -o LexStata.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexTACL.cxx -o LexTACL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexTADS3.cxx -o LexTADS3.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexTAL.cxx -o LexTAL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexTCL.cxx -o LexTCL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexTCMD.cxx -o LexTCMD.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexTeX.cxx -o LexTeX.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexTxt2tags.cxx -o LexTxt2tags.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexVB.cxx -o LexVB.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexVHDL.cxx -o LexVHDL.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexVerilog.cxx -o LexVerilog.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexVisualProlog.cxx -o LexVisualProlog.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexX12.cxx -o LexX12.o
clang++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib    -c ../lexers/LexYAML.cxx -o LexYAML.o
ar rc ../bin/liblexilla.a Lexilla.o Accessor.o CharacterCategory.o CharacterSet.o DefaultLexer.o LexAccessor.o LexerBase.o LexerModule.o LexerSimple.o PropSetSimple.o StyleContext.o WordList.o LexA68k.o LexAPDL.o LexASY.o LexAU3.o LexAVE.o LexAVS.o LexAbaqus.o LexAda.o LexAsm.o LexAsn1.o LexBaan.o LexBash.o LexBasic.o LexBatch.o LexBibTeX.o LexBullant.o LexCIL.o LexCLW.o LexCOBOL.o LexCPP.o LexCSS.o LexCaml.o LexCmake.o LexCoffeeScript.o LexConf.o LexCrontab.o LexCsound.o LexD.o LexDMAP.o LexDMIS.o LexDataflex.o LexDiff.o LexECL.o LexEDIFACT.o LexEScript.o LexEiffel.o LexErlang.o LexErrorList.o LexFSharp.o LexFlagship.o LexForth.o LexFortran.o LexGAP.o LexGui4Cli.o LexHTML.o LexHaskell.o LexHex.o LexHollywood.o LexIndent.o LexInno.o LexJSON.o LexJulia.o LexKVIrc.o LexKix.o LexLaTeX.o LexLisp.o LexLout.o LexLua.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexMagik.o LexMake.o LexMarkdown.o LexMatlab.o LexMaxima.o LexMetapost.o LexModula.o LexMySQL.o LexNim.o LexNimrod.o LexNsis.o LexNull.o LexOScript.o LexOpal.o LexPB.o LexPLM.o LexPO.o LexPOV.o LexPS.o LexPascal.o LexPerl.o LexPowerPro.o LexPowerShell.o LexProgress.o LexProps.o LexPython.o LexR.o LexRaku.o LexRebol.o LexRegistry.o LexRuby.o LexRust.o LexSAS.o LexSML.o LexSQL.o LexSTTXT.o LexScriptol.o LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexStata.o LexTACL.o LexTADS3.o LexTAL.o LexTCL.o LexTCMD.o LexTeX.o LexTxt2tags.o LexVB.o LexVHDL.o LexVerilog.o LexVisualProlog.o LexX12.o LexYAML.o
ranlib ../bin/liblexilla.a
/bin/sh ../libtool  --tag=CXX   --mode=link clang++ -std=c++17  -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include    -o sciteco-minimal  libsciteco-base.la /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -L/opt/pkg/lib -lglib-2.0 -lintl -L/opt/pkg/lib -Wl,-search_paths_first -lncurses
libtool: link: clang++ -std=c++17 -g -O2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -D_DARWIN_C_SOURCE -I/opt/pkg/include/ncurses -I/opt/pkg/include -o sciteco-minimal -Wl,-search_paths_first -Wl,-bind_at_load  ./.libs/libsciteco-base.a -L/opt/pkg/lib -L../lib /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -lglib-2.0 /opt/pkg/lib/libintl.dylib /opt/pkg/lib/libiconv.dylib /opt/pkg/lib/libncurses.dylib
Undefined symbols for architecture x86_64:
  "operator delete[](void*)", referenced from:
      ListBoxImpl::SetList(char const*, char, char) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Action::~Action() in scintilla.a(CellBuffer.o)
      Scintilla::Internal::Action::~Action() in scintilla.a(CellBuffer.o)
      Scintilla::Internal::Action::Create(Scintilla::Internal::ActionType, long, char const*, long, bool) in scintilla.a(CellBuffer.o)
      Scintilla::Internal::Action::Clear() in scintilla.a(CellBuffer.o)
      Scintilla::Internal::UndoHistory::UndoHistory() in scintilla.a(CellBuffer.o)
      std::__1::vector<Scintilla::Internal::Action, std::__1::allocator<Scintilla::Internal::Action> >::resize(unsigned long) in scintilla.a(CellBuffer.o)
      ...
  "operator delete(void*)", referenced from:
      Scintilla::Internal::Window::~Window() in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::ListBox::Allocate() in scintilla.a(ScintillaCurses.o)
      _scintilla_new in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::ScintillaCurses(void (*)(void*, int, SCNotification*, void*), void*) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::SelectionText::~SelectionText() in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::~ScintillaCurses() in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::KeyDefault(Scintilla::Keys, Scintilla::KeyMod) in scintilla.a(ScintillaCurses.o)
      ...
  "operator delete(void*, std::align_val_t)", referenced from:
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(Lexilla.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexAsm.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexBaan.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexBash.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexBasic.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexCIL.o)
      void std::__1::_DeallocateCaller::__do_call<std::align_val_t>(void*, std::align_val_t) in liblexilla.a(LexCPP.o)
      ...
  "operator new[](unsigned long)", referenced from:
      ScintillaCurses::GetClipboard(int*) in scintilla.a(ScintillaCurses.o)
      ListBoxImpl::SetList(char const*, char, char) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Action::Create(Scintilla::Internal::ActionType, long, char const*, long, bool) in scintilla.a(CellBuffer.o)
      Scintilla::Internal::LineLayout::Resize(int) in scintilla.a(PositionCache.o)
      Scintilla::Internal::LineLayout::SetLineStart(int, int) in scintilla.a(PositionCache.o)
      Scintilla::Internal::PositionCacheEntry::PositionCacheEntry(Scintilla::Internal::PositionCacheEntry const&) in scintilla.a(PositionCache.o)
      Scintilla::Internal::PositionCacheEntry::Set(unsigned int, std::__1::basic_string_view<char, std::__1::char_traits<char> >, double const*, unsigned short) in scintilla.a(PositionCache.o)
      ...
  "operator new(unsigned long)", referenced from:
      Scintilla::Internal::Font::Allocate(Scintilla::Internal::FontParameters const&) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Surface::Allocate(Scintilla::Technology) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::ListBox::Allocate() in scintilla.a(ScintillaCurses.o)
      _scintilla_new in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::ScintillaCurses(void (*)(void*, int, SCNotification*, void*), void*) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::KeyDefault(Scintilla::Keys, Scintilla::KeyMod) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::UTF8FromEncoded(std::__1::basic_string_view<char, std::__1::char_traits<char> >) const in scintilla.a(ScintillaCurses.o)
      ...
  "operator new(unsigned long, std::align_val_t)", referenced from:
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(Lexilla.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexAsm.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexBaan.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexBash.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexBasic.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexCIL.o)
      std::__1::__libcpp_allocate(unsigned long, unsigned long) in liblexilla.a(LexCPP.o)
      ...
  "___cxa_allocate_exception", referenced from:
      std::__1::__throw_length_error(char const*) in scintilla.a(ScintillaCurses.o)
      std::__1::__throw_length_error(char const*) in liblexilla.a(Lexilla.o)
      Scintilla::Internal::UTF16FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, wchar_t*, unsigned long) in scintilla.a(UniConversion.o)
      Scintilla::Internal::UTF32FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned int*, unsigned long) in scintilla.a(UniConversion.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(Editor.o)
      std::__1::__throw_out_of_range(char const*) in scintilla.a(CallTip.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(CallTip.o)
      ...
  "___cxa_begin_catch", referenced from:
      ___clang_call_terminate in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::WndProc(Scintilla::Message, unsigned long, long) in scintilla.a(ScintillaCurses.o)
      ___clang_call_terminate in liblexilla.a(Lexilla.o)
      ___clang_call_terminate in scintilla.a(ScintillaBase.o)
      ___clang_call_terminate in scintilla.a(UniConversion.o)
      Scintilla::Internal::Editor::FindText(unsigned long, long) in scintilla.a(Editor.o)
      Scintilla::Internal::Editor::SearchText(Scintilla::Message, unsigned long, long) in scintilla.a(Editor.o)
      ...
  "___cxa_end_catch", referenced from:
      ScintillaCurses::WndProc(Scintilla::Message, unsigned long, long) in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Editor::FindText(unsigned long, long) in scintilla.a(Editor.o)
      Scintilla::Internal::Editor::SearchText(Scintilla::Message, unsigned long, long) in scintilla.a(Editor.o)
      Scintilla::Internal::Editor::SearchInTarget(char const*, long) in scintilla.a(Editor.o)
      std::__1::vector<long, std::__1::allocator<long> >::shrink_to_fit() in scintilla.a(CellBuffer.o)
      std::__1::vector<int, std::__1::allocator<int> >::shrink_to_fit() in scintilla.a(CellBuffer.o)
      std::__1::vector<char, std::__1::allocator<char> >::shrink_to_fit() in scintilla.a(CellBuffer.o)
      ...
  "___cxa_free_exception", referenced from:
      std::__1::__throw_length_error(char const*) in scintilla.a(ScintillaCurses.o)
      std::__1::__throw_length_error(char const*) in liblexilla.a(Lexilla.o)
      Scintilla::Internal::UTF16FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, wchar_t*, unsigned long) in scintilla.a(UniConversion.o)
      Scintilla::Internal::UTF32FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned int*, unsigned long) in scintilla.a(UniConversion.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(Editor.o)
      std::__1::__throw_out_of_range(char const*) in scintilla.a(CallTip.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(CallTip.o)
      ...
  "___cxa_throw", referenced from:
      std::__1::__throw_length_error(char const*) in scintilla.a(ScintillaCurses.o)
      std::__1::__throw_length_error(char const*) in liblexilla.a(Lexilla.o)
      Scintilla::Internal::UTF16FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, wchar_t*, unsigned long) in scintilla.a(UniConversion.o)
      Scintilla::Internal::UTF32FromUTF8(std::__1::basic_string_view<char, std::__1::char_traits<char> >, unsigned int*, unsigned long) in scintilla.a(UniConversion.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(Editor.o)
      std::__1::__throw_out_of_range(char const*) in scintilla.a(CallTip.o)
      std::__1::__throw_length_error(char const*) in scintilla.a(CallTip.o)
      ...
  "___gxx_personality_v0", referenced from:
      Scintilla::Internal::Window::Destroy() in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::ListBox::Allocate() in scintilla.a(ScintillaCurses.o)
      Scintilla::Internal::Platform::Assert(char const*, char const*, int) in scintilla.a(ScintillaCurses.o)
      _scintilla_new in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::ScintillaCurses(void (*)(void*, int, SCNotification*, void*), void*) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::KeyDefault(Scintilla::Keys, Scintilla::KeyMod) in scintilla.a(ScintillaCurses.o)
      ScintillaCurses::WndProc(Scintilla::Message, unsigned long, long) in scintilla.a(ScintillaCurses.o)
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [sciteco-minimal] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Well...

rhaberkorn commented 3 years ago

Can you compile and run this small C++ example?

#include <iostream>

int main() {
    int *foo = new int[256];
    std::cout << "Hello World!";
    delete[] foo;
    return 0;
}

Using

clang++ -o hello hello.cpp
./hello
dertuxmalwieder commented 3 years ago
% clang++ -o hello hello.cpp 
% ./hello 
Hello World!

Yup.

rhaberkorn commented 3 years ago

The CI build of macos-11 actually works fine: https://github.com/rhaberkorn/sciteco/runs/3905750110?check_suite_focus=true

dertuxmalwieder commented 3 years ago

Then why doesn't mine?

rhaberkorn commented 3 years ago

Then why doesn't mine?

I have no idea. The errors don't make sense. One difference to the CI build I see is the presence of -D_DARWIN_C_SOURCE in your build log. Can find out where it comes from? What does pkg-config --libs --cflags glib-2.0 say on your system? Did you install glib via Homebrew or some other system?

rhaberkorn commented 3 years ago

Is it OK to install tools to /usr/local on Darwin?

I am now also installing Darling, which seems to have progressed quite a lot since I last checked. I may be able to test my builds or even compile via Darling.

rhaberkorn commented 3 years ago

Please try this build: https://github.com/rhaberkorn/sciteco/suites/4067338916/artifacts/103371426

Don't ask why it is a tar.zip. It's a Github limitation.

However, I don't think it already works. Does not seem to have linked in glib statically. And I probably cannot get it to do so until I get this compiled myself manually (under Darling).

dertuxmalwieder commented 3 years ago

What does pkg-config --libs --cflags glib-2.0 say on your system?

-I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include -L/opt/pkg/lib -lglib-2.0 -lintl

Did you install glib via Homebrew or some other system?

It came as a dependency via pkgsrc.

Is it OK to install tools to /usr/local on Darwin?

It is. Homebrew does that as far as I know. I, personally, prefer /opt though, like I do on other Unices.

Please try this build: https://github.com/rhaberkorn/sciteco/suites/4067338916/artifacts/103371426

404.

rhaberkorn commented 3 years ago

Here it is. But I've already tested it on Darling - does not work since glib is linked in dynamically. SciTECO nightly build on 2021-10-15 (Mac OS, ncurses).zip

Unfortunately, I cannot get Homebrew to work on Darling. Perhaps I will try pkgsrc or Macports. But the point was, that I wanted to find out what Homebrew actually installs. (XCode command line tools do work, though!)

rhaberkorn commented 3 years ago

I had to reinstall everything as Darling should be run in a VM for security reasons. I could get pkgsrc installed. In fact, it is the only package manager currently working on Darling. Turns out, it does not ship static libraries for glib either. Neither are there static versions of libncurses (although it seems to be kept ABI compatible for a longer time, so it is not crucial). Other than that, I can build and run SciTECO on Mac OS just fine! Even memory limiting works as expected.

While I could in principle build SciTECO statically by hand-building glib (supposing there is no more serious reason preventing this) and optionally linking in a static netbsd-curses, this is not very practical for nightly builds. I will therefore try to package it along with its dependencies as a "pkg" file, so it can be installed via installer -pkg.

dertuxmalwieder commented 3 years ago

I could get pkgsrc installed. In fact, it is the only package manager currently working on Darling.

Portability does have its advantages. :-)

I can build and run SciTECO on Mac OS just fine!

I wonder what's wrong with my system then.

rhaberkorn commented 3 years ago

Even memory limiting works as expected.

Will have to be tested under a real Mac OS again as I am not convinced that freeing memory and querying resident memory size behaves identical, though.

rhaberkorn commented 3 years ago

As far as I understand, there is no way in Mac OS to install some prebuilt binary package into $PATH. Packages like XCode do that, but probably because they come from Apple directly, so they do not have to fear DYLIB collisions. The same is true when using a package manager like Homebrew or pkgsrc - they just assume to take over /usr/local/lib or /opt/pkg/lib.

I could easily build a standalone package (tar.gz or zipped) containing an executable with all the DYLIBs (similar to what I do on Windows now). It could be extracted to an arbitrary directory. Installing it into $PATH would be possible by manually symlinking into /usr/local/bin/sciteco or adding your installation path to /etc/paths. Slightly more standardized, I could create an AppBundle (e.g. SciTECO.app directory) which users could copy into /Applications. This AppBundle could simply be zipped or it could be packaged into an installer with pkgbuild. SciTECO will not automatically end up in $PATH, though.

What's also possible, but highly idiosyncratic (!?), would be shipping a tar.gz that is unpacked into /. The binary would end up in /usr/local/bin, but all dependent DYLIBs will be shipped in /usr/local/lib/sciteco. I can modify the binary to look them up there!

rhaberkorn commented 3 years ago

@dertuxmalwieder Please try this build: SciTECO nightly build on 2021-10-22 (Mac OS, x86_64, ncurses).zip

It is packaged by the aforementioned idiosyncratic method:

tar xf sciteco.tar -C /

Then cp /usr/local/share/sample.teco_ini ~/.teco_ini. Please edit this file using sciteco ~/.teco_ini. Uncomment the line that includes "fnkeys.tes". Ie. in the beautiful language of TECO type: Sfnkeys.tes$ 0LDDLR-2D :EX$$ (whereas $ is the Escape key)

Restarting SciTECO should now enable navigation with function keys. E.g. start sciteco ~/.teco_ini and try to press the cursor keys. Does that do anything or insert strange escape sequences? There may be a bug with the Mac OS system ncurses library. At least there is on my system.

Also, I'm interested in whether memory limiting works properly. Please type 50*1000*1000,2EJ$$<[a> (Note: $$ is two times the Escape key and will "terminate" the command line). The last > should pause for a moment before printing something like "Memory limit exceeded". If you rub out (backspace) the entire command line, you should still be able to insert stuff (e.g. 10<Ihello world$>) without any further "Memory limit" error. Does that work?

Thank you very much for your efforts.

rhaberkorn commented 2 years ago

I am also generally interested whether this build works on your machine because it targets Mac OS 10.15. I would like to have portable binaries, although I could provide two binary packages: one for Mac OS 10.15 and another one for 11. The dependency on libncurses 5.4 could be a problem here and I'm not sure whether libc++ ABIs are really stable across Mac OS versions.

dertuxmalwieder commented 2 years ago

I’ll be home in a while. I will try it then :-)

(Thank you for explaining $$ to me… pff… the one thing I know about TECO… 😉)

dertuxmalwieder commented 2 years ago

sciteco ~/.teco_ini works, but colors are off:

Bildschirmfoto 2021-10-23 um 21 00 07

Using cursor keys after enabling the fnkeys.tes line worked. I admit that I cheated on that though, I used nvi to make the change. ;-)

50*1000*1000,2EJ$$<[a>

I could copy-paste that command into SciTECO. It printed "Memory limit (50.0 MB) exceeded". The "hello world" insertion worked fine after that.

rhaberkorn commented 2 years ago

Interesting. It doesn't do that on my setup - but I was testing with a regular Linux terminal emulator (lxterminal). Perhaps that's also why the cursor keys work on your machine - it has only been tested against the Mac OS terminal emulator I suppose.

Please try this build: SciTECO nightly build on 2021-10-23 (Mac OS, x86_64, ncurses).zip

It comes with its own newer libncurses. Unfortunately, since this library comes from Homebrew and Homebrew installs libncurses as a "keg" (so it does not interfere with system ncurses), it will also look for the terminfo database in its "keg" prefix directory and will not find the system's terminfo database. I also cannot ship terminfo with my build since that would interfere with existing Homebrew installations of ncurses. You can work around that for the time being by

export TERMINFO=/usr/share/terminfo

before starting SciTECO. I'm not yet sure how to solve that. Either I would have to build my own ncurses or netbsd-curses or let SciTECO initialize $TERMINFO. The latter might not be expected if you build SciTECO on Mac OS from source but would probably be acceptable.

rhaberkorn commented 2 years ago

Using cursor keys after enabling the fnkeys.tes line worked. I admit that I cheated on that though, I used nvi to make the change. ;-)

I would not recommend to edit SciTECO macros (tes or tec files) with anything but SciTECO. The reason is that it contains lots of Control Characters and not all editors might be 8-bit clean, display these characters or allow you to insert these characters. In the worst case, a foreign editor might screw up your entire script when saving it.

dertuxmalwieder commented 2 years ago

The reason is that it contains lots of Control Characters and not all editors might be 8-bit clean

I know. I don't really trust Acme/Sam with this, for said reason. :-) Removing a ! should not be an issue for most of them though.

At least I keep a backup...

Now, on to your new version. Wait a moment. :-) If only I wouldn't have to un-quarantine all .dylib files first...

(macOS has a signature enforcement these days and it just blocks all of SciTECO unless I manually allow everything. Basically:

% cd /usr/local/lib/sciteco
% xattr -d com.apple.quarantine *

And the same thing for SciTECO itself. Well, well.)

dertuxmalwieder commented 2 years ago

edit:

No visible change.

rhaberkorn commented 2 years ago

(macOS has a signature enforcement these days and it just blocks all of SciTECO unless I manually allow everything.

That's good to know for mentioning it in the Wiki. The alternative (Apple wants me to choose) is to create an AppBundle, package it and sign it with a developer Id and notarize it. That's madness. And the developer id is not even free, although they have something like a "shareware" version... A SciTECO user is crazy anyway and can be expected to perform a few steps manually. I wonder if they can be wrapped into a setup script or are you not allowed to execute foreign scripts just like that?

dertuxmalwieder commented 2 years ago

A SciTECO user is crazy anyway

🤪

I wonder if they can be wrapped into a setup script or are you not allowed to execute foreign scripts just like that?

If the setup script runs xattr, there should be no problem with that unless you don't have +w on SciTECO (which is unlikely).

rhaberkorn commented 2 years ago

If the setup script runs xattr, there should be no problem with that unless you don't have +w on SciTECO (which is unlikely).

So, a script can be executed without being blocked and unquarantine other binaries. Hmmmm, so everybody can write a script like

#!/bin/sh
xattr -d com.apple.quarantine malware
exec malware

I see... Make's sense!

dertuxmalwieder commented 2 years ago

If you download malware on your Mac, chance is that you being able to disable the auto-quarantine is not the worst problem you have. ;-)

rhaberkorn commented 2 years ago

No visible change.

Really difficult for me to debug without a real Mac OS at hand. Does that also happen when you run sciteco --no-profile and type EB~/.teco_ini$ ($ is Escape as usual)? You might also try to replace

:EM^EQ[$SCITECOPATH]/colors/terminal.tes$

With

:EM^EQ[$SCITECOPATH]/colors/solarized.tes$

In ~/.teco_ini as that will redefine all terminal colors as a side effect.

Do you use black text on white background in your terminal emulator? (I cannot reproduce the bug with a black-on-white color scheme on my Linux terminal emulator.)

dertuxmalwieder commented 2 years ago

Does that also happen when you run sciteco --no-profile and type EB~/.teco_ini$ ($ is Escape as usual)?

Yes.

You might also try to replace

:EM^EQ[$SCITECOPATH]/colors/terminal.tes$

With

:EM^EQ[$SCITECOPATH]/colors/solarized.tes$

In ~/.teco_ini as that will redefine all terminal colors as a side effect.

Less bad:

Bildschirmfoto 2021-10-23 um 21 57 05

But I actually like contrasts. (Solarized hurts my eyes. Mostly.)

Do you use black text on white background in your terminal emulator?

I use the Acme color scheme. :-)

Bildschirmfoto 2021-10-23 um 21 58 59
rhaberkorn commented 2 years ago

But I actually like contrasts. (Solarized hurts my eyes. Mostly.)

I also don't regularly use it, but I thought it was a good demonstration of color schemes. You can press F5 to toggle between light and dark versions of Solarized but they have the same contrast obviously.

dertuxmalwieder commented 2 years ago

Is there a way to default to the light version?

rhaberkorn commented 2 years ago

Is there a way to default to the light version?

Add -1U[solarized.light] to ~/.teco_ini somewhere before including solarized.tes. Isn't this almost self explanatory? :-D

If this turns out to be related to your terminal color palette, I could also add a light terminal.tes variant. However, I do really need to get my hands on the terminal emulator to debug what's going on.

dertuxmalwieder commented 2 years ago

Isn't this almost self explanatory? :-D

Well...

dertuxmalwieder commented 2 years ago

If this turns out to be related to your terminal color palette

Testing with the Pro, Homebrew, and Ocean themes:

Bildschirmfoto 2021-10-23 um 22 37 34 Bildschirmfoto 2021-10-23 um 22 38 12 Bildschirmfoto 2021-10-23 um 22 38 36

It looks like the theme is irrelevant.

rhaberkorn commented 2 years ago

It looks like the theme is irrelevant.

Agreed. Perhaps it's a Scinterm bug (the editor component I am using).

rhaberkorn commented 2 years ago

Well...

There was actually a bug. You were supposed to be able to write -U[solarized.light] as a shorthand of -1U[solarized.light]. TECO is all about cryptic abbreviations.

dertuxmalwieder commented 2 years ago

Which is one of the reasons why I like it: Out-nerding ed users... :-)

rhaberkorn commented 1 year ago

@dertuxmalwieder Could you try installing this package, please? https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-curses_nightly_macos_x86_64.pkg

sudo installer -pkg sciteco-curses_nightly_macos_x86_64.pkg -target /

Or via the graphical installer. It's the same as the old tar.gz nightly builds, but now packaged using pkgbuild, which is slightly less idiosyncratic I guess. I don't expect the terminal colors to be fixed. The package naturally is not signed. I would be interested on what you had to do to get it to install anyway. I've tested on Darling, but they don't check signatures.

dertuxmalwieder commented 1 year ago
% sudo installer -pkg sciteco-curses_nightly_macos_x86_64.pkg -target /
Password:
installer: Package name is sciteco-curses_nightly_macos_x86_64
installer: Installing at base path /
installer: The install was successful.

I have migrated from pkgsrc to Homebrew in the time between the previous discussion and your newest build... no idea whether that’s the culprit. 😂 I had, honestly, forgot to keep track of this problem...

SciTECO starts (but it still looks like Oct 2021).

rhaberkorn commented 1 year ago

That's all? It doesn't require any quarantining? Or perhaps it remembered your old settings.

rhaberkorn commented 1 year ago

I let a friend of mine test it. He could even install it graphically after entering his password. And it worked out of the box. Nice!

dertuxmalwieder commented 1 year ago

I imagine that it’s fixed now? 🤨

rhaberkorn commented 1 year ago

No, the colors are not yet fixed. I still don't have a real Mac to test on.

dertuxmalwieder commented 1 year ago

That would be a different ticket though - this one is about building. But yea, the colors are still broken..

rhaberkorn commented 1 year ago

The build issue probably won't fix. How should I reproduce it? It works fine under Darling and various (native Mac OS) Github runners.

dertuxmalwieder commented 1 year ago

Looks like it builds just fine now... at least your build works. I guess that pkgsrc just broke something in the build system.

rhaberkorn commented 1 year ago

at least your build works.

What do you mean by that? You can now build from source successfully?

pkgsrc in general cannot be blamed - I've used that as well to build under Darling. Darling btw. apparently also supports Homebrew now, but I will have to rebuild everything to try it out.

That would be a different ticket though - this one is about building. But yea, the colors are still broken..

I'll add it to my ever growing TODO list.

dertuxmalwieder commented 1 year ago

Ah, communication. I’m not too good at it. No, I mean that your .pkg works... ;-)

So, back to the beginning - as I stated earlier, my system is different now (including a macOS upgrade to Ventura, of course):

% git submodule update --init
Cloning into '/Users/tux0r/github/sciteco/contrib/lexilla'...
Cloning into '/Users/tux0r/github/sciteco/contrib/scinterm'...
Cloning into '/Users/tux0r/github/sciteco/contrib/scintilla'...
Submodule path 'contrib/lexilla': checked out '7d7426e4bf4aa9ffea4ecdde34aa9f751c1bdc02'
Submodule path 'contrib/scinterm': checked out 'cf61a4616b011f60aabbc7d7b038fda2b0fe2317'
Submodule path 'contrib/scintilla': checked out 'fab670c471c7eea28d43ebaeed14b3c886e2c6e5'
% autoreconf -i
configure.ac:57: installing 'config/compile'
configure.ac:21: installing 'config/config.guess'
configure.ac:21: installing 'config/config.sub'
configure.ac:15: installing 'config/install-sh'
configure.ac:15: installing 'config/missing'
contrib/dlmalloc/Makefile.am: installing 'config/depcomp'
bootstrap.am:27: warning: shell LC_ALL=C @DATE@ "+%d %b %Y": non-POSIX variable name
bootstrap.am:27: (probably a GNU make extension)
doc/Makefile.am:3:   'bootstrap.am' included from here
doc/Makefile.am:12: warning: '%'-style pattern rules are a GNU make extension
doc/Makefile.am:63: warning: '%'-style pattern rules are a GNU make extension
doc/Makefile.am:91: warning: '%'-style pattern rules are a GNU make extension
bootstrap.am:27: warning: shell LC_ALL=C @DATE@ "+%d %b %Y": non-POSIX variable name
bootstrap.am:27: (probably a GNU make extension)
src/Makefile.am:11:   'bootstrap.am' included from here

Bah ... GNUisms ... ;-) anyway:

% ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... ./config/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-apple-darwin22.1.0
checking host system type... x86_64-apple-darwin22.1.0
checking whether to enable debugging... no
checking how to print strings... printf
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 786432
checking how to convert x86_64-apple-darwin22.1.0 file names to x86_64-apple-darwin22.1.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin22.1.0 file names to toolchain format... func_convert_file_noop
checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
checking for file... file
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin22.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for gawk... (cached) awk
checking for GNU make... make
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin22.1.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether g++ supports C++17 features with -std=c++17... yes
checking for ar... (cached) ar
checking for gcc options needed to detect all undeclared functions... none needed
checking whether EMSCRIPTEN is declared... no
checking for date... date
checking for groff... groff
checking for doxygen... no
checking for dot... no
checking for sciteco... sciteco
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-2.0 >= 2.44... yes
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for inline... inline
checking for size_t... yes
checking for memset... yes
checking for setlocale... yes
checking for strchr... yes
checking for strrchr... yes
checking for fstat... yes
checking for sscanf... yes
checking for realpath... yes
checking for fchown... yes
checking for dup... yes
checking for dup2... yes
checking for getpid... yes
checking for open... yes
checking for read... yes
checking for mmap... yes
checking for ncurses... yes
checking for tigetstr... yes
checking for curses.h... yes
checking for malloc.h... no
checking for malloc_np.h... no
checking for malloc_trim... no
checking for mach/mach.h... yes
checking for mach/message.h... yes
checking for mach/kern_return.h... yes
checking for mach/task_info.h... yes
checking for task_info... yes
checking for mach_task_self... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating src/GNUmakefile
config.status: creating src/interface-gtk/GNUmakefile
config.status: creating src/interface-curses/GNUmakefile
config.status: creating contrib/dlmalloc/GNUmakefile
config.status: creating contrib/rb3ptr/GNUmakefile
config.status: creating lib/GNUmakefile
config.status: creating doc/GNUmakefile
config.status: creating doc/Doxyfile
config.status: creating tests/GNUmakefile
config.status: creating tests/atlocal
config.status: creating distribute.mk
config.status: creating config.h
config.status: executing tests/atconfig commands
config.status: executing depfiles commands
config.status: executing libtool commands

Looks good...

% make
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in lib
make[2]: Nothing to be done for `all'.
Making all in contrib/rb3ptr
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -I. -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT rb3ptr.lo -MD -MP -MF .deps/rb3ptr.Tpo -c -o rb3ptr.lo rb3ptr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT rb3ptr.lo -MD -MP -MF .deps/rb3ptr.Tpo -c rb3ptr.c  -fno-common -DPIC -o .libs/rb3ptr.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT rb3ptr.lo -MD -MP -MF .deps/rb3ptr.Tpo -c rb3ptr.c -o rb3ptr.o >/dev/null 2>&1
mv -f .deps/rb3ptr.Tpo .deps/rb3ptr.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include   -L/usr/local/opt/llvm/lib -o librb3ptr.la  rb3ptr.lo  -L/usr/local/Cellar/glib/2.74.0/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lncurses
libtool: link: ar cr .libs/librb3ptr.a .libs/rb3ptr.o 
libtool: link: ranlib .libs/librb3ptr.a
libtool: link: ( cd ".libs" && rm -f "librb3ptr.la" && ln -s "../librb3ptr.la" "librb3ptr.la" )
Making all in src
/Library/Developer/CommandLineTools/usr/bin/make  all-recursive
Making all in interface-curses
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c  -fno-common -DPIC -o .libs/interface.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o >/dev/null 2>&1
mv -f .deps/interface.Tpo .deps/interface.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT curses-utils.lo -MD -MP -MF .deps/curses-utils.Tpo -c -o curses-utils.lo curses-utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT curses-utils.lo -MD -MP -MF .deps/curses-utils.Tpo -c curses-utils.c  -fno-common -DPIC -o .libs/curses-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT curses-utils.lo -MD -MP -MF .deps/curses-utils.Tpo -c curses-utils.c -o curses-utils.o >/dev/null 2>&1
mv -f .deps/curses-utils.Tpo .deps/curses-utils.Plo
/bin/sh ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT curses-info-popup.lo -MD -MP -MF .deps/curses-info-popup.Tpo -c -o curses-info-popup.lo curses-info-popup.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT curses-info-popup.lo -MD -MP -MF .deps/curses-info-popup.Tpo -c curses-info-popup.c  -fno-common -DPIC -o .libs/curses-info-popup.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../../contrib/rb3ptr -I../../src -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT curses-info-popup.lo -MD -MP -MF .deps/curses-info-popup.Tpo -c curses-info-popup.c -o curses-info-popup.o >/dev/null 2>&1
mv -f .deps/curses-info-popup.Tpo .deps/curses-info-popup.Plo
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include   -L/usr/local/opt/llvm/lib -o libsciteco-interface.la  interface.lo curses-utils.lo curses-info-popup.lo  -L/usr/local/Cellar/glib/2.74.0/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lncurses
libtool: link: ar cr .libs/libsciteco-interface.a .libs/interface.o .libs/curses-utils.o .libs/curses-info-popup.o 
libtool: link: ranlib .libs/libsciteco-interface.a
libtool: link: ( cd ".libs" && rm -f "libsciteco-interface.la" && ln -s "../libsciteco-interface.la" "libsciteco-interface.la" )
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT main.lo -MD -MP -MF .deps/main.Tpo -c -o main.lo main.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c  -fno-common -DPIC -o .libs/main.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT main.lo -MD -MP -MF .deps/main.Tpo -c main.c -o main.o >/dev/null 2>&1
mv -f .deps/main.Tpo .deps/main.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c -o memory.lo memory.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c  -fno-common -DPIC -o .libs/memory.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -o memory.o >/dev/null 2>&1
mv -f .deps/memory.Tpo .deps/memory.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c -o string-utils.lo string-utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c string-utils.c  -fno-common -DPIC -o .libs/string-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT string-utils.lo -MD -MP -MF .deps/string-utils.Tpo -c string-utils.c -o string-utils.o >/dev/null 2>&1
mv -f .deps/string-utils.Tpo .deps/string-utils.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT file-utils.lo -MD -MP -MF .deps/file-utils.Tpo -c -o file-utils.lo file-utils.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT file-utils.lo -MD -MP -MF .deps/file-utils.Tpo -c file-utils.c  -fno-common -DPIC -o .libs/file-utils.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT file-utils.lo -MD -MP -MF .deps/file-utils.Tpo -c file-utils.c -o file-utils.o >/dev/null 2>&1
mv -f .deps/file-utils.Tpo .deps/file-utils.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fno-common -DPIC -o .libs/error.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c -o cmdline.lo cmdline.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c cmdline.c  -fno-common -DPIC -o .libs/cmdline.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT cmdline.lo -MD -MP -MF .deps/cmdline.Tpo -c cmdline.c -o cmdline.o >/dev/null 2>&1
mv -f .deps/cmdline.Tpo .deps/cmdline.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT undo.lo -MD -MP -MF .deps/undo.Tpo -c -o undo.lo undo.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT undo.lo -MD -MP -MF .deps/undo.Tpo -c undo.c  -fno-common -DPIC -o .libs/undo.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT undo.lo -MD -MP -MF .deps/undo.Tpo -c undo.c -o undo.o >/dev/null 2>&1
mv -f .deps/undo.Tpo .deps/undo.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT expressions.lo -MD -MP -MF .deps/expressions.Tpo -c -o expressions.lo expressions.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT expressions.lo -MD -MP -MF .deps/expressions.Tpo -c expressions.c  -fno-common -DPIC -o .libs/expressions.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT expressions.lo -MD -MP -MF .deps/expressions.Tpo -c expressions.c -o expressions.o >/dev/null 2>&1
mv -f .deps/expressions.Tpo .deps/expressions.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT doc.lo -MD -MP -MF .deps/doc.Tpo -c -o doc.lo doc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT doc.lo -MD -MP -MF .deps/doc.Tpo -c doc.c  -fno-common -DPIC -o .libs/doc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT doc.lo -MD -MP -MF .deps/doc.Tpo -c doc.c -o doc.o >/dev/null 2>&1
mv -f .deps/doc.Tpo .deps/doc.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT eol.lo -MD -MP -MF .deps/eol.Tpo -c -o eol.lo eol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT eol.lo -MD -MP -MF .deps/eol.Tpo -c eol.c  -fno-common -DPIC -o .libs/eol.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT eol.lo -MD -MP -MF .deps/eol.Tpo -c eol.c -o eol.o >/dev/null 2>&1
mv -f .deps/eol.Tpo .deps/eol.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT qreg.lo -MD -MP -MF .deps/qreg.Tpo -c -o qreg.lo qreg.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT qreg.lo -MD -MP -MF .deps/qreg.Tpo -c qreg.c  -fno-common -DPIC -o .libs/qreg.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT qreg.lo -MD -MP -MF .deps/qreg.Tpo -c qreg.c -o qreg.o >/dev/null 2>&1
mv -f .deps/qreg.Tpo .deps/qreg.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT qreg-commands.lo -MD -MP -MF .deps/qreg-commands.Tpo -c -o qreg-commands.lo qreg-commands.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT qreg-commands.lo -MD -MP -MF .deps/qreg-commands.Tpo -c qreg-commands.c  -fno-common -DPIC -o .libs/qreg-commands.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT qreg-commands.lo -MD -MP -MF .deps/qreg-commands.Tpo -c qreg-commands.c -o qreg-commands.o >/dev/null 2>&1
mv -f .deps/qreg-commands.Tpo .deps/qreg-commands.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT ring.lo -MD -MP -MF .deps/ring.Tpo -c -o ring.lo ring.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT ring.lo -MD -MP -MF .deps/ring.Tpo -c ring.c  -fno-common -DPIC -o .libs/ring.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT ring.lo -MD -MP -MF .deps/ring.Tpo -c ring.c -o ring.o >/dev/null 2>&1
mv -f .deps/ring.Tpo .deps/ring.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c -o parser.lo parser.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c  -fno-common -DPIC -o .libs/parser.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.c -o parser.o >/dev/null 2>&1
mv -f .deps/parser.Tpo .deps/parser.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT core-commands.lo -MD -MP -MF .deps/core-commands.Tpo -c -o core-commands.lo core-commands.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT core-commands.lo -MD -MP -MF .deps/core-commands.Tpo -c core-commands.c  -fno-common -DPIC -o .libs/core-commands.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT core-commands.lo -MD -MP -MF .deps/core-commands.Tpo -c core-commands.c -o core-commands.o >/dev/null 2>&1
mv -f .deps/core-commands.Tpo .deps/core-commands.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT search.lo -MD -MP -MF .deps/search.Tpo -c -o search.lo search.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c  -fno-common -DPIC -o .libs/search.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c -o search.o >/dev/null 2>&1
mv -f .deps/search.Tpo .deps/search.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c -o spawn.lo spawn.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c spawn.c  -fno-common -DPIC -o .libs/spawn.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c spawn.c -o spawn.o >/dev/null 2>&1
mv -f .deps/spawn.Tpo .deps/spawn.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT glob.lo -MD -MP -MF .deps/glob.Tpo -c -o glob.lo glob.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT glob.lo -MD -MP -MF .deps/glob.Tpo -c glob.c  -fno-common -DPIC -o .libs/glob.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT glob.lo -MD -MP -MF .deps/glob.Tpo -c glob.c -o glob.o >/dev/null 2>&1
mv -f .deps/glob.Tpo .deps/glob.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT goto.lo -MD -MP -MF .deps/goto.Tpo -c -o goto.lo goto.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT goto.lo -MD -MP -MF .deps/goto.Tpo -c goto.c  -fno-common -DPIC -o .libs/goto.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT goto.lo -MD -MP -MF .deps/goto.Tpo -c goto.c -o goto.o >/dev/null 2>&1
mv -f .deps/goto.Tpo .deps/goto.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT goto-commands.lo -MD -MP -MF .deps/goto-commands.Tpo -c -o goto-commands.lo goto-commands.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT goto-commands.lo -MD -MP -MF .deps/goto-commands.Tpo -c goto-commands.c  -fno-common -DPIC -o .libs/goto-commands.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT goto-commands.lo -MD -MP -MF .deps/goto-commands.Tpo -c goto-commands.c -o goto-commands.o >/dev/null 2>&1
mv -f .deps/goto-commands.Tpo .deps/goto-commands.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT help.lo -MD -MP -MF .deps/help.Tpo -c -o help.lo help.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT help.lo -MD -MP -MF .deps/help.Tpo -c help.c  -fno-common -DPIC -o .libs/help.o
help.c:73:1: warning: unused function 'teco_help_topic_free' [-Wunused-function]
teco_help_topic_free(teco_help_topic_t *ctx)
^
1 warning generated.
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT help.lo -MD -MP -MF .deps/help.Tpo -c help.c -o help.o >/dev/null 2>&1
mv -f .deps/help.Tpo .deps/help.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT rb3str.lo -MD -MP -MF .deps/rb3str.Tpo -c -o rb3str.lo rb3str.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT rb3str.lo -MD -MP -MF .deps/rb3str.Tpo -c rb3str.c  -fno-common -DPIC -o .libs/rb3str.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT rb3str.lo -MD -MP -MF .deps/rb3str.Tpo -c rb3str.c -o rb3str.o >/dev/null 2>&1
mv -f .deps/rb3str.Tpo .deps/rb3str.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT symbols.lo -MD -MP -MF .deps/symbols.Tpo -c -o symbols.lo symbols.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT symbols.lo -MD -MP -MF .deps/symbols.Tpo -c symbols.c  -fno-common -DPIC -o .libs/symbols.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT symbols.lo -MD -MP -MF .deps/symbols.Tpo -c symbols.c -o symbols.o >/dev/null 2>&1
mv -f .deps/symbols.Tpo .deps/symbols.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT view.lo -MD -MP -MF .deps/view.Tpo -c -o view.lo view.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT view.lo -MD -MP -MF .deps/view.Tpo -c view.c  -fno-common -DPIC -o .libs/view.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT view.lo -MD -MP -MF .deps/view.Tpo -c view.c -o view.o >/dev/null 2>&1
mv -f .deps/view.Tpo .deps/view.Plo
/bin/sh ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c -o interface.lo interface.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c  -fno-common -DPIC -o .libs/interface.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -DSCITECODATADIR=\"/usr/local/share/sciteco\" -DSCITECOLIBDIR=\"/usr/local/share/sciteco/lib\" -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -MT interface.lo -MD -MP -MF .deps/interface.Tpo -c interface.c -o interface.o >/dev/null 2>&1
mv -f .deps/interface.Tpo .deps/interface.Plo
/bin/sh ../libtool  --tag=CC   --mode=link gcc -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include   -L/usr/local/opt/llvm/lib -o libsciteco-base.la  main.lo memory.lo string-utils.lo file-utils.lo error.lo cmdline.lo undo.lo expressions.lo doc.lo eol.lo qreg.lo qreg-commands.lo ring.lo parser.lo core-commands.lo search.lo spawn.lo glob.lo goto.lo goto-commands.lo help.lo rb3str.lo symbols.lo view.lo interface.lo interface-curses/libsciteco-interface.la ../contrib/rb3ptr/librb3ptr.la  -L/usr/local/Cellar/glib/2.74.0/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lncurses
libtool: link: (cd .libs/libsciteco-base.lax/libsciteco-interface.a && ar x "/Users/tux0r/github/sciteco/src/interface-curses/.libs/libsciteco-interface.a")
libtool: link: (cd .libs/libsciteco-base.lax/librb3ptr.a && ar x "/Users/tux0r/github/sciteco/src/../contrib/rb3ptr/.libs/librb3ptr.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libsciteco-base.lax/libsciteco-interface.a/interface.o .libs/libsciteco-base.lax/lt1-interface.o || cp .libs/libsciteco-base.lax/libsciteco-interface.a/interface.o .libs/libsciteco-base.lax/lt1-interface.o
libtool: link: ar cr .libs/libsciteco-base.a .libs/main.o .libs/memory.o .libs/string-utils.o .libs/file-utils.o .libs/error.o .libs/cmdline.o .libs/undo.o .libs/expressions.o .libs/doc.o .libs/eol.o .libs/qreg.o .libs/qreg-commands.o .libs/ring.o .libs/parser.o .libs/core-commands.o .libs/search.o .libs/spawn.o .libs/glob.o .libs/goto.o .libs/goto-commands.o .libs/help.o .libs/rb3str.o .libs/symbols.o .libs/view.o .libs/interface.o .libs/libsciteco-base.lax/libsciteco-interface.a/curses-info-popup.o .libs/libsciteco-base.lax/libsciteco-interface.a/curses-utils.o .libs/libsciteco-base.lax/lt1-interface.o .libs/libsciteco-base.lax/librb3ptr.a/rb3ptr.o
libtool: link: ranlib .libs/libsciteco-base.a
libtool: link: rm -fr .libs/libsciteco-base.lax .libs/libsciteco-base.lax
libtool: link: ( cd ".libs" && rm -f "libsciteco-base.la" && ln -s "../libsciteco-base.la" "libsciteco-base.la" )
/Library/Developer/CommandLineTools/usr/bin/make -C /Users/tux0r/github/sciteco/contrib/scintilla/bin -f /Users/tux0r/github/sciteco/contrib/scinterm/Makefile VPATH=/Users/tux0r/github/sciteco/contrib/scinterm CURSES_FLAGS=' ' CC='gcc' CXX='g++ -std=c++17' AR='ar' RANLIB='ranlib' ../bin/scintilla.a
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/AutoComplete.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/CallTip.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/CaseConvert.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/CaseFolder.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/CellBuffer.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/CharacterCategoryMap.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/CharacterType.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/CharClassify.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/ContractionState.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/DBCS.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/Decoration.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/Document.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/EditModel.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/Editor.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/EditView.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/Geometry.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/Indicator.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/KeyMap.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/LineMarker.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/MarginView.cxx
../src/MarginView.cxx:341:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
                                                sprintf(number, "%c%c %03X %03X",
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
../src/MarginView.cxx:349:7: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
                                                sprintf(number, "%0X", state);
                                                ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
2 warnings generated.
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/PerLine.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/PositionCache.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/RESearch.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/RunStyles.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/ScintillaBase.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/Selection.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/Style.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/UniConversion.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/UniqueString.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/ViewStyle.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c ../src/XPM.cxx
g++ -std=c++17 -std=c++17 -pedantic -DCURSES -DSCI_LEXER -I../include -I../src -Wall -DNDEBUG -Os  -c /Users/tux0r/github/sciteco/contrib/scinterm/ScintillaCurses.cxx
/Users/tux0r/github/sciteco/contrib/scinterm/ScintillaCurses.cxx:867:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
  sprintf(buffer, "Assertion [%s] failed at %s %d\r\n", c, file, line);
  ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:188:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
        #define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
                                                      ^
1 warning generated.
ar rc ../bin/scintilla.a AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o CellBuffer.o CharacterCategoryMap.o CharacterType.o CharClassify.o ContractionState.o DBCS.o Decoration.o Document.o EditModel.o Editor.o EditView.o Geometry.o Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o PositionCache.o RESearch.o RunStyles.o ScintillaBase.o Selection.o Style.o UniConversion.o UniqueString.o ViewStyle.o XPM.o ScintillaCurses.o
touch ../bin/scintilla.a
/Library/Developer/CommandLineTools/usr/bin/make -C /Users/tux0r/github/sciteco/contrib/lexilla/src CXXFLAGS='' CC='gcc' CXX='g++ -std=c++17' AR='ar' RANLIB='ranlib' BASE_FLAGS='' ../bin/liblexilla.a
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c Lexilla.cxx -o Lexilla.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/Accessor.cxx -o Accessor.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/CharacterCategory.cxx -o CharacterCategory.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/CharacterSet.cxx -o CharacterSet.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/DefaultLexer.cxx -o DefaultLexer.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/LexAccessor.cxx -o LexAccessor.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/LexerBase.cxx -o LexerBase.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/LexerModule.cxx -o LexerModule.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/LexerSimple.cxx -o LexerSimple.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/PropSetSimple.cxx -o PropSetSimple.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/StyleContext.cxx -o StyleContext.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexlib/WordList.cxx -o WordList.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexA68k.cxx -o LexA68k.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAPDL.cxx -o LexAPDL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexASY.cxx -o LexASY.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAU3.cxx -o LexAU3.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAVE.cxx -o LexAVE.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAVS.cxx -o LexAVS.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAbaqus.cxx -o LexAbaqus.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAda.cxx -o LexAda.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAsm.cxx -o LexAsm.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexAsn1.cxx -o LexAsn1.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexBaan.cxx -o LexBaan.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexBash.cxx -o LexBash.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexBasic.cxx -o LexBasic.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexBatch.cxx -o LexBatch.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexBibTeX.cxx -o LexBibTeX.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexBullant.cxx -o LexBullant.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCIL.cxx -o LexCIL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCLW.cxx -o LexCLW.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCOBOL.cxx -o LexCOBOL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCPP.cxx -o LexCPP.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCSS.cxx -o LexCSS.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCaml.cxx -o LexCaml.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCmake.cxx -o LexCmake.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCoffeeScript.cxx -o LexCoffeeScript.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexConf.cxx -o LexConf.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCrontab.cxx -o LexCrontab.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexCsound.cxx -o LexCsound.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexD.cxx -o LexD.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexDMAP.cxx -o LexDMAP.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexDMIS.cxx -o LexDMIS.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexDataflex.cxx -o LexDataflex.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexDiff.cxx -o LexDiff.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexECL.cxx -o LexECL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexEDIFACT.cxx -o LexEDIFACT.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexEScript.cxx -o LexEScript.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexEiffel.cxx -o LexEiffel.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexErlang.cxx -o LexErlang.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexErrorList.cxx -o LexErrorList.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexFSharp.cxx -o LexFSharp.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexFlagship.cxx -o LexFlagship.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexForth.cxx -o LexForth.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexFortran.cxx -o LexFortran.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexGAP.cxx -o LexGAP.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexGui4Cli.cxx -o LexGui4Cli.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexHTML.cxx -o LexHTML.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexHaskell.cxx -o LexHaskell.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexHex.cxx -o LexHex.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexHollywood.cxx -o LexHollywood.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexIndent.cxx -o LexIndent.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexInno.cxx -o LexInno.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexJSON.cxx -o LexJSON.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexJulia.cxx -o LexJulia.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexKVIrc.cxx -o LexKVIrc.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexKix.cxx -o LexKix.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexLaTeX.cxx -o LexLaTeX.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexLisp.cxx -o LexLisp.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexLout.cxx -o LexLout.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexLua.cxx -o LexLua.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMMIXAL.cxx -o LexMMIXAL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMPT.cxx -o LexMPT.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMSSQL.cxx -o LexMSSQL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMagik.cxx -o LexMagik.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMake.cxx -o LexMake.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMarkdown.cxx -o LexMarkdown.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMatlab.cxx -o LexMatlab.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMaxima.cxx -o LexMaxima.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMetapost.cxx -o LexMetapost.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexModula.cxx -o LexModula.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexMySQL.cxx -o LexMySQL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexNim.cxx -o LexNim.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexNimrod.cxx -o LexNimrod.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexNsis.cxx -o LexNsis.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexNull.cxx -o LexNull.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexOScript.cxx -o LexOScript.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexOpal.cxx -o LexOpal.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPB.cxx -o LexPB.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPLM.cxx -o LexPLM.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPO.cxx -o LexPO.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPOV.cxx -o LexPOV.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPS.cxx -o LexPS.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPascal.cxx -o LexPascal.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPerl.cxx -o LexPerl.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPowerPro.cxx -o LexPowerPro.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPowerShell.cxx -o LexPowerShell.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexProgress.cxx -o LexProgress.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexProps.cxx -o LexProps.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexPython.cxx -o LexPython.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexR.cxx -o LexR.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexRaku.cxx -o LexRaku.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexRebol.cxx -o LexRebol.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexRegistry.cxx -o LexRegistry.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexRuby.cxx -o LexRuby.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexRust.cxx -o LexRust.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSAS.cxx -o LexSAS.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSML.cxx -o LexSML.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSQL.cxx -o LexSQL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSTTXT.cxx -o LexSTTXT.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexScriptol.cxx -o LexScriptol.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSmalltalk.cxx -o LexSmalltalk.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSorcus.cxx -o LexSorcus.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSpecman.cxx -o LexSpecman.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexSpice.cxx -o LexSpice.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexStata.cxx -o LexStata.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexTACL.cxx -o LexTACL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexTADS3.cxx -o LexTADS3.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexTAL.cxx -o LexTAL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexTCL.cxx -o LexTCL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexTCMD.cxx -o LexTCMD.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexTeX.cxx -o LexTeX.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexTxt2tags.cxx -o LexTxt2tags.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexVB.cxx -o LexVB.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexVHDL.cxx -o LexVHDL.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexVerilog.cxx -o LexVerilog.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexVisualProlog.cxx -o LexVisualProlog.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexX12.cxx -o LexX12.o
g++ -std=c++17 -DNDEBUG -I ../include -I ../../scintilla/include -I ../src -I ../lexlib  -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm  -c ../lexers/LexYAML.cxx -o LexYAML.o
ar rc ../bin/liblexilla.a Lexilla.o Accessor.o CharacterCategory.o CharacterSet.o DefaultLexer.o LexAccessor.o LexerBase.o LexerModule.o LexerSimple.o PropSetSimple.o StyleContext.o WordList.o LexA68k.o LexAPDL.o LexASY.o LexAU3.o LexAVE.o LexAVS.o LexAbaqus.o LexAda.o LexAsm.o LexAsn1.o LexBaan.o LexBash.o LexBasic.o LexBatch.o LexBibTeX.o LexBullant.o LexCIL.o LexCLW.o LexCOBOL.o LexCPP.o LexCSS.o LexCaml.o LexCmake.o LexCoffeeScript.o LexConf.o LexCrontab.o LexCsound.o LexD.o LexDMAP.o LexDMIS.o LexDataflex.o LexDiff.o LexECL.o LexEDIFACT.o LexEScript.o LexEiffel.o LexErlang.o LexErrorList.o LexFSharp.o LexFlagship.o LexForth.o LexFortran.o LexGAP.o LexGui4Cli.o LexHTML.o LexHaskell.o LexHex.o LexHollywood.o LexIndent.o LexInno.o LexJSON.o LexJulia.o LexKVIrc.o LexKix.o LexLaTeX.o LexLisp.o LexLout.o LexLua.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexMagik.o LexMake.o LexMarkdown.o LexMatlab.o LexMaxima.o LexMetapost.o LexModula.o LexMySQL.o LexNim.o LexNimrod.o LexNsis.o LexNull.o LexOScript.o LexOpal.o LexPB.o LexPLM.o LexPO.o LexPOV.o LexPS.o LexPascal.o LexPerl.o LexPowerPro.o LexPowerShell.o LexProgress.o LexProps.o LexPython.o LexR.o LexRaku.o LexRebol.o LexRegistry.o LexRuby.o LexRust.o LexSAS.o LexSML.o LexSQL.o LexSTTXT.o LexScriptol.o LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexStata.o LexTACL.o LexTADS3.o LexTAL.o LexTCL.o LexTCMD.o LexTeX.o LexTxt2tags.o LexVB.o LexVHDL.o LexVerilog.o LexVisualProlog.o LexX12.o LexYAML.o
ranlib ../bin/liblexilla.a
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17  -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include   -L/usr/local/opt/llvm/lib -o sciteco-minimal  libsciteco-base.la /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -L/usr/local/Cellar/glib/2.74.0/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lncurses
libtool: link: g++ -std=c++17 -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -o sciteco-minimal -Wl,-bind_at_load  -L/usr/local/opt/llvm/lib ./.libs/libsciteco-base.a -L/usr/local/Cellar/glib/2.74.0/lib -L/usr/local/opt/gettext/lib /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -lglib-2.0 -lintl -lncurses
../src/sciteco-minimal -m -- ./symbols-extract.tes \
                       -p "SCI_" -n teco_symbol_list_scintilla symbols-scintilla.c /Users/tux0r/github/sciteco/contrib/scintilla/include/Scintilla.h
Info: Added new unnamed file to ring.
Info: Added file "/Users/tux0r/github/sciteco/contrib/scintilla/include/Scintilla.h" to ring
Info: Removed file "/Users/tux0r/github/sciteco/contrib/scintilla/include/Scintilla.h" from the ring
gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT symbols-scintilla.o -MD -MP -MF .deps/symbols-scintilla.Tpo -c -o symbols-scintilla.o symbols-scintilla.c
mv -f .deps/symbols-scintilla.Tpo .deps/symbols-scintilla.Po
../src/sciteco-minimal -m -- ./symbols-extract.tes \
                       -p "SCE_" -n teco_symbol_list_scilexer symbols-scilexer.c /Users/tux0r/github/sciteco/contrib/lexilla/include/SciLexer.h
Info: Added new unnamed file to ring.
Info: Added file "/Users/tux0r/github/sciteco/contrib/lexilla/include/SciLexer.h" to ring
Info: Removed file "/Users/tux0r/github/sciteco/contrib/lexilla/include/SciLexer.h" from the ring
gcc -DHAVE_CONFIG_H -I. -I..  -D'SCITECODATADIR="/usr/local/share/sciteco"'                           -D'SCITECOLIBDIR="/usr/local/share/sciteco/lib"' -I../contrib/rb3ptr -I/usr/local/opt/llvm/include -I/Users/tux0r/github/sciteco/contrib/scintilla/include -I/Users/tux0r/github/sciteco/contrib/lexilla/include -DCURSES -I/Users/tux0r/github/sciteco/contrib/scinterm -std=gnu11 -Wall -Wno-initializer-overrides -Wno-unused-value -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include  -MT symbols-scilexer.o -MD -MP -MF .deps/symbols-scilexer.Tpo -c -o symbols-scilexer.o symbols-scilexer.c
mv -f .deps/symbols-scilexer.Tpo .deps/symbols-scilexer.Po
/bin/sh ../libtool  --tag=CXX   --mode=link g++ -std=c++17  -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include   -L/usr/local/opt/llvm/lib -o sciteco  symbols-scintilla.o symbols-scilexer.o libsciteco-base.la /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -L/usr/local/Cellar/glib/2.74.0/lib -L/usr/local/opt/gettext/lib -lglib-2.0 -lintl -lncurses
libtool: link: g++ -std=c++17 -I/usr/local/Cellar/glib/2.74.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.74.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/include -o sciteco symbols-scintilla.o symbols-scilexer.o -Wl,-bind_at_load  -L/usr/local/opt/llvm/lib ./.libs/libsciteco-base.a -L/usr/local/Cellar/glib/2.74.0/lib -L/usr/local/opt/gettext/lib /Users/tux0r/github/sciteco/contrib/scintilla/bin/scintilla.a /Users/tux0r/github/sciteco/contrib/lexilla/bin/liblexilla.a -lglib-2.0 -lintl -lncurses
Making all in doc
../src/sciteco-minimal -e $'EBgrosciteco.tes.1.in\e <FS@PACKAGE^Q@\esciteco\e;>J <FS@PACKAGE_NAME^Q@\eSciTECO\e;>J <FS@PACKAGE_VERSION^Q@\e2.0.0\e;>J <FS@PACKAGE_URL^Q@\ehttp://sciteco.sf.net/\e;>J <FS@PACKAGE_URL_DEV^Q@\ehttps://github.com/rhaberkorn/sciteco\e;>J <FS@bindir^Q@\e/usr/local/bin\e;>J <FS@libexecdir^Q@\e/usr/local/libexec\e;>J <FS@pkgdatadir^Q@\e/usr/local/share/sciteco\e;>J <FS@scitecolibdir^Q@\e/usr/local/share/sciteco/lib\e;>J <FS@TECO_INTEGER^Q@\e64\e;>J <FS@DATE^Q@\e02 Dec 2022\e; -D>J EWgrosciteco.tes.1\e'
Info: Added new unnamed file to ring.
Info: Added file "grosciteco.tes.1.in" to ring
../src/sciteco-minimal -e $'EBtedoc.tes.1.in\e <FS@PACKAGE^Q@\esciteco\e;>J <FS@PACKAGE_NAME^Q@\eSciTECO\e;>J <FS@PACKAGE_VERSION^Q@\e2.0.0\e;>J <FS@PACKAGE_URL^Q@\ehttp://sciteco.sf.net/\e;>J <FS@PACKAGE_URL_DEV^Q@\ehttps://github.com/rhaberkorn/sciteco\e;>J <FS@bindir^Q@\e/usr/local/bin\e;>J <FS@libexecdir^Q@\e/usr/local/libexec\e;>J <FS@pkgdatadir^Q@\e/usr/local/share/sciteco\e;>J <FS@scitecolibdir^Q@\e/usr/local/share/sciteco/lib\e;>J <FS@TECO_INTEGER^Q@\e64\e;>J <FS@DATE^Q@\e02 Dec 2022\e; -D>J EWtedoc.tes.1\e'
Info: Added new unnamed file to ring.
Info: Added file "tedoc.tes.1.in" to ring
../src/sciteco-minimal -e $'EBsciteco.1.in\e <FS@PACKAGE^Q@\esciteco\e;>J <FS@PACKAGE_NAME^Q@\eSciTECO\e;>J <FS@PACKAGE_VERSION^Q@\e2.0.0\e;>J <FS@PACKAGE_URL^Q@\ehttp://sciteco.sf.net/\e;>J <FS@PACKAGE_URL_DEV^Q@\ehttps://github.com/rhaberkorn/sciteco\e;>J <FS@bindir^Q@\e/usr/local/bin\e;>J <FS@libexecdir^Q@\e/usr/local/libexec\e;>J <FS@pkgdatadir^Q@\e/usr/local/share/sciteco\e;>J <FS@scitecolibdir^Q@\e/usr/local/share/sciteco/lib\e;>J <FS@TECO_INTEGER^Q@\e64\e;>J <FS@DATE^Q@\e02 Dec 2022\e; -D>J EWsciteco.1\e'
Info: Added new unnamed file to ring.
Info: Added file "sciteco.1.in" to ring
../src/sciteco -m -- ./tedoc.tes \
                    -C sciteco.7.in sciteco.7.template ../src/*.c
Info: Added new unnamed file to ring.
Info: Added file "sciteco.7.template" to ring
Info: Added file "../src/cmdline.c" to ring
Info: Added file "../src/core-commands.c" to ring
Info: Added file "../src/doc.c" to ring
Info: Added file "../src/eol.c" to ring
Info: Added file "../src/error.c" to ring
Info: Added file "../src/expressions.c" to ring
Info: Added file "../src/file-utils.c" to ring
Info: Added file "../src/glob.c" to ring
Info: Added file "../src/goto-commands.c" to ring
Info: Added file "../src/goto.c" to ring
Info: Added file "../src/help.c" to ring
Info: Added file "../src/interface.c" to ring
Info: Added file "../src/main.c" to ring
Info: Added file "../src/memory.c" to ring
Info: Added file "../src/parser.c" to ring
Info: Added file "../src/qreg-commands.c" to ring
Info: Added file "../src/qreg.c" to ring
Info: Added file "../src/rb3str.c" to ring
Info: Added file "../src/ring.c" to ring
Info: Added file "../src/search.c" to ring
Info: Added file "../src/spawn.c" to ring
Info: Added file "../src/string-utils.c" to ring
Info: Added file "../src/symbols-scilexer.c" to ring
Info: Added file "../src/symbols-scintilla.c" to ring
Info: Added file "../src/symbols.c" to ring
Info: Added file "../src/undo.c" to ring
Info: Added file "../src/view.c" to ring
Info: Removed unnamed file from the ring.
Info: Removed file "/Users/tux0r/github/sciteco/src/cmdline.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/core-commands.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/doc.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/eol.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/error.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/expressions.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/file-utils.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/glob.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/goto-commands.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/goto.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/help.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/interface.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/main.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/memory.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/parser.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/qreg-commands.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/qreg.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/rb3str.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/ring.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/search.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/spawn.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/string-utils.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/symbols-scilexer.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/symbols-scintilla.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/symbols.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/undo.c" from the ring
Info: Removed file "/Users/tux0r/github/sciteco/src/view.c" from the ring
../src/sciteco-minimal -e $'EBsciteco.7.in\e <FS@PACKAGE^Q@\esciteco\e;>J <FS@PACKAGE_NAME^Q@\eSciTECO\e;>J <FS@PACKAGE_VERSION^Q@\e2.0.0\e;>J <FS@PACKAGE_URL^Q@\ehttp://sciteco.sf.net/\e;>J <FS@PACKAGE_URL_DEV^Q@\ehttps://github.com/rhaberkorn/sciteco\e;>J <FS@bindir^Q@\e/usr/local/bin\e;>J <FS@libexecdir^Q@\e/usr/local/libexec\e;>J <FS@pkgdatadir^Q@\e/usr/local/share/sciteco\e;>J <FS@scitecolibdir^Q@\e/usr/local/share/sciteco/lib\e;>J <FS@TECO_INTEGER^Q@\e64\e;>J <FS@DATE^Q@\e02 Dec 2022\e; -D>J EWsciteco.7\e'
Info: Added new unnamed file to ring.
Info: Added file "sciteco.7.in" to ring
groff -wall -Z -Tascii -t -man -M. -msciteco grosciteco.tes.1 >grosciteco.tes.1.intermediate
../src/sciteco -m -- ./grosciteco.tes \
                    grosciteco.tes.1.woman grosciteco.tes.1.intermediate
Info: Added new unnamed file to ring.
Info: Added file "grosciteco.tes.1.intermediate" to ring
groff -wall -Z -Tascii -t -man -M. -msciteco tedoc.tes.1 >tedoc.tes.1.intermediate
../src/sciteco -m -- ./grosciteco.tes \
                    tedoc.tes.1.woman tedoc.tes.1.intermediate
Info: Added new unnamed file to ring.
Info: Added file "tedoc.tes.1.intermediate" to ring
groff -wall -Z -Tascii -t -man -M. -msciteco sciteco.1 >sciteco.1.intermediate
../src/sciteco -m -- ./grosciteco.tes \
                    sciteco.1.woman sciteco.1.intermediate
Info: Added new unnamed file to ring.
Info: Added file "sciteco.1.intermediate" to ring
groff -wall -Z -Tascii -t -man -M. -msciteco sciteco.7 >sciteco.7.intermediate
troff: sciteco.7:369: warning [p 2, 4.5i, div '3tbd1,0', 0.0i]: can't break line
troff: sciteco.7:369: warning [p 2, 4.5i, div '3tbd1,0', 0.2i]: can't break line
troff: sciteco.7:371: warning [p 2, 4.5i, div '3tbd1,3', 0.0i]: can't break line
troff: sciteco.7:373: warning [p 2, 4.5i, div '3tbd1,4', 0.2i]: cannot adjust line
troff: sciteco.7:376: warning [p 2, 4.5i, div '3tbd1,4', 1.5i]: cannot adjust line
troff: sciteco.7:376: warning [p 2, 4.5i, div '3tbd1,4', 1.7i]: cannot adjust line
troff: sciteco.7:377: warning [p 2, 4.5i, div '3tbd1,4', 2.2i]: cannot adjust line
troff: sciteco.7:378: warning [p 2, 4.5i, div '3tbd1,4', 2.5i]: cannot adjust line
troff: sciteco.7:378: warning [p 2, 4.5i, div '3tbd1,4', 2.7i]: cannot adjust line
troff: sciteco.7:378: warning [p 2, 4.5i, div '3tbd1,4', 2.8i]: cannot adjust line
troff: sciteco.7:382: warning [p 2, 4.5i, div '3tbd2,0', 0.0i]: cannot adjust line
troff: sciteco.7:382: warning [p 2, 4.5i, div '3tbd2,0', 0.2i]: can't break line
troff: sciteco.7:382: warning [p 2, 4.5i, div '3tbd2,0', 0.3i]: cannot adjust line
troff: sciteco.7:382: warning [p 2, 4.5i, div '3tbd2,0', 0.5i]: can't break line
troff: sciteco.7:384: warning [p 2, 4.5i, div '3tbd2,3', 0.0i]: cannot adjust line
troff: sciteco.7:384: warning [p 2, 4.5i, div '3tbd2,3', 0.2i]: cannot adjust line
troff: sciteco.7:384: warning [p 2, 4.5i, div '3tbd2,3', 0.3i]: can't break line
troff: sciteco.7:386: warning [p 2, 4.5i, div '3tbd2,3', 0.8i]: cannot adjust line
troff: sciteco.7:386: warning [p 2, 4.5i, div '3tbd2,3', 1.0i]: cannot adjust line
troff: sciteco.7:388: warning [p 2, 4.5i, div '3tbd2,4', 0.3i]: can't break line
troff: sciteco.7:412: warning [p 2, 4.5i, div '3tbd3,4', 2.3i]: cannot adjust line
troff: sciteco.7:412: warning [p 2, 4.5i, div '3tbd3,4', 2.5i]: cannot adjust line
troff: sciteco.7:413: warning [p 2, 4.5i, div '3tbd3,4', 2.8i]: can't break line
troff: sciteco.7:422: warning [p 2, 4.5i, div '3tbd4,3', 0.2i]: cannot adjust line
troff: sciteco.7:427: warning [p 2, 4.5i, div '3tbd5,0', 0.0i]: cannot adjust line
troff: sciteco.7:431: warning [p 2, 4.5i, div '3tbd5,3', 0.2i]: cannot adjust line
troff: sciteco.7:438: warning [p 2, 4.5i, div '3tbd6,0', 0.2i]: can't break line
troff: sciteco.7:442: warning [p 2, 4.5i, div '3tbd6,3', 0.3i]: cannot adjust line
troff: sciteco.7:451: warning [p 2, 4.5i, div '3tbd7,3', 0.3i]: cannot adjust line
troff: sciteco.7:453: warning [p 2, 4.5i, div '3tbd7,4', 0.3i]: cannot adjust line
troff: sciteco.7:461: warning [p 2, 4.5i, div '3tbd8,3', 0.2i]: cannot adjust line
troff: sciteco.7:467: warning [p 2, 4.5i, div '3tbd9,0', 0.0i]: cannot adjust line
troff: sciteco.7:471: warning [p 2, 4.5i, div '3tbd9,3', 0.3i]: cannot adjust line
troff: sciteco.7:479: warning [p 2, 4.5i, div '3tbd10,3', 0.2i]: cannot adjust line
troff: sciteco.7:482: warning [p 2, 4.5i, div '3tbd10,4', 0.7i]: cannot adjust line
troff: sciteco.7:488: warning [p 2, 4.5i, div '3tbd11,3', 0.2i]: cannot adjust line
troff: sciteco.7:500: warning [p 2, 4.5i, div '3tbd12,3', 0.2i]: cannot adjust line
troff: sciteco.7:505: warning [p 2, 4.5i, div '3tbd13,0', 0.0i]: cannot adjust line
troff: sciteco.7:509: warning [p 2, 4.5i, div '3tbd13,3', 0.2i]: cannot adjust line
troff: sciteco.7:512: warning [p 2, 4.5i, div '3tbd13,4', 0.5i]: cannot adjust line
troff: sciteco.7:516: warning [p 2, 4.5i, div '3tbd14,0', 0.0i]: cannot adjust line
troff: sciteco.7:516: warning [p 2, 4.5i, div '3tbd14,0', 0.2i]: cannot adjust line
troff: sciteco.7:516: warning [p 2, 4.5i, div '3tbd14,0', 0.3i]: cannot adjust line
troff: sciteco.7:518: warning [p 2, 4.5i, div '3tbd14,3', 0.0i]: cannot adjust line
troff: sciteco.7:523: warning [p 2, 4.5i, div '3tbd14,4', 1.8i]: cannot adjust line
troff: sciteco.7:526: warning [p 2, 4.5i, div '3tbd14,4', 3.3i]: cannot adjust line
troff: sciteco.7:526: warning [p 2, 4.5i, div '3tbd14,4', 3.5i]: cannot adjust line
troff: sciteco.7:529: warning [p 2, 4.5i, div '3tbd14,4', 4.5i]: cannot adjust line
troff: sciteco.7:534: warning [p 2, 4.5i, div '3tbd15,0', 0.0i]: cannot adjust line
troff: sciteco.7:534: warning [p 2, 4.5i, div '3tbd15,0', 0.2i]: cannot adjust line
troff: sciteco.7:538: warning [p 2, 4.5i, div '3tbd15,3', 0.2i]: cannot adjust line
troff: sciteco.7:547: warning [p 2, 4.5i, div '3tbd16,3', 0.2i]: cannot adjust line
troff: sciteco.7:557: warning [p 2, 4.5i, div '3tbd18,0', 0.0i]: cannot adjust line
troff: sciteco.7:557: warning [p 2, 4.5i, div '3tbd18,0', 0.2i]: cannot adjust line
troff: sciteco.7:559: warning [p 2, 4.5i, div '3tbd18,3', 0.0i]: cannot adjust line
troff: sciteco.7:564: warning [p 2, 4.5i, div '3tbd19,0', 0.0i]: cannot adjust line
troff: sciteco.7:564: warning [p 2, 4.5i, div '3tbd19,0', 0.2i]: cannot adjust line
troff: sciteco.7:574: warning [p 2, 4.5i, div '3tbd20,0', 0.0i]: cannot adjust line
troff: sciteco.7:574: warning [p 2, 4.5i, div '3tbd20,0', 0.2i]: cannot adjust line
troff: sciteco.7:583: warning [p 2, 4.5i, div '3tbd21,0', 0.0i]: cannot adjust line
troff: sciteco.7:583: warning [p 2, 4.5i, div '3tbd21,0', 0.2i]: cannot adjust line
troff: sciteco.7:590: warning [p 2, 4.5i, div '3tbd21,4', 1.3i]: cannot adjust line
troff: sciteco.7:605: warning [p 2, 4.5i, div '3tbd23,0', 0.0i]: cannot adjust line
troff: sciteco.7:628: warning [p 2, 4.5i, div '3tbd24,4', 0.7i]: cannot adjust line
troff: sciteco.7:629: warning [p 2, 4.5i, div '3tbd24,4', 0.8i]: cannot adjust line
troff: sciteco.7:630: warning [p 2, 4.5i, div '3tbd24,4', 1.5i]: cannot adjust line
../src/sciteco -m -- ./grosciteco.tes \
                    sciteco.7.woman sciteco.7.intermediate
Info: Added new unnamed file to ring.
Info: Added file "sciteco.7.intermediate" to ring
rm grosciteco.tes.1.intermediate sciteco.7.in sciteco.7.intermediate tedoc.tes.1.intermediate sciteco.1.intermediate
Making all in tests
make[2]: Nothing to be done for `all'.
make[2]: Nothing to be done for `all-am’.

So ... yes, I can build from source successfully (the result still has broken colors ;-)). Now the interesting question is which part of my previous configuration broke it - the Xcode environment, a pkgsrc dependency that interfered with system libraries or anything else.

Weird.

Not being able to reproduce my own tickets sucks worse than you might think. Now the interesting question is: Mark this topic as solved or turn it into a color-related ticket?

rhaberkorn commented 1 year ago

I will close this ticket and added an entry to the TODO file. I somehow like to edit this file, although I should probably create tickets here and add a wiki page.

rhaberkorn commented 1 year ago

...on the other hand, we might want to communicate via tickets, so I created a new one anyway