Search:

Type: Posts; User: blacknail

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    9,330

    For me, the weirdest thing is this. The script...

    For me, the weirdest thing is this.

    The script I use for compiling is:



    #!/bin/bash
    clear
    lex kpython.l
    yacc -d kpython.y
  2. Replies
    7
    Views
    9,330

    The weird stuff is that I also have no errors...

    The weird stuff is that I also have no errors when compiling the file alone. but when I compile with the other files of the compiler that error appears... of course it must have to do with the other...
  3. Replies
    7
    Views
    9,330

    That was the problem... sorry :| But now I get...

    That was the problem... sorry :|

    But now I get the following error:


    (file included from kpython.y:4 is "tabela_simbolos.h")

    The code is as posted above or the following:
  4. Replies
    7
    Views
    9,330

    error: undefined reference to pointer

    Hi all,

    I'm developing a compiler and at this stage I'mhaving problems compiling one of the files ("tabela_simbolos.c"). Here's the .c and .h and the error messages:

    tabela_simbolos.c

    ...
Results 1 to 4 of 4