Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Mahmood Naderan via FreeRDP-devel
>Wait, what? You already have build a flatpak, why continue with the `yum >install ...`? Might just install that. In the compilation pageĀ  https://github.com/FreeRDP/FreeRDP/wiki/Compilation#install-the-suggested-base-dependencies it is stated that yum dependencies should be install prior to cm

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Armin Novak via FreeRDP-devel
Hi, > No I didn't used OpenH264. Actually the error is about ffmpeg. I don't know > why point to openh264.The commands I used are Because you need a H264 backend and have trouble with compilation? > # flatpak remote-add flathub https://flathub.org/repo/flathub.flatpakrepo > # git clone git://githu

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-17 Thread Mahmood Naderan via FreeRDP-devel
> Where are the headers installed to? > We use cmake (and pkgconfig) to get the location, so this means: >* no cmake/pkgconfig from that repo >* some non default location (/opt?) >* missing components (is everything build in?) >* version too old (sorry, don't know current min) > >Anyway, why use it

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-16 Thread Mahmood Naderan via FreeRDP-devel
>It is hard to answer if you only state what you see if a command fails without >the actual command. I actually pasted the command+output in my previous email. Anyway, let me state in a different way. On Centos 7, I have installed ffmpeg related packages from a third-party repo named nux-dextop

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-14 Thread Armin Novak via FreeRDP-devel
Could you state in more detail what you are doing? It is hard to answer if you only state what you see if a command fails without the actual command. (How did you compile to require ffmpeg if you used openh264 previously?) Also state some details about your distro (centos 7 it was?) and customizat

Re: [FreeRDP-devel] Problem setting up Ninja

2019-10-12 Thread Mahmood Naderan via FreeRDP-devel
No idea?I have stuck at this step. Regards, Mahmood On Friday, October 11, 2019, 5:43:36 PM GMT+3:30, Mahmood Naderan via FreeRDP-devel wrote: Excuse me, the previous email was not complete. Although ffmeg is installed, cmake command fails to detect that. Please see below [root@hpc

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 Warning

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 f

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 system.

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 name

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 Ki

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 entirely