Menu

Error compiling the dumpDevice Script

Help
MiTH
2009-02-10
2013-04-16
  • MiTH

    MiTH - 2009-02-10

    Hi,

    First of all, thanks very much. I have a Clevo tn120r like you since the pass June and it drive is fantastic. Now I have a touchscreen working :D

    Ok, now my problem.

    I'm not programer and don't know where is the problem. When I try compile the dumpDevice script to configure the parameters of my touchscreen I have a error:

    root@moria:/home/mith/Temp# gcc -g -Wall -o dumpDevide dumpDevice.c
    dumpDevice.c: En la función ‘main’:
    dumpDevice.c:61: error: expected expression before ‘/’ token
    dumpDevice.c:81: error: expected expression before ‘/’ token
    dumpDevice.c:55: aviso: variable ‘data’ sin usar

    Sorry, the output is in spanish.

    I use your parameters in the help manual, but obviusly is not perfect for me.

    Thanks very much.

     
    • Michal Thoma

      Michal Thoma - 2009-02-28

      Well my reply is late, though maybe will be helpfull still.

      You need to remove comments from the source dumpDevice.c

      There is a commented function, just remove /*  and */ tags and compile. It should work as expected.

      I don't know why this comments are there, it made me confused too.

       

Log in to post a comment.