FLTK logo

Re: [MOD] STR #3443: cmake/Visual Studio: control /MT vs /MD compiler flags

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.bugs  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: [MOD] STR #3443: cmake/Visual Studio: control /MT vs /MD compiler flags Greg Ercolano Jun 20, 2019  
 
DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: https://www.fltk.org/str.php?L3443
Version: 1.4-current


Checking status on this; see thread:
https://groups.google.com/forum/#!topic/fltkgeneral/VqcYUFlHWSc

I'm running into this problem again with latest CMAKE + fltk.git + VS 2017
to build a debug version of fltk, e.g.

    mkdir build
    cd build
    cmake -D CMAKE_BUILD_TYPE=Debug ..

..that's apparently building /dynamic/ debug executables (/MDd) and not
static debug (/MTd), conflicting with my project.. the VS build logs are
showing /MDd for all the CL  compiler commands.

I came full circle to my own post in google groups, seeing I've been here
before. I think adding a feature that replaces /MD + /MDd with /MT and /MTd
is still needed.

I'm trying other random stuff on the web to see if I can lick this with the
cmake command line, but if not, I'll have to go search/replacing again..


Link: https://www.fltk.org/str.php?L3443
Version: 1.4-current


Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.