cleitonsouza01 / logkeys

Automatically exported from code.google.com/p/logkeys
Other
0 stars 0 forks source link

problem installing logkeys - missing g++ compiler #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? install logkeys
What do you see instead?

josh@josh-laptop:~/src/logkeys-0.1.0/build$ ../configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... 
configure: error: in `/home/josh/src/logkeys-0.1.0/build':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.
josh@josh-laptop:~/src/logkeys-0.1.0/build$ make
make: *** No targets specified and no makefile found.  Stop.
josh@josh-laptop:~/src/logkeys-0.1.0/build$ ^C
josh@josh-laptop:~/src/logkeys-0.1.0/build$ 

What version of the product are you using (`logkeys --help`)? logkeys0.1.0
On what operating system?
ubuntu 9

sorry not 100% ubuntu,terminal and computer in general literate. 

would love and really really appreciate some help!

Original issue reported on code.google.com by elinbe...@gmail.com on 14 May 2010 at 8:00

GoogleCodeExporter commented 9 years ago
Hello my name is roolyo , i m french
sorry for my bad english

i have a same problem , resolved this ,in installing build-essential,gcc 
package find
in web page on ubuntu.fr

http://doc.ubuntu-fr.org/compilateurs

Original comment by roolyo.s...@gmail.com on 14 May 2010 at 7:40

GoogleCodeExporter commented 9 years ago
thank you! i somehow worked it out! :)

but now im not that sure if i'm running the program or not?!
there is no such file as /var/log/logkeys.log
and when i type the command 
touch test.log
in the terminal i get
touch: cannot touch `test.log': Permission denied
and when typing
logkeys --start --output test.log
i get: logkeys: Another process already running. Quitting.

confused! thought i had it all sorted by now.. is it not installed correctly ?

but while i'm at it, 
will logkeys start up automaticly when i start my computer? 
how can i choose where to save my logs ?if i understood it right i will be able 
to
have the files sent to an external source, as email? for checking whats going 
on at
your home computer while not there...
and how do i make sure that the program runs in the background?

would really appreciate more help :)

Original comment by elinbe...@gmail.com on 15 May 2010 at 4:45

GoogleCodeExporter commented 9 years ago
This issue has been open for enough tim, and now I added a note to installation 
procedure reminding to first install g++.

http://code.google.com/p/logkeys/wiki/Documentation#Installation

Hopefully, the 0.1.1a version works a little better.
If it doesn't, and you get the same error, 
then do `killall logkeys` and `rm /var/run/logkeys.pid` as root. That ought to 
help.
Then try again. :)

You can have logkeys autorun as described here:
http://code.google.com/p/logkeys/wiki/Documentation#Autorun_at_system_start

Original comment by kernc...@gmail.com on 13 Jun 2010 at 3:07