Boost logo

Boost :

Subject: Re: [boost] [OpenOffice] [Boost_Document_Library] [GSoC'15] Unable to compile and run the examples in the OpenOffice SDK
From: Abhinav Tripathi (ee130002001_at_[hidden])
Date: 2015-04-22 22:58:46


Thanks Rob.
Can you please tell what things should I add to PATH?
And one more thing, there is no file in the directory :
../../../../LINUXexample.out/bin
It is empty always even after after compiling anything!
So if you could explain the Makefile line :
%.run: $(OUT_BIN)/%$(EXE_EXT)
cd $(subst /,$(PS),$(OUT_BIN)) && $(basename $@)
.
I mean after cding... It is using
" && $(basename $@)" is it enough to run any program from makefile?
Shouldn't it have a prefix of "./".
I am just guessing, I have absolutely no idea here. I just went through
what basename does in a makefile and it seemed strange to me.
.
Abhinav


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk