Re: [Ekiga-devel-list] make: *** No rule to make target



On 27/05/10 08:47, raksa chao wrote:
Thanks for your reply. I do what you recommend but now i got one more error
:

chaoraksa chaoraksa-desktop:~/Desktop/Ekiga$ make RELEASE=0
make  -C /home/chaoraksa/Desktop/Ekiga/x264
make[1]: Entering directory `/home/chaoraksa/Desktop/Ekiga/x264'
Makefile:3: config.mak: No such file or directory
./configure

I do not know this error. Please remove /home/chaoraksa/Desktop/Ekiga/x264 and redo make.

Found yasm 0.5.0.1591
Minimum version is yasm-0.6.1
If you really want to compile without asm, configure with --disable-asm.

Everything is said: you need yasm >= 0.6.1. As you have an older version, change in win32/Makefile the line:
confx264 := $(confflags) --disable-avs-input
by:
confx264 := $(confflags) --disable-avs-input --disable-asm
It will work a bit slower, but it will work.

make[1]: *** [config.mak] Error 1
make[1]: Leaving directory `/home/chaoraksa/Desktop/Ekiga/x264'
make: *** [/home/chaoraksa/Desktop/Ekiga/lib/libx264.a] Error 2


What wrong does bec of x264 can't install or what?

Thanks,
Raksa

On Wed, May 26, 2010 at 2:19 PM, Eugen Dedu<Eugen Dedu pu-pm univ-fcomte fr
wrote:

On 26/05/10 08:58, raksa chao wrote:

Hi all!
          I got this message when i use Make commend in Terminal to compile
Ekiga 3.2.6 . The is the Error message


  make: *** No rule to make target
`/home/chaoraksa/Desktop/Ekiga/dist/ekiga-setup-3.2.6.exe', needed by
`all'.  Stop.


What wrong with it? Any Solution to this problem. Please help me with
that.


I suppose you have done:
make RELEASE=0 update-sources

and:
make
instead of:
make RELEASE=0

Look at http://wiki.ekiga.org/index.php/Building_Ekiga_for_Windows.  And
choose with RELEASE=0, it is much better for the moment.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]