View Issue Details

IDProjectCategoryView StatusLast Update
0009278GNUnetportabilitypublic2024-10-23 13:16
Reporterfefe Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionno change required 
Product VersionGit master 
Summary0009278: build error: GNUNET_FS_EXTRACTOR_ENABLED
DescriptionIn file included from ../src/service/fs/fs_api.c:30:
../src/include/gnunet_fs_service.h:74:32: error: #if with no expression
   74 | #if GNUNET_FS_EXTRACTOR_ENABLED
      | ^

$ grep -r GNUNET_FS_EXTRACTOR_ENABLED
src/include/gnunet_config.h:#define GNUNET_FS_EXTRACTOR_ENABLED

Either #define it to 1 or use #ifdef instead of #if
TagsNo tags attached.

Activities

fefe

2024-10-18 13:03

reporter   ~0023544

I just did a git pull and the issue was fixed in the mean time.

Issue History

Date Modified Username Field Change
2024-10-18 13:02 fefe New Issue
2024-10-18 13:03 fefe Note Added: 0023544
2024-10-23 13:16 schanzen Assigned To => schanzen
2024-10-23 13:16 schanzen Status new => resolved
2024-10-23 13:16 schanzen Resolution open => no change required