Re: Call for vote on Xerces-C 3.2.2 release

2018-09-18 Thread Thomas Krebs

I would also vote +1.
I'm surprised so few Xerces-C users are out there :-(

Am 9/18/2018 um 7:36 AM schrieb Gareth Reakes:



If you guys are happy then I am. +1

G

Sent from my iPhone


On 17 Sep 2018, at 23:06, Cantor, Scott  wrote:


On 9/17/18, 5:56 PM, "Roger Leigh"  wrote:

Given that it's possible to build on Cygwin and MinGW with CMake, I'm
loath to spend further time on the Autotools build for these platforms
given that they are a bit niche and there's little additional benefit to
be gained.  If anyone really cares for it, I would hope they would do
the work and provide the patches.


I obviously favor that perspective, I just wanted to allow anybody else to 
weigh in (and since nobody had voted, I was stuck anyway).

I'm still comfortable with my +1 and if you're satisfied I wouldn't see any 
reason to change out the artifact.

-- Scott



-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org




-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



Re: Building Xerces-3.2.1 with cmake on Windows

2018-03-16 Thread Thomas Krebs

Roger,

Thanks, that did the trick.
One minor thing:
In former versions there was a .rc file for some dll resources, e.g. the 
version number.

Why has this been removed?

Thomas

Am 16.03.2018 um 15:56 schrieb rle...@codelibre.net:

On 2018-03-16 13:04, Thomas Krebs wrote:


According to the build instructions I try to build xerces-3.2.1 on
Windows 10 with VC14.
I type:

cmake -G "Visual Studio 14 2015 Win64"
-DCMAKE_INSTALL_PREFIX=I:\tools\x64 I:\tools\xerces-c-3.2.1\src


  

Remove the \src from the source path.  You are missing the top-level 
CMakeLists.txt.  It should work with this change.


Regards,
Roger


-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org



Building Xerces-3.2.1 with cmake on Windows

2018-03-16 Thread Thomas Krebs

Hi,

According to the build instructions I try to build xerces-3.2.1 on
Windows 10 with VC14.
I type:

cmake -G "Visual Studio 14 2015 Win64"
-DCMAKE_INSTALL_PREFIX=I:\tools\x64 I:\tools\xerces-c-3.2.1\src


and I get:

I:\tools\xerces-c-3.2.1\build>cmake -G "Visual Studio 14 2015 Win64" 
-DCMAKE_INSTALL_PREFIX=I:\tools\x64 I:\tools\xerces-c-3.2.1\src

-- Selecting Windows SDK version  to target Windows 10.0.16299.
-- The C compiler identification is MSVC 19.0.24215.1
-- The CXX compiler identification is MSVC 19.0.24215.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual 
Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual 
Studio 14.0/VC/bin/x86_amd64/cl.exe -- works

-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft 
Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft 
Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works

-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:1291 (install):
  install TARGETS given no ARCHIVE DESTINATION for static library target
  "xerces-c".


CMake Error at C:/Program 
Files/CMake/share/cmake-3.10/Modules/WriteBasicConfigVersionFile.cmake:40 
(message):

  No VERSION specified for WRITE_BASIC_CONFIG_VERSION_FILE()
Call Stack (most recent call first):
  C:/Program 
Files/CMake/share/cmake-3.10/Modules/CMakePackageConfigHelpers.cmake:207 
(write_basic_config_version_file)

  CMakeLists.txt:1308 (write_basic_package_version_file)


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 3.10)

  should be added at the top of the file.  The version specified may be 
lower

  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "I:/tools/xerces-c-3.2.1/build/CMakeFiles/CMakeOutput.log".


Any help?
Thomas

-
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org