Search found 10 matches

by Clas
Sat Nov 07 2015 4:49 pm
Forum: Installation
Topic: Which Package?
Replies: 5
Views: 13651

Re: Which Package?

Hi Ansel,

Great. I could build it now on my Linux Mint System.

Thanks for support.

Clas
by Clas
Fri Nov 06 2015 10:18 am
Forum: Installation
Topic: Which Package?
Replies: 5
Views: 13651

Re: Which Package?

Hi Ansel,

Im sorry. I oversaw it because I was to quickly.
Sorry. Now, I stop to spam this forum with my
stupid questions.

Thanks,

Clas
by Clas
Thu Nov 05 2015 9:56 pm
Forum: Installation
Topic: How to build CS without MultiMedia?
Replies: 2
Views: 9301

Re: How to build CS without MultiMedia?

Hi Ansel,

thanks a lot. Then I going on with the ready
to use binary packages. Because currently
I cannot build it from scratch because I dont
have installed all the dependencies for the
audio system in CS.

clas
by Clas
Thu Nov 05 2015 2:31 pm
Forum: User Support
Topic: Quite nice! :)
Replies: 1
Views: 15079

Quite nice! :)

Hi, I tried diamond a little bit. Normally I use Emacs for my daily work but sometimes and I want to write really small apps for education and so on. And for that, Diamond fits perfectly. Really. I have uninstalled gedit. I using Linux Mint as platform and it runs stable and fast. By the way Diamond...
by Clas
Thu Nov 05 2015 2:09 pm
Forum: Installation
Topic: CMake Support?
Replies: 1
Views: 7407

CMake Support?

Hi,

Is there a plan to use CMake instead GNU Autotools? My knowledge about GNU Autotools
is a black hole. So I cannot fix problems by myself. For me CMake is easier to understand.

Clas
by Clas
Thu Nov 05 2015 2:00 pm
Forum: Installation
Topic: How to build CS without MultiMedia?
Replies: 2
Views: 9301

How to build CS without MultiMedia?

Hi,
I want use CS only as GUI-library and I dont need multimedia and sound/audio-support so
I want to disable it but :

./configure --disable-multimedia or
./configure --without-multimedia

has no effect.

Whats the right way to take of Sound/Multimedia - Support in CS?

Clas
by Clas
Wed Nov 04 2015 11:16 pm
Forum: Installation
Topic: Which Package?
Replies: 5
Views: 13651

Re: Which Package?

What does mean:

checking for library containing AuOpenServer... no

Which package exactly:

alsa-dev package
esound-dev package

Which audio dev package is necessary?

Which apt-get install XXXXXXXX I need to type in?

I dont know.

Thanks,

clas
by Clas
Wed Nov 04 2015 10:40 pm
Forum: Installation
Topic: Which Package?
Replies: 5
Views: 13651

Which Package?

Hi, I tried to build CopperSpice on Linux Mint 17.2. After cloning from github I called ./autogen.sh ./configure then I got following output: checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking netinet/in.h usability... yes checking net...
by Clas
Wed Nov 04 2015 9:09 pm
Forum: Developers
Topic: Looking for C++ Gui Library
Replies: 2
Views: 12585

Re: Looking for C++ Gui Library

Hi Ansel,

thanks for your fast answer and explanations. I 've discussed it with
some collegues at work (German Software Vendor). In my case runtime
performance is the critically point too. I will try CopperSpice for
my new project. Perhaps its the right one.

Kind regards,
Clas Onnebrink
by Clas
Tue Nov 03 2015 8:01 pm
Forum: Developers
Topic: Looking for C++ Gui Library
Replies: 2
Views: 12585

Looking for C++ Gui Library

Hi, I need a well documented and small pure C++GUI-Library for a new application with support for Linux,Mac and Windows. Currently I trying wxWidgets. But it has a lot of terrible old legacy C++ - code with tons of macros. I dont like Qt because the strange MOC and lot of multi inheritance. CoppySpi...