On 2026/05/05 0:09, [email protected] wrote:
> Author: rinrab
> Date: Mon May  4 15:09:48 2026
> New Revision: 1933812
> 
> Log:
> cmake: Import targets.cmake before processing dependencies; This would allow
> potentially refering to those targets in dependency search. Although cmake
> allows to link a non-existing target, the target that it is linked to has to 
> be
> declared before.
> 
> * CMakeLists.txt
>   (target_exports, ra-libs, fs-libs, the-include): Move them up.
> 
> Modified:
>    subversion/trunk/CMakeLists.txt
Encountered another issue with SVN_ENABLE_NLS=ON on macOS and Windows....

[[[
FAILED: [code=1] libsvn_delta-1.0.16.0.dylib
: && /usr/bin/cc   -dynamiclib -Wl,-headerpad_max_install_names 
-current_version 0.16.0 -o libsvn_delta-1.0.16.0.dylib ...
Undefined symbols for architecture x86_64:
  "_libintl_dgettext", referenced from:
      _write_handler in svndiff.c.o
      _write_handler in svndiff.c.o
      _write_handler in svndiff.c.o
      _close_handler in svndiff.c.o
      _svn_txdelta_read_svndiff_window in svndiff.c.o
      _read_window_header in svndiff.c.o
      _read_window_header in svndiff.c.o
      _read_window_header in svndiff.c.o
      _read_window_header in svndiff.c.o
      _read_window_header in svndiff.c.o
      _read_window_header in svndiff.c.o
      ...
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
]]]

[[[
V:\usr\src\subversion\subversion.git\Release\cmake\svn_private_config.h(126,11):
 error C1083: Cannot open include file: 'libintl.h':
 No such file or directory 
[V:\usr\src\subversion\subversion.git\Release\cmake\libsvn_fs_util.vcxproj]
 (compiling source file '../../subversion/libsvn_fs_util/fs-util.c')
]]]

-- 
Jun Omae <[email protected]> (大前 潤)

Reply via email to