Skip to content

Basic mysql-native dub app does not compile with dmd 2.095.0 #224

Closed
@reyvaleza

Description

@reyvaleza

I have an app written and running in Ubuntu but does not compile on Windows 10. I need it to run on Windows ten. The db server is MySQL 8.0.23. Here is the error I get:

empapp.obj : error LNK2001: unresolved external symbol _D5mysql12__ModuleInfoZ
.dub\build\application-debug-windows-x86_64-dmd_v2.095.0-dirty-BB4DEF503CB41185FCFD2A9F67C6DA61\empapp.exe : fatal error LNK1120: 1 unresolved externals
Error: linker exited with status 1120
C:\D\dmd2\windows\bin\dmd.exe failed with exit code 1.

Anybody who knows why? On my Windows machine, I uninstalled MySQL 8.0.23 and installed the older MySQL 5.7.32, then I compiled my project again. Same error.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions