Package Details: simpleini 4.22-2

Git Clone URL: https://aur.archlinux.org/simpleini.git (read-only, click to copy)
Package Base: simpleini
Description: Cross-platform C++ library providing a simple API to read and write INI-style configuration files
Upstream URL: https://github.com/brofield/simpleini
Licenses: MIT
Submitter: Blutkoete
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 1
Popularity: 0.000100
First Submitted: 2019-06-12 20:14 (UTC)
Last Updated: 2025-03-28 20:39 (UTC)

Latest Comments

llg commented on 2025-03-26 06:31 (UTC)

Please provide ConvertUTF.c and ConvertUTF.h as they are part of the main package. Unfortunately install cmake target won't copy those files.

But a simple change like this will do:

  • install -D -m644 ConvertUTF.c \
  • "${pkgdir}"/usr/include/SimpleIni"/ConvertUTF.c"
  • install -D -m644 ConvertUTF.h \
  • "${pkgdir}"/usr/include/SimpleIni"/ConvertUTF.h"

vitaliikuzhdin commented on 2025-03-13 15:30 (UTC) (edited on 2025-03-13 15:31 (UTC) by vitaliikuzhdin)

Getting this error while building LaiNES without SimpleINI as a submodule:

/usr/include/SimpleIni/SimpleIni.h:3019:10: fatal error: 'ConvertUTF.h' file not found
 3019 | #include "ConvertUTF.h"
      |          ^~~~~~~~~~~~~~
1 error generated.

It may also require an optional dependency on icu:

#if defined(SI_CONVERT_ICU)
# include <unicode/ustring.h>
#endif

Blutkoete commented on 2023-12-27 10:21 (UTC)

I orphaned it, won't have time to update it before next year. Thank you @robertfoster for taking over.