Open yurivict opened 5 years ago
Could you please provide me the whole cmake and make logs? Thanks!
This patch solved the problem:
@@ -482,7 +482,7 @@ ENDIF(APPLE)
#
# photoflow executable
#
-add_executable(photoflow main.cc ${RESOURCE_OBJECT})
+add_executable(photoflow main.cc version.cc ${RESOURCE_OBJECT}) # https://github.com/aferrero2707/PhotoFlow/issues/190
IF(APPLE)
set_target_properties(photoflow PROPERTIES LINK_FLAGS " -framework ApplicationServices ")
ENDIF(APPLE)
You didn't add version.cc
to build commands.
version.cc
is included at either lines 222 or 224 in src/CMakeLists.txt
, but something seems to go wrong on FreeBSD... that's why I am interested in the cmake log, and possibly also the cmake parameters you are using.
@yurivict are there any news? Could you provide me the cmake log and the cmake invocation parameters you are using?
Thanks!
@yurivict bumping this thread to see if there are any news...
Link fails on FreeBSD: