vn-tools / arc_unpacker

CLI tool for extracting images and sounds from visual novels.
GNU General Public License v3.0
562 stars 83 forks source link

can't compile in linux #141

Closed latot closed 5 years ago

latot commented 6 years ago

Hi, i'm trying to compile this app but sadly i can't do it works, i'm using Gentoo 64:

[ 99%] Building CXX object CMakeFiles/run_tests.dir/tests/test_support/stream_test.cc.o
[ 99%] Building CXX object CMakeFiles/run_tests.dir/tests/types_test.cc.o
[ 99%] Building CXX object CMakeFiles/run_tests.dir/tests/main.cc.o
/home/pipe/Documentos/git/arc_unpacker/tests/main.cc:38:1: error: expected constructor, destructor, or type conversion before ‘int’
 int main(int argc, char *argv[])

I follow the compilation instructions.

Thx.

ghost commented 6 years ago

When compiling, use make arc_unpacker instead of make. This will skip compiling the tests.

latot commented 5 years ago

now works!