Anonymous | Login | Signup for a new account | 2021-01-21 12:16 UTC | ![]() |
Main | My View | View Issues | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
0000897 | EMStudio | Build Systems | public | 2014-05-22 15:08 | 2014-05-22 15:08 | ||||||
Reporter | ToxicGumbo | ||||||||||
Assigned To | malcom2073 | ||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||
Status | assigned | Resolution | open | ||||||||
Platform | Microsoft | OS | Windows | OS Version | 7 | ||||||
Product Version | |||||||||||
Target Version | Fixed in Version | ||||||||||
Summary | 0000897: QJSON build disparity of DLL filename | ||||||||||
Description | After compiling QJSON 8.1 source in a 64bit Win7SP1 environment using 32bit MinGW, Qt 4.8, and CMake 2.8.12-2, the resulting DLL file is named libqjson.dll and later manually copied into EMStudio's root directory for proper application execution. This is a nitpicky issue, but the Linux build names this file just qjson.dll. It seems appropriate to avoid library filename disparities between builds. The Windows EMStudio build expects "libqjson.dll" to run whereas the Linux-built EMStudio executable expects "qjson.dll". The default for QJSON 8.1 in Windows is to call the built library "libqjson.dll". | ||||||||||
Steps To Reproduce | This appears to occur on any Windows build. I'm the only one trying this right now as all official EMStudio builds are autogenerated in Linux by Mike. He has a copy of the build walkthrough I've put together with his help. | ||||||||||
Tags | No tags attached. | ||||||||||
Issue Type | Improvement | ||||||||||
Attached Files | |||||||||||
Copyright © 2000 - 2011 MantisBT Group |