Lua help with compiling - lua is installed

  • me4502
    13th Jun 2011 Member 0 Permalink
    obj\Release\src\main.o:main.c:(.text+0x404f): undefined reference to `luacon_open'
    obj\Release\src\main.o:main.c:(.text+0x497d): undefined reference to `luacon_step'
    obj\Release\src\main.o:main.c:(.text+0x5593): undefined reference to `process_command_lua'
    obj\Release\src\main.o:main.c:(.text+0x6d85): undefined reference to `luacon_close'

    I get those errors while compiling... i have lua installed and linked and everything done properly but i get this error

    Thanks :D
  • Anmol444
    13th Jun 2011 Member 0 Permalink
    @me4502 (View Post)
    I am not a coder but I think you did something wrong :0

    lol
  • me4502
    13th Jun 2011 Member 0 Permalink
    @Anmol444 (View Post)
    i cant seem to find whats wrong though - its all linked and included
  • Neospector
    13th Jun 2011 Member 0 Permalink
    Maybe you made a mistake with some files and spelling.
  • me4502
    13th Jun 2011 Member 0 Permalink
    @Neospector (View Post)
    ive checked it like 10 times... and that part isnt even a part ive added... its just off the standard soyrce
  • mniip
    13th Jun 2011 Developer 0 Permalink
    hmm, im good with lua only inside
  • tommig
    13th Jun 2011 Member 0 Permalink
    @me4502 (View Post)
    I've had no problems so far, when did you get the source?
  • me4502
    13th Jun 2011 Member 0 Permalink
    @tommig (View Post)
    ive tried with many versions - as soon as i enable luaconsole in defines.h it gives me that