On 4/19/06, David BOURIAUD <[EMAIL PROTECTED]> wrote: > > Dans le fichier inclus à partir de mcopidl.all_cc.cc:3: > /usr/share/misc/bison.simple:164:5: attention : « YYMAXDEPTH » n'est pas > défini > Dans le fichier inclus à partir de mcopidl.all_cc.cc:4: > scanner.cc:743:5: attention : « YY_STACK_USED » n'est pas défini > scanner.cc:1783:5: attention : « YY_ALWAYS_INTERACTIVE » n'est pas défini > scanner.cc:2077:5: attention : « YY_MAIN » n'est pas défini > scanner.cc:2056: attention : « void* yy_flex_realloc(void*, yy_size_t) » > défini mais n'a pas été utilisé > > Then, the compil continues, but I get the same sort of error when compiling > dcopidl : > > Dans le fichier inclus à partir de dcopidl.all_cc.cc:3: > scanner.cc:966:5: attention : « YY_STACK_USED » n'est pas défini > scanner.cc:2200:5: attention : « YY_ALWAYS_INTERACTIVE » n'est pas défini > scanner.cc:2494:5: attention : « YY_MAIN » n'est pas défini > scanner.cc:2473: attention : « void* yy_flex_realloc(void*, yy_size_t) » > défini mais n'a pas été utilisé
Hi David, It does indeed look like there is some issue with flex or bison are being invoked. However, I'd like to ask a favor. I realize this is incredibly hypocritical, but could you set LC_ALL=C during the build? I can't understand the output above. Thanks, -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
