budgetwarrior: Compile error: src/pages/accounts_pages.cpp

Hi @wichtounet !

I am compiling on MacOS as way you have suggested. I get this error:

-e [release_debug] Compile src/pages/accounts_pages.cpp
error: unable to open output file
      'release_debug/src/pages/accounts_pages.cpp.o':
      'No such file or directory'
1 error generated.
make: *** [release_debug/src/pages/accounts_pages.cpp.o] Error 1

Could you please help me with this?

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 17 (6 by maintainers)

Most upvoted comments

you need to cd into the build directory and run make i.e.

$ git clone --recursive git://github.com/wichtounet/budgetwarrior.git 
$ cd budgetwarrior 
$ ./build_macos.sh 
$ cd build
$ make

I will submit a PR to fix the documentation.

Thankyou! It worked. Your project is very nice, especially the web interface!

Ok, now we are getting somewhere 😃

I would recommend you read the start tutorial: https://github.com/wichtounet/budgetwarrior/wiki/Start-tutorial

This will tell you how can you get started to create accounts and such.

Since this first issue is now resolved, I will close it. Feel free to open a new one if you have any other issue 😃