-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
windows-nativeRelated to port of EFL to natively compile in Windows with clang-clRelated to port of EFL to natively compile in Windows with clang-cl
Milestone
Description
When running efl-mono-suite.exe on windows, it logs the following error (using EINA_LOG_LEVEL=10, showing us that it is expecting a different dll name than the name that is defined in src/modules/elementary/meson.build, that was modified by the commit 2f85ad9.
DBG<9784>:eina_module ../src/lib/eina/eina_module.c:284 eina_module_new() m=00000251BF80E360, file=C:/Users/joaoantoniocardoso/efl/build//src/modules/elementary/prefs/prefs.dll
DBG<9784>:eina_module ../src/lib/eina/eina_module.c:312 eina_module_load() m=00000251BF80E360, handle=0000000000000000, file=C:/Users/joaoantoniocardoso/efl/build//src/modules/elementary/prefs/prefs.dll, refs=0
DBG<9784>:eina_module ../src/lib/eina/eina_module.c:331 eina_module_load() could not dlopen("C:/Users/joaoantoniocardoso/efl/build//src/modules/elementary/prefs/prefs.dll", LoadLibraryEx returned: ( 126) The specified module could not be found.
): RTLD_NOW
DBG<9784>:eina_module ../src/lib/eina/eina_module.c:293 eina_module_free() m=00000251BF80E360, handle=0000000000000000, file=C:/Users/joaoantoniocardoso/efl/build//src/modules/elementary/prefs/prefs.dll, refs=0
ERR<9784>:elementary ../src/lib/elementary/elm_module.c:114 _elm_module_find_as() Failed to load elementary module: 'prefs_iface': m
WRN<9784>:elementary ../src/lib/elementary/elm_prefs.c:1750 _elm_prefs_init() prefs iface module could not be loaded, the prefs widget won't functionReverting that commit it does found that and subsequent module dlls just fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
windows-nativeRelated to port of EFL to natively compile in Windows with clang-clRelated to port of EFL to natively compile in Windows with clang-cl