alexmercerind/dart_vlc

Error building on Linux

isaacclinton opened this issue · 1 comments

Error Building on Linux

Description

I get the following error when trying to run a project with dart_vlc as the only external plugin.

/home/user/project/linux/flutter/ephemeral/.plugin_symlinks/dart_vlc/core/api/api.cc:43:48:  
warning: cannot delete expression with pointer-to-'void' type 'void *' [-Wdelete-incomplete]
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Platform

dart_vlc version: 0.4.0
Operating System - Ubuntu 20.04
Flutter SDK version - 3.3.10

It's called warning not error.

The error is linking issue not compiling issue, which is because you didn't install vlc & libvlc-dev.