futurerestore icon indicating copy to clipboard operation
futurerestore copied to clipboard

Fails to build with latest libgeneral

Open 0x9fff00 opened this issue 5 years ago • 3 comments

After this commit to libgeneral, it tries to include CUSTOM_LOGGING as a file if it's defined. It's defined to 1 in futurerestore here which causes the following error when building:

In file included from futurerestore.cpp:9:
/usr/include/libgeneral/macros.h:55:13: error: #include expects "FILENAME" or <FILENAME>
   55 | #   include CUSTOM_LOGGING
      |             ^~~~~~~~~~~~~~

0x9fff00 avatar Nov 21 '20 18:11 0x9fff00

So is there a way to 'not use' this commit? Like use the previous version? (I'm new to GitHub, i dont know if thats possible)

marleyqp avatar Nov 26 '20 19:11 marleyqp

Same issue here.

Merculous avatar Nov 26 '20 21:11 Merculous

Here is a workaround for this: https://github.com/0x9fff00/futurerestore/commit/da06799417525d2825fc8f49e2810af303ae4a66

0x9fff00 avatar Jan 31 '21 19:01 0x9fff00