Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
OK. I did but still get the same error [root@hpc ~]# git clone https://github.com/cisco/openh264.git Cloning into 'openh264'... remote: Enumerating objects: 38701, done. remote: Total 38701 (delta 0), reused 0 (delta 0), pack-reused 38701 Receiving objects: 100% (38701/38701), 123.85 MiB | 21.00

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Fri, Oct 11, 2019 at 12:39:23PM +, Mahmood Naderan wrote: > [root@hpc ~]# git clone https://github.com/cisco/openh264.git > [root@hpc ~]# cd openh264/ > [root@hpc openh264]# meson setup > > ERROR: Must specify at least one directory name. you can possibly just use the old build

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
Excuse me, the previous email was not complete. Although ffmeg is installed, cmake command fails to detect that. Please see below [root@hpc FreeRDP]# cmake -GNinja -DCHANNEL_URBDRC=ON -DWITH_DSP_FFMPEG=ON -DWITH_CUPS=ON -DWITH_PULSE=ON -DWITH_FAAC=ON -DWITH_FAAD2=ON -DWITH_GSM=ON . CMake

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi, On Fri, Oct 11, 2019 at 10:53:59AM +, Mahmood Naderan via FreeRDP-devel wrote: > I have run the following commands: > > [root@hpc FreeRDP]# pip3 install meson > [root@hpc FreeRDP]# meson setup > > ERROR: Must specify at least one directory name. > > How can I fix that? I'm not

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
I am using centos 7 and installed "pip3 install meson" to be able to run meson command.But make works in openh264/ Is that fine? Anyway, I installed ninja via yum repositories. Also, I installed ffmpeg related packages from nux-dextop repo. yum install ffmpeg-devel ffmpeg gsm-devel faad2-devel

[FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Mahmood Naderan via FreeRDP-devel
Hi, I am trying to build FreeRDP from source. But setting up the Ninja program is not clear as described in the manualĀ  https://github.com/FreeRDP/FreeRDP/wiki/Compilation#openh264 I have run the following commands: [root@hpc FreeRDP]# pip3 install meson [root@hpc FreeRDP]# meson setup

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-11 Thread Bernhard Miklautz via FreeRDP-devel
Hi Mahmood, On Fri, Oct 11, 2019 at 12:39:23PM +, Mahmood Naderan wrote: > OK. I did but still get the same error > [root@hpc ~]# git clone https://github.com/cisco/openh264.git > [root@hpc ~]# cd openh264/ > [root@hpc openh264]# meson setup > > ERROR: Must specify at least one directory