Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

so I compiled 2.5 for Mac, and it went smoothly, then after it said the link:applicationmain thing, it said this: any ideas how to fix? also it doesn't let me open it #20

Open
Ifmations opened this issue Oct 29, 2021 · 2 comments

Comments

@Ifmations
Copy link

Undefined symbols for architecture x86_64:
"_libvlc_audio_get_volume", referenced from:
LibVLC::getVolume() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::getVolume() in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objgetVolume(hx::Object*) in 9b7a5808_VlcBitmap.o
"_libvlc_audio_set_volume", referenced from:
LibVLC::play(char const*) in 9b7a5808_VlcBitmap.o
LibVLC::setVolume(float) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::play(String) in 9b7a5808_VlcBitmap.o
"_libvlc_errmsg", referenced from:
LibVLC::getLastError() in 9b7a5808_VlcBitmap.o
"_libvlc_event_attach", referenced from:
LibVLC::registerEvents() in 9b7a5808_VlcBitmap.o
"_libvlc_event_detach", referenced from:
LibVLC::~LibVLC() in 9b7a5808_VlcBitmap.o
"_libvlc_media_add_option", referenced from:
LibVLC::setPath(char const*) in 9b7a5808_VlcBitmap.o
LibVLC::useHWacceleration(bool) in 9b7a5808_VlcBitmap.o
"_libvlc_media_get_duration", referenced from:
LibVLC::getDuration() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::videoInitComplete() in 9b7a5808_VlcBitmap.o
"_libvlc_media_new_location", referenced from:
LibVLC::setPath(char const*) in 9b7a5808_VlcBitmap.o
LibVLC::openMedia(char const*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_parse", referenced from:
LibVLC::setPath(char const*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_event_manager", referenced from:
LibVLC::play(char const*) in 9b7a5808_VlcBitmap.o
LibVLC::playInWindow() in 9b7a5808_VlcBitmap.o
LibVLC::playInWindow(char const*) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::play(String) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_get_fps", referenced from:
LibVLC::getFPS() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::getFPS() in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objgetFPS(hx::Object*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_get_length", referenced from:
LibVLC::getLength() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::videoInitComplete() in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_get_position", referenced from:
LibVLC::getPosition() in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_get_time", referenced from:
LibVLC::getTime() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::getTime() in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objgetTime(hx::Object*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_has_vout", referenced from:
LibVLC::hasVout() in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_is_playing", referenced from:
LibVLC::isPlaying() in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_is_seekable", referenced from:
LibVLC::isSeekable() in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_new_from_media", referenced from:
LibVLC::setPath(char const*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_next_frame", referenced from:
LibVLC::nextFrame() in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_pause", referenced from:
LibVLC::pause() in 9b7a5808_VlcBitmap.o
LibVLC::resume() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::pause() in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objpause(hx::Object*) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::resume() in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objresume(hx::Object*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_play", referenced from:
LibVLC::play() in 9b7a5808_VlcBitmap.o
LibVLC::play(char const*) in 9b7a5808_VlcBitmap.o
LibVLC::playInWindow() in 9b7a5808_VlcBitmap.o
LibVLC::playInWindow(char const*) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::play(String) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_release", referenced from:
LibVLC::~LibVLC() in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_set_media", referenced from:
LibVLC::openMedia(char const*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_set_position", referenced from:
LibVLC::setPosition(float) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::seek(double) in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objseek(hx::Object*, Dynamic const&) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_set_time", referenced from:
LibVLC::setTime(long long) in 9b7a5808_VlcBitmap.o
"_libvlc_media_player_stop", referenced from:
LibVLC::stop() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::stop() in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objstop(hx::Object*) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::dispose() in 9b7a5808_VlcBitmap.o
vlc::__VlcBitmap_objdispose(hx::Object*) in 9b7a5808_VlcBitmap.o
"_libvlc_media_release", referenced from:
LibVLC::setPath(char const*) in 9b7a5808_VlcBitmap.o
"_libvlc_new", referenced from:
LibVLC::LibVLC() in 9b7a5808_VlcBitmap.o
LibVLC::LibVLC() in 9b7a5808_VlcBitmap.o
LibVLC::create() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::onAddedToStage(hx::ObjectPtropenfl::events::Event_obj) in 9b7a5808_VlcBitmap.o
"_libvlc_release", referenced from:
LibVLC::~LibVLC() in 9b7a5808_VlcBitmap.o
"_libvlc_set_fullscreen", referenced from:
LibVLC::fullscreen(bool) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::play(String) in 9b7a5808_VlcBitmap.o
"_libvlc_video_get_height", referenced from:
LibVLC::getHeight() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::videoInitComplete() in 9b7a5808_VlcBitmap.o
"_libvlc_video_get_width", referenced from:
LibVLC::getWidth() in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::videoInitComplete() in 9b7a5808_VlcBitmap.o
"_libvlc_video_set_callbacks", referenced from:
LibVLC::play(char const*) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::play(String) in 9b7a5808_VlcBitmap.o
"_libvlc_video_set_format_callbacks", referenced from:
LibVLC::play(char const*) in 9b7a5808_VlcBitmap.o
vlc::VlcBitmap_obj::play(String) in 9b7a5808_VlcBitmap.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@KlavierGayming
Copy link

video extension issues, its only for windows rn, idk how it got in

@othello777
Copy link

same issue with linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants