Homebrew [Release] arc13's freeShop fork - open source eShop alternative

  • Thread starter Thread starter arc13
  • Start date Start date
  • Views Views 713,465
  • Replies Replies 2,534
  • Likes Likes 144

What should I do with storage bars ?


  • Total voters
    138
  • Poll closed .
Status
Not open for further replies.
Are you following all the instructions of the Dockerfile ?
Because I just compiled it like 3 hours ago successfully (Xubuntu 17.04 64bits)
thanks!
but still incomplete at the last cmake step.
root@jwg-laptop:/usr/src/cpp3ds/build# cmake -DBUILD_EMULATOR=ON -DENABLE_OGG=ON -DENABLE_AAC=ON -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=ON ..
-- setting CTRULIB to /opt/devkitpro/libctru/include/..
-- Could NOT find TREMOR (missing: TREMOR_INCLUDE_DIR TREMOR_LIBRARY)
-- Found libfaad: /usr/lib/x86_64-linux-gnu/libfaad.so
-- Found JPEG: /opt/devkitpro/portlibs/armv6k/lib/libjpeg.a
-- Found libfaad: /usr/lib/x86_64-linux-gnu/libfaad.so
-- Found JPEG: /opt/devkitpro/portlibs/armv6k/lib/libjpeg.a
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.7/Modules/FindOpenSSL.cmake:385 (find_package_handle_standard_args)
src/emu3ds/CMakeLists.txt:146 (find_package)


-- Configuring incomplete, errors occurred!
See also "/usr/src/cpp3ds/build/CMakeFiles/CMakeOutput.log".


attachment is the log
 

Attachments

  • Like
Reactions: arc13
thanks!
but still incomplete at the last cmake step.
root@jwg-laptop:/usr/src/cpp3ds/build# cmake -DBUILD_EMULATOR=ON -DENABLE_OGG=ON -DENABLE_AAC=ON -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=ON ..
-- setting CTRULIB to /opt/devkitpro/libctru/include/..
-- Could NOT find TREMOR (missing: TREMOR_INCLUDE_DIR TREMOR_LIBRARY)
-- Found libfaad: /usr/lib/x86_64-linux-gnu/libfaad.so
-- Found JPEG: /opt/devkitpro/portlibs/armv6k/lib/libjpeg.a
-- Found libfaad: /usr/lib/x86_64-linux-gnu/libfaad.so
-- Found JPEG: /opt/devkitpro/portlibs/armv6k/lib/libjpeg.a
CMake Error at /usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_LIBRARIES
OPENSSL_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.7/Modules/FindOpenSSL.cmake:385 (find_package_handle_standard_args)
src/emu3ds/CMakeLists.txt:146 (find_package)


-- Configuring incomplete, errors occurred!
See also "/usr/src/cpp3ds/build/CMakeFiles/CMakeOutput.log".


attachment is the log
Happened to me too, install libssl-dev and it should work like a charm
 
  • Like
Reactions: Sonansune
Happened to me too, install libssl-dev and it should work like a charm
:yay::yay::yay:

--------------------- MERGED ---------------------------

:cry: so much errors....

root@jwg-laptop:/usr/src/cpp3ds/build# make -j4 | grep error
In file included from /usr/src/cpp3ds/src/cpp3ds/System/I18n.cpp:6:0:
/usr/src/cpp3ds/include/cpp3ds/System/I18n.hpp:13:24: fatal error: fmt/format.h: No such file or directory
compilation terminated.

make[2]: *** [src/cpp3ds/System/CMakeFiles/cpp3ds-system.dir/I18n.cpp.o] Error 1
make[1]: *** [src/cpp3ds/System/CMakeFiles/cpp3ds-system.dir/all] Error 2
make: *** [all] Error 2

--------------------- MERGED ---------------------------

would you mind upload the compiled version cpp?:P
To "make" without the fatal error:lol:
 
  • Like
Reactions: arc13
:yay::yay::yay:

--------------------- MERGED ---------------------------

:cry: so much errors....

root@jwg-laptop:/usr/src/cpp3ds/build# make -j4 | grep error
In file included from /usr/src/cpp3ds/src/cpp3ds/System/I18n.cpp:6:0:
/usr/src/cpp3ds/include/cpp3ds/System/I18n.hpp:13:24: fatal error: fmt/format.h: No such file or directory
compilation terminated.

make[2]: *** [src/cpp3ds/System/CMakeFiles/cpp3ds-system.dir/I18n.cpp.o] Error 1
make[1]: *** [src/cpp3ds/System/CMakeFiles/cpp3ds-system.dir/all] Error 2
make: *** [all] Error 2

--------------------- MERGED ---------------------------

would you mind upload the compiled version cpp?:P
To "make" without the fatal error:lol:
Did you installed libfmt3-dev ?
 
Sorry if this is a stupid question, this is my first time using freeshop.

Does this support downloading in the background? I would like to let it sit on the home screen.
 
I think you should make the storage bars run vertically on the parts of the top screen that overhang the bottom.
 
Im trying to find Elliot Quest, It came out on the 11th but it won't show up
If it's not showing up it's because anyone who bought the game has shared the keys for it. Instead of downloading it form freeshop, you can download the .cia from that iso site x)
 
Someone has to buy it and share the key. You can be that someone! Buy the game and share the key.
Pokemon? Hell Yea
FE? Damn Right
SSB,Tekken, Blazblue, DBZ, SF, DOA? Hella!

This? Foh lmao im just wondering how everything works as far as update turnarounds
 
why......

jwg@jwg-laptop:~/freeShop/build$ cmake ..
-- setting CTRULIB to /opt/devkitpro/libctru/include/..
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jwg/freeShop/build

jwg@jwg-laptop:~/freeShop/build$ make | grep error
/opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/6.3.0/../../../../arm-none-eabi/bin/ld: cannot find -larchive
collect2: error: ld returned 1 exit status
make[2]: *** [/home/jwg/freeShop/bin/freeshop.elf] Error 1
make[1]: *** [build/arm/CMakeFiles/freeshop.elf.dir/all] Error 2
make: *** [all] Error 2

libarchive installed
 
Last edited by Sonansune,
why......

jwg@jwg-laptop:~/freeShop/build$ cmake ..
-- setting CTRULIB to /opt/devkitpro/libctru/include/..
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jwg/freeShop/build

jwg@jwg-laptop:~/freeShop/build$ make | grep error
/opt/devkitpro/devkitARM/lib/gcc/arm-none-eabi/6.3.0/../../../../arm-none-eabi/bin/ld: cannot find -larchive
collect2: error: ld returned 1 exit status
make[2]: *** [/home/jwg/freeShop/bin/freeshop.elf] Error 1
make[1]: *** [build/arm/CMakeFiles/freeshop.elf.dir/all] Error 2
make: *** [all] Error 2

libarchive installed
Can I see your ~/freeShop directory ?
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum