ebemunk/phoenix

Installation on OSX with Ubuntu 19.10

Closed this issue · 2 comments

Cdik commented

Hi @ebemunk ,

I'm trying (for 3 days now) to install phoenix on OSX with VirtualBox and Ubuntu 19.10 but without any success 😞
I'm not a linux professional so I get quickly confused when errors arise. I can see it's been almost two years without any new commit so maybe the latest version of Ubuntu can't handle it ...

Below are the steps I have followed:

  • Modified the Makefile to comment out WIN=1
  • I have converted the script ubuntu.sh with dos2unix package to avoid errors with DOS line ending ^M
  • then when I did sudo bash ubuntu.sh I had issue with the command lines mkdir release cd release which was creating, for some reason, the release folder outside the opencv-2.4.9 folder.
  • so I manually created the release folder and ran the next cmake ... lines

Then errors arised. Saying that some files were missing like sys/videoio.h , linux/videodev.h , etc...
It looks like they are Ubuntu files but I'm not sure and I don't know how to fix that !

I found some forums talking about installing the last libjasper-dev build but I tried, and still no success.

Could you please give me a hand on this. Thanks in advance. Cheers
Cédric

Hey @Cdik , were you able to figure out your issue?
Have you tried just running install_scripts/ubuntu.sh normally without any preprocessing? I regularly provision ubuntu machines with this script and have not had any issues.
If you use the script you don't need to clone the repo or comment out stuff in the Makefile either.

Cdik commented