Copy / paste - XDarwin / Aqua

apaquette

Registered
I'm trying to solve my problem to copy / paste from XDarwin to Aqua or Aqua to XDarwin. I did some search on the subject and find out some interesting info.

Finaly I read that sometime there is nothing to do except to install autocutsel and that software should sync the two buffer's clipboard in Xfree86 with Aqua.

I find out autocutsel version 0.6.2 and I start to compile with the command ./configure it work like properly ( it's the fisrt time I try to compile a program) then did make command but got error.

Here's wath I have in the Autocutsel folder:

[localhost:~/Desktop/Telechargement/autocutsel-0.6.2] andre% ls
AUTHORS Makefile.am TODO config.cache
configure.in mkinstalldirs
COPYING Makefile.in aclocal.m4 config.h.in
cutsel.c stamp-h.in
ChangeLog NEWS autocutsel.c config.log install-sh
INSTALL README confdefs.h configure missing


And I retry the ./configure command and here's wath I got :

[localhost:~/Desktop/Telechargement/autocutsel-0.6.2] andre% ./configure
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... no
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... missing
checking for gcc... no
checking for cc... no
configure: error: no acceptable cc found in $PATH


does someone could explain to me wath I'm missing or doing wrong?
 
Back
Top