1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 <2018> 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: ADSupport compilation problem due to GraphicsMagick Malformed UTF-8 character(s) |
From: | "Gofron, Kazimierz" <[email protected]> |
To: | 'Mark Rivers' <[email protected]>, "'Johnson, Andrew N.'" <[email protected]> |
Cc: | "'[email protected]'" <[email protected]> |
Date: | Sun, 18 Feb 2018 23:38:10 +0000 |
Could ability to select UTF-8 and Microsoft Unicode characters on your RHEL7 depend on grep version? This would not explain lack of compilation error but maybe
versions matter as well (make, and gcc versions). ---- My grep version on windows 7 pro:
Sqr-1 IXS@IXS_MCM /cygdrive/c/epics/synApps/support/areaDetector-3-2/ADSupport/supportApp/GraphicsMagickSrc/lcms/src $ grep --version grep (GNU grep) 3.0 Packaged by Cygwin (3.0-2) Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. Grep version on debian 8 server: kgofron@xf18id-srv2:/epics/support5/areaDetector/ADAndor3$ grep --version grep (GNU grep) 2.20 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. ----------------------------------- On windows 7 Pro computers where areaDetector-3.2 is compiled, I am using perl versions 5.26.1: c:\epics\synApps\support\areaDetector-3-2>perl -v This is perl 5, version 26, subversion 1 (v5.26.1) built for MSWin32-x64-multi-thread Copyright 1987-2017, Larry Wall |