CuteCapture - Capture Software for Linux and Mac

Post Reply
User avatar
gRuFtY
Posts: 81
Joined: Sat Oct 04, 2014 12:07 pm

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by gRuFtY » Tue Dec 02, 2014 9:25 pm

Guest wrote:I was attempting to stream with OBS which also makes use of OpenGL. Would trying to use both at the same tI'm cause any problems?
No, it should not, I do use OBS, too. It might actually make it work better! :)

As for the binaries: I'd love to hear if it just works. Mac and Linux seem to have "problems" with distributed binaries because of different versions of libraries and similar problems, but maybe we're in luck and loopys binaries do work. :)

Guest

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by Guest » Tue Dec 02, 2014 10:43 pm

First off, the binary build you linked does not work for me, Loopy. Perhaps I did something wrong.

Second, I followed the steps to compile C3C and I'm stuck at the very end. I use the qmake and make commands and this is what I am getting out
clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -O2 -arch x86_64 -Wall -W -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang-libc++ -IDesktop/Cute3DSCapture-1.3 -IDesktop/Cute3DSCapture-1.3 -I. -o main.o Desktop/Cute3DSCapture-1.3/main.cpp
Desktop/Cute3DSCapture-1.3/main.cpp:5:10: fatal error: 'SFML/Graphics.hpp' file
not found
#include <SFML/Graphics.hpp>
^
1 error generated.
make: *** [main.o] Error 1
Any idea why this is happing? I tried messing with the SFML framework stuff and made the SFML/Graphics file into an .hpp but that did me no good.

User avatar
loopy
Site Admin
Posts: 2292
Joined: Wed Sep 19, 2012 7:44 pm
Contact:

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by loopy » Tue Dec 02, 2014 10:51 pm

Did it show any error message when you tried to run it?

Some paths were missing, I had to mess with the Makefile.
Add -I/usr/local/include to INCPATH
Add -L/usr/local/lib to LFLAGS

Guest

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by Guest » Tue Dec 02, 2014 11:08 pm

Image This is all I have from the binary you linked. When I tried to do anything with this file, I just get a blank terminal window.

I apologize, I know very little about computers. I'm not exactly sure what you mean when I have to add those things. Any chance you could go into a little more detail? It would be greatly appreciated.

User avatar
gRuFtY
Posts: 81
Joined: Sat Oct 04, 2014 12:07 pm

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by gRuFtY » Wed Dec 03, 2014 8:24 am

Unfortunately I does not surprise me too much that the binaries do not work. Unix-like systems have more complex requirements for library-management than windows, which makes it harder to distribute binaries. :(

As for the error with compiling: Loopy is most definitely right, it looks like there are paths missing. Unfortunately I know too little about macs to help you now, but I can ask a friend, who help me test C3C on mac, tomorrow. Maybe he has some more hints, if loopys hint doesn't help.

User avatar
gRuFtY
Posts: 81
Joined: Sat Oct 04, 2014 12:07 pm

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by gRuFtY » Sat Dec 13, 2014 5:06 pm

Yesterday, a good friend help me bundle the binarys for Mac.

CuteDSCapture for Mac
Cute3DSCapture for Mac

To install, just open the dmg-file and drap the .app-file into the applications-folder. Should be as easy as that.

Binarys for linux will follow soon, I hope! :)

User avatar
lokistarwind
Posts: 39
Joined: Sun Aug 04, 2013 8:02 am

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by lokistarwind » Sat Dec 13, 2014 9:32 pm

The application force closes before it even starts up. Something must be missing.

http://i.imgur.com/PPAJB1r.png

It seems it is attempting to access something it is not supposed to or does not exist Looks like the thread cr2.

User avatar
gRuFtY
Posts: 81
Joined: Sat Oct 04, 2014 12:07 pm

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by gRuFtY » Sat Dec 13, 2014 10:25 pm

Okay... :-\ Which application did you try? C3C or CDC? I'll have a look.

User avatar
lokistarwind
Posts: 39
Joined: Sun Aug 04, 2013 8:02 am

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by lokistarwind » Sun Dec 14, 2014 12:48 am

Its the 3ds one.

Is it perhaps I need to install anything for it to work like those libraries that you mentioned.

User avatar
gRuFtY
Posts: 81
Joined: Sat Oct 04, 2014 12:07 pm

Re: Cute(3)DSCapture - A Capture Software for Linux and Mac

Post by gRuFtY » Sun Dec 14, 2014 8:26 am

No, the libraries should be included... What version of Mac OS are you using? Also, can you post the whole error report?

Post Reply