bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compile error and Runtime error


From: James Linden
Subject: Compile error and Runtime error
Date: Tue, 27 May 2008 21:57:55 -0400
User-agent: Thunderbird 2.0.0.12 (X11/20080226)

Description:
I don't know if the compile error and the runtime errors are related, but I'm going to put them into one thread for the moment...

Environment:
  grub:     1.96
  bison:    2.3
  kernel:   2.6.25.2
  gcc:      4.3.0
  glibc:    2.7
  make:     3.81


Situation (compile):
 ./normal/parser.y: In function 'grub_script_yyparse':
 ./normal/parser.y:58: error: expected ';' before '}' token
 make: *** [normal_mod-grub_script_tab.o] Error 1

Current code:
 script_init:    { state->err = 0} script

Proposed change:
 script_init:    { state->err = 0; } script


Situation (runtime):
  When booting grub, the following error appears:
        Warning: syntax error (missing slash) in '?'
  Press a key, and another error appears:
        Warning: syntax error (missing slash) in ''
Press a key again, and the normal grub menu and operations continue as expected...

The config file is well-formed, and has no syntax errors in it, so I can only guess that the error is coming from something internal.


Regards,
  James 'KodeKrash' Linden
  address@hidden
  http://www.jameslinden.com/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]