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

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

Re: [Help-source-highlight] Problem compiling source-highlight on Mac OS


From: Lorenzo Bettini
Subject: Re: [Help-source-highlight] Problem compiling source-highlight on Mac OS 10.4.2
Date: Sun, 25 Sep 2005 00:07:07 +0200
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050912)

Juniper Hunter wrote:
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

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.

Hi!

source-highlight.html is part of the documentation and the tarbal already provides that file. Probably you issued a make clean that removed that file I guess... please try to untar the tarbal in a brand new directory.

Moreover, when it comes to source-highlight.html it means that it has already built the executable, so, basically, the program itself is ready to be used

please let me know

cheers
    Lorenzo

--
+-----------------------------------------------------+
|  Lorenzo Bettini          ICQ# lbetto, 16080134     |
|  PhD in Computer Science                            |
|  Dip. Sistemi e Informatica, Univ. di Firenze       |
|  Florence - Italy        (GNU/Linux User # 158233)  |
|  Home Page        : http://www.lorenzobettini.it    |
|  http://music.dsi.unifi.it         XKlaim language  |
|  http://www.lorenzobettini.it/purple    Cover Band  |
|  http://www.gnu.org/software/src-highlite           |
|  http://www.gnu.org/software/gengetopt              |
|  http://www.lorenzobettini.it/software/gengen       |
|  http://www.lorenzobettini.it/software/doublecpp    |
+-----------------------------------------------------+




reply via email to

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