help-source-highlight
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-source-highlight] Problem compiling source-highlight on Mac OS 10.


From: Juniper Hunter
Subject: [Help-source-highlight] Problem compiling source-highlight on Mac OS 10.4.2
Date: Sat, 24 Sep 2005 15:08:43 -0600

I've been trying to compile source-highlight-2.1.2
(from ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-2.1.2.tar.gz )
on Mac OS 10.4.2 (gcc version 4.0.0 20041026) without success.

I finally figured out how to get `configure` to run to completion
( it had been failing with "ERROR! Boost::regex library not installed." ) :
  % setenv LD_LIBRARY_PATH "/usr/local/lib/"
  % setenv DYLD_LIBRARY_PATH "/usr/local/lib/"
  % setenv CPPFLAGS "-I/usr/local/include/boost-1_33"
  % setenv LDFLAGS "-L/usr/local/lib"
  % sh reconf
% sh ./configure CPPFLAGS=-I/usr/local/include/boost-1_33 --with- boost-regex=1_33

But now I'm unable to get compilation to complete:
( Note that this is a second run; I'll spare you the verbose output of the first. )
  % make
cd . && /bin/sh /Users/juniper/Code/source-highlight-2.1.2/missing -- run automake-1.6 --gnu
make  all-recursive
cd . && /bin/sh /Users/juniper/Code/source-highlight-2.1.2/missing -- run automake-1.6 --gnu
Making all in src
cd .. && /bin/sh ./config.status src/Makefile depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
Making all in lib
cd ../.. && /bin/sh ./config.status src/lib/Makefile depfiles
config.status: creating src/lib/Makefile
config.status: executing depfiles commands
make  all-am
make[4]: Nothing to be done for `all-am'.
Making all in includes
cd ../.. && /bin/sh ./config.status src/includes/Makefile
config.status: creating src/includes/Makefile
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in doc
cd .. && /bin/sh ./config.status doc/Makefile
config.status: creating doc/Makefile
make[2]: *** No rule to make target `source-highlight.html', needed by `all-am'. Stop.
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any assistance would be greatly appreciated.

-Juniper





reply via email to

[Prev in Thread] Current Thread [Next in Thread]