link fix for OSX+gcc3

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@10609 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-11-17 15:23:49 +00:00
parent 3ede5f2b39
commit ef419392d2
4 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-11-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* boost/config/user.hpp: include <config.h>.
2005-07-12 Angus Leeming <leeming@lyx.org>
* boost/config/compiler/gcc.hpp allow to compile with gcc 4.0

View File

@ -73,3 +73,6 @@
#if defined(__APPLE__) && defined(__GNUC__) && __GNUC__ == 2
#define BOOST_REGEX_NARROW_INSTANTIATE
#endif
// Include the main config file
#include <config.h>

View File

@ -1,3 +1,7 @@
2005-11-17 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* textpainter.C: include <config.h>.
2005-10-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* math_cursor.C (home, end): close macro before handling selection

View File

@ -1,3 +1,5 @@
#include <config.h>
#include "textpainter.h"
#include "support/LOstream.h"