Bitcoin Forum
July 22, 2024, 09:37:38 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Error Compiling Litecoin  (Read 42 times)
damiko193 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 25, 2022, 02:27:09 PM
 #1

Code:
In file included from ./libmw/include/mw/file/FilePath.h:26:0,
                 from ./libmw/include/mw/file/File.h:4,
                 from ./libmw/include/mw/file/AppendOnlyFile.h:3,
                 from ./libmw/include/mw/mmr/MMR.h:8,
                 from ./libmw/include/mw/node/CoinsView.h:9,
                 from ./coins.h:13,
                 from ./txmempool.h:17,
                 from blockencodings.cpp:13:
./libmw/include/mw/exceptions/FileException.h:3:10: fatal error: mw/exceptions/ALCException.h: No such file or directory
 #include <mw/exceptions/ALCException.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:11962: recipe for target 'libbitcoin_server_a-blockencodings.o' failed
make[2]: *** [libbitcoin_server_a-blockencodings.o] Error 1
make[2]: Leaving directory '/home/damian/Desktop/alcoholcoin/src'
Makefile:20694: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/damian/Desktop/alcoholcoin/src'
Makefile:811: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

Any solutions?
vv181
Legendary
*
Offline Offline

Activity: 1932
Merit: 1273


View Profile
August 25, 2022, 02:48:20 PM
 #2

Are you sure you are compiling Litecoin directly from the code base? Did you change something or try to fork any of it?

Based on their current master branch, FileException.h file does contain LTCException.h header, which the file exists correctly on there(https://github.com/litecoin-project/litecoin/blob/master/src/libmw/include/mw/exceptions/LTCException.h).

You seem like you have been renaming all the "LTC" words with "ALC".
damiko193 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 25, 2022, 03:11:16 PM
 #3

Are you sure you are compiling Litecoin directly from the code base? Did you change something or try to fork any of it?

Based on their current master branch, FileException.h file does contain LTCException.h header, which the file exists correctly on there(https://github.com/litecoin-project/litecoin/blob/master/src/libmw/include/mw/exceptions/LTCException.h).

You seem like you have been renaming all the "LTC" words with "ALC".


yes bro already fixed, thanks <3
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!