Menu

Installation

manish
2003-02-19
2020-12-15
  • manish

    manish - 2003-02-19

    I waswondering if any1 couldlet me know how to install on Mandrake Linux.

    And is this all to install... a 39kb file...?

    thanks

     
    • Pete

      Pete - 2003-07-20

      You should be able to install this on any linux system via these methods:

      1) download tar file
      2) cd into newly created directory (easyPOS*)
      3) type <make>
      4) type <cp -f {newly created directory ala step 2} ~/easyPOS>

      5) type <cd ~/easyPOS>
      6) type <reg2>

       
      • Trent

        Trent - 2020-12-15

        What is this "reg2" application? I am going back to try to compile this on CentOS 5.

        In fact, it is looking for a reg2 file during the make process, which it cannot find.

        /usr/bin/ld: cannot open output file /home/trent/bin/reg2: No such file or directory

         

        Last edit: Trent 2020-12-15
    • Tobey Tamber

      Tobey Tamber - 2009-03-23

      Hi,

      Working on trying to make this, but running into this:
      I'm on an Ubuntu 8.10.  Any ideas on what I'm missing?

      Thanks for the help.

      tobey@tobeys-computer:~/bin$ make
      gcc -o /home/tobey/bin/reg2 reg2.c cfg_file.c option.c qntylist.c ttyio.c -g -idirafter /usr/lib/glib/include -lcurses -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
      reg2.c: In function ‘ticket_file’:
      reg2.c:595: warning: incompatible implicit declaration of built-in function ‘exit’
      reg2.c: In function ‘scan_the_goods’:
      reg2.c:2196: warning: incompatible implicit declaration of built-in function ‘exit’
      reg2.c: In function ‘main’:
      reg2.c:2917: warning: incompatible implicit declaration of built-in function ‘exit’
      reg2.c:2951: warning: incompatible implicit declaration of built-in function ‘exit’
      option.c: In function ‘option_create’:
      option.c:89: warning: incompatible implicit declaration of built-in function ‘strlen’
      option.c:90: warning: incompatible implicit declaration of built-in function ‘strcpy’
      qntylist.c: In function ‘qntylist_add’:
      qntylist.c:68: warning: incompatible implicit declaration of built-in function ‘strlen’
      qntylist.c:75: warning: incompatible implicit declaration of built-in function ‘strcpy’
      gcc -o /home/tobey/bin/sumxrpt sumxrpt.c cfg_file.c option.c qntylist.c ttyio.c -g -idirafter /usr/lib/glib/include -lcurses -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
      sumxrpt.c: In function ‘scan_the_goods’:
      sumxrpt.c:1086: warning: incompatible implicit declaration of built-in function ‘exit’
      sumxrpt.c: In function ‘main’:
      sumxrpt.c:1573: warning: incompatible implicit declaration of built-in function ‘exit’
      sumxrpt.c:1607: warning: incompatible implicit declaration of built-in function ‘exit’
      option.c: In function ‘option_create’:
      option.c:89: warning: incompatible implicit declaration of built-in function ‘strlen’
      option.c:90: warning: incompatible implicit declaration of built-in function ‘strcpy’
      qntylist.c: In function ‘qntylist_add’:
      qntylist.c:68: warning: incompatible implicit declaration of built-in function ‘strlen’
      qntylist.c:75: warning: incompatible implicit declaration of built-in function ‘strcpy’
      gcc -o /home/tobey/bin/menuprt menuprt.c -g -idirafter /usr/lib/glib/include -lcurses -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
      gcc -o /home/tobey/bin/tkt_print tkt_print.c -g -idirafter /usr/lib/glib/include -lcurses -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
      gcc -o /home/tobey/bin/finddup finddup.c -g -idirafter /usr/lib/glib/include -lcurses -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -L/usr/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm

       
    • Ryan Bloomfield

      Ryan Bloomfield - 2009-03-23

      EasyPOS requires gtk-1, do the following, and it should build.

      # sudo apt-get install libgtk1.2-dev

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.