Re: CMAKE: CMAKE_SYSTEM_LIBRARY_PATH not parsing correctly

2017-01-16 Thread Richard Shaw
On Mon, Jan 16, 2017 at 8:04 AM, Greg Hellings wrote: > What phase of the build are you getting this message in? > make package. I'm using the GetPrerequisites module to pull in the needed DLL's but it's not finding them anyway. I've even tried using the part of the GET_PREREQUISITES function

Re: CMAKE: CMAKE_SYSTEM_LIBRARY_PATH not parsing correctly

2017-01-16 Thread Greg Hellings
What phase of the build are you getting this message in? --Greg On Mon, Jan 16, 2017 at 9:03 AM, Richard Shaw wrote: > Never mind The ";"'s are suppressed in the output, back to the drawing > board... > > Thanks, > Richard > > > ___ > mingw mailin

Re: CMAKE: CMAKE_SYSTEM_LIBRARY_PATH not parsing correctly

2017-01-16 Thread Richard Shaw
Never mind The ";"'s are suppressed in the output, back to the drawing board... Thanks, Richard ___ mingw mailing list -- mingw@lists.fedoraproject.org To unsubscribe send an email to mingw-le...@lists.fedoraproject.org

CMAKE: CMAKE_SYSTEM_LIBRARY_PATH not parsing correctly

2017-01-16 Thread Richard Shaw
I'm working on a new mingw32 build of a project I help develop and I'm running into an issue building the installer because it can't find libgcc: warning: target 'libgcc_s_sjlj-1.dll' is not absolute... warning: target 'libgcc_s_sjlj-1.dll' does not exist... Which is present $ locate libgcc_s_sjl