This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: please checkout Kawa from gitlab.com


Hello Per,

> To check it out do:
> git clone https://gitlab.com/kashell/Kawa.git

For info:

	if I make install twice (I did it by mistake), it fails the second time
	with this message

		cd /opt/bin && \
		  ln -s /opt/share/kawa/bin/kawa kawa
		ln: failed to create symbolic link 'kawa': File exists

	I like to install html doc locally, it fails

		./configure --prefix=/opt
		make. make install, make install-html

	-> it installs kawa doc in my home drectory instead of /opt/share/doc/kawa
	as expected

	it fails see below

Cheers,
David
	
...	
Generating /home/david/Kawa/api/overview-summary.html...
Generating /home/david/Kawa/api/help-doc.html...
102 warnings
cp ./COPYING  $HOME/Kawa/api/COPYING
cd doc;  make install-html HTML_HOME="$HOME/public_html"
make[1]: Entering directory '/mnt/galia/linux/64/local/src/kawa/git/doc'
mkdir /home/david/public_html/kawa
mkdir: cannot create directory ‘/home/david/public_html/kawa’: No such file or
directory Makefile:863: recipe for target 'install-html' failed
make[1]: [install-html] Error 1 (ignored)
cp  /home/david/public_html/kawa/
cp: missing destination file operand after '/home/david/public_html/kawa/'
Try 'cp --help' for more information.
Makefile:863: recipe for target 'install-html' failed
make[1]: *** [install-html] Error 1
make[1]: Leaving directory '/mnt/galia/linux/64/local/src/kawa/git/doc'
Makefile:1971: recipe for target 'install-html' failed
make: *** [install-html] Error 2

Attachment: pgp3aBxyaGWqF.pgp
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]