Wr0ngName / linux-g13-driver

Automatically exported from code.google.com/p/linux-g13-driver
0 stars 0 forks source link

Make not working #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
in folder type 'make'

What is the expected output? What do you see instead?
I saw this
net1@net1AsusLap:/etc/G13/G13$ make
g++  -c c-source/G13.cpp -o c-source/G13.o
make: g++: Command not found
make: *** [c-source/G13.o] Error 127

What version of the product are you using? On what operating system?
Ubuntu 12.10

Please provide any additional information below.

After I tried installing the Gnome15 stuff but no go.

I would love it if I could use the G13.xml file that I created on my windows 
machine :)

Original issue reported on code.google.com by bigcuber...@gmail.com on 29 Oct 2012 at 2:55

GoogleCodeExporter commented 8 years ago
This is not a bug.... I truly cannot believe it has been posted as such.

Original comment by corod...@gmail.com on 3 Jan 2013 at 11:53

GoogleCodeExporter commented 8 years ago
> sudo apt-get install g++

You don't have g++ installed.  The above line will download and install it for 
you.

Original comment by jim.gu...@gmail.com on 16 Nov 2013 at 3:59