"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:

>> 
>> I'd rather just get rid of the whole file, it is unused.
>> 
>> If not fixed that way it should be fixed by adding the appropriate DIR
>> to the INCLUDES in the Makefile.ams in boost dirs. (that is how we
>> solved this for other subdirs).
>> 
>
| Okay. This works for me too:
>
| Index: boost/libs/filesystem/Makefile.am
| ===================================================================
| RCS file: /cvs/lyx/lyx-devel/boost/libs/filesystem/Makefile.am,v
| retrieving revision 1.1
| diff -u -r1.1 Makefile.am
| --- boost/libs/filesystem/Makefile.am   2004/01/08 17:47:56     1.1
| +++ boost/libs/filesystem/Makefile.am   2004/05/24 20:31:22
| @@ -1,4 +1,8 @@
|  include $(top_srcdir)/config/common.am
|  
| +if USE_INCLUDED_BOOST
| +BOOST_INCLUDES += -I$(top_srcdir)/src
| +endif
| +
|  SUBDIRS = src

the "if USE_INCLUDED_BOOST" shouldn't be there.

And don't modify BOOST_INCLUDES, just set INCLUDES instead.

-- 
        Lgb

Reply via email to