From 87df7ca228be55b8a11f1dbe7691a731af3454de Mon Sep 17 00:00:00 2001 From: François Revel Date: Sat, 7 Jun 2008 01:07:50 +0000 Subject: Forgot to tell about the need to make css/scanner.c on Linux and copy it back as re2c wants gcc4. svn path=/trunk/netsurf/; revision=4291 --- Docs/BUILDING-BeOS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Docs') diff --git a/Docs/BUILDING-BeOS b/Docs/BUILDING-BeOS index 6a2fbfcde..182024788 100644 --- a/Docs/BUILDING-BeOS +++ b/Docs/BUILDING-BeOS @@ -72,6 +72,26 @@ $ cp lemon lempar.c /boot/home/config/bin/ + RE2C +------ + + BeOS doesn't come with the re2c lexer. Unfortunately it requires gcc4 + currently, so it cannot be built on BeOS. It might be possible on gcc4 built + Haiku. + The workaround is currently to generate the scanner.c file from Linux, and + copy it back to the source tree. Touching it in the future will make sure + make won't try to rebuild it. + + (on Linux) + $ make css/scanner.c + + (copy to the BeOS box) + + (on BeOS/Haiku) + $ cp /scanner.c css/ + $ touch -t 201801010000 css/scanner.c + + cURL ------ -- cgit v1.2.3