On Mon, May 24, 2004 at 12:45:49PM +0200, Lars Gullik Bjønnes wrote:
> "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
> 
> | I added the following to common.am to get the Cygwin compile
> | to work.
> >
> | ndex: config/common.am
> | ===================================================================
> | RCS file: /cvs/lyx/lyx-devel/config/common.am,v
> | retrieving revision 1.6
> | diff -u -r1.6 common.am
> | --- config/common.am    2003/05/07 16:22:00     1.6
> | +++ config/common.am    2004/05/20 07:30:43
> | @@ -9,7 +9,7 @@
> |  ETAGS_ARGS = --lang=c++
> |  
> |  if USE_INCLUDED_BOOST
> | -BOOST_INCLUDES = -I$(top_srcdir)/boost
> | +BOOST_INCLUDES = -I$(top_srcdir)/boost -I$(top_srcdir)/src
> |  endif
> 
> what was the error again?
> 
> This doesn not quite look like the correct fix to me.

This was the error:

g++ -DHAVE_CONFIG_H -I. -I../../../../../lyx/boost/libs/filesystem/src 
-I../../../../src -I../../../../../lyx/boost -I/usr/X11R6/include 
"-DBOOST_USER_CONFIG=<config.h>" -O2 -fno-exceptions -W -Wall -mms-bitfields -MT 
convenience.lo -MD -MP -MF .deps/convenience.Tpo -c 
../../../../../lyx/boost/libs/filesystem/src/convenience.cpp
In file included from ../../../../../lyx/boost/boost/config.hpp:26,
                 from ../../../../../lyx/boost/boost/filesystem/config.hpp:18,
                 from ../../../../../lyx/boost/boost/filesystem/path.hpp:15,
                 from ../../../../../lyx/boost/boost/filesystem/convenience.hpp:16,
                 from ../../../../../lyx/boost/libs/filesystem/src/convenience.cpp:17:
../../../../src/config.h:462:32: support/nt_defines.h: No such file or directory
make[4]: *** [convenience.lo] Error 1

-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)

Reply via email to