musikCube Logo
musikCube community wiki

You are not logged in.

Announcement

mC2 :)

#1 2005-06-12 12:43:09

kid a
Member
Registered: 2005-04-19
Posts: 38

musikBox

How are things going with musikBox - the linux frontend? had it been put on hold for the time being? i have just switched to ubuntu linux, and the only thing i miss from windows is musikCube. there is rhythmbox and beepms but they dont quite match the Cube!

i did try to compile it before, but im a linux noob and failed miserably!

i get this error when tring to compile musikCore

Code:

paul@ubuntu:/usr/local/src/musikCore$ cmake .
-- Check for working C compiler: gcc -- works
-- Check for working CXX compiler: c++ -- works
CMake Error: This project requires some variables to be set,
and cmake can not find them.
Please set the following variables:
SQLITE_LIBRARY
XINE_LIBRARY

-- Configuring done

any ideas? im sure it is quite simple, but there u go. i have sqlite3 instaled from synaptic(the package manager) but could not find xine-lib? is this installed with xine?

any help is much apreciated. smile

Offline

 

#2 2005-06-12 22:14:22

avatar3d
mC Project Manager
Registered: 2005-02-13
Posts: 641

Re: musikBox

Install the -dev packages for sqlite3 and libxine.


Casey Langen
Project Manager
http://www.musikcube.com

Offline

 

#3 2005-06-13 07:19:16

kid a
Member
Registered: 2005-04-19
Posts: 38

Re: musikBox

ahhh thanks got it up and running now. even though its vary basic compared to the cube, its still better than rhythmbox!

i kno you are busy with musikCube at the moment, but what are the future plans for musikBox? is it to port the features of musikCube over? or are there no plans!

Offline

 

#4 2005-06-13 08:47:07

avatar3d
mC Project Manager
Registered: 2005-02-13
Posts: 641

Re: musikBox

musikBox will try to follow in musikCube's footsteps.  Once mC 1.0 is released, focus may shift to mB.


Casey Langen
Project Manager
http://www.musikcube.com

Offline

 

#5 2006-04-02 09:17:55

MEstk
mC Translator
From: France/Vendée (85)
Registered: 2005-03-20
Posts: 349
Website

Re: musikBox

Once mC 1.0 is released, focus may shift to mB.

and... what's up ?

MEstk


musikCube supporter/translator
musikCube 1.0 + Plugins en Français !
http://geekshadow.com/images/userbars/mcmestk.png http://geekshadow.com/images/userbars/lastfm.gif
http://usrbars.com/songbirduser.png

Offline

 

#6 2006-12-06 17:26:58

ponsfrilus
Member
Registered: 2005-05-24
Posts: 3

Re: musikBox

This is what I need to install for built musikCoreSource_0.92.5.zip

You had to have cmake, make, gcc, g++ installed (I'm not sure for all)

When I ran $cmake . it ask me for the following stuffs:
- OPENTHREADS_LIBRARY -> install libopenthreads3-dev
- SQLITE_LIBRARY -> install sqlite3-dev
- TAG_LIBRARY -> install libtag1-dev
- XINE_LIBRARY -> install libxine-dev

In the source directory you can now run make and then make install (as root)

Code:

nbo@laptop-dell:~/Desktop/musikCore$ sudo make install
[100%] Built target musikCore
Install the project...
-- Install configuration: ""
-- Installing /usr/include/musikCore/StdString.h
-- Installing /usr/include/musikCore/musikAlarm.h
-- Installing /usr/include/musikCore/musikBatchAdd.h
-- Installing /usr/include/musikCore/musikBatchRetag.h
-- Installing /usr/include/musikCore/musikBatchChgCase.h
-- Installing /usr/include/musikCore/musikConfig.h
-- Installing /usr/include/musikCore/musikCrossfader.h
-- Installing /usr/include/musikCore/musikDir.h
-- Installing /usr/include/musikCore/musikEQSettings.h
-- Installing /usr/include/musikCore/musikFilename.h
-- Installing /usr/include/musikCore/musikFunctor.h
-- Installing /usr/include/musikCore/musikLibrary.h
-- Installing /usr/include/musikCore/musikPlayer.h
-- Installing /usr/include/musikCore/musikPlayerFMOD.h
-- Installing /usr/include/musikCore/musikPlayerXINE.h
-- Installing /usr/include/musikCore/musikPlayerBASS.h
-- Installing /usr/include/musikCore/musikPlaylist.h
-- Installing /usr/include/musikCore/musikRemoveOld.h
-- Installing /usr/include/musikCore/musikReloadTags.h
-- Installing /usr/include/musikCore/musikTagFromFn.h
-- Installing /usr/include/musikCore/musikTagToFn.h
-- Installing /usr/include/musikCore/musikTask.h
-- Installing /usr/include/musikCore/musikTaskQueue.h
-- Installing /usr/include/musikCore/musikCore.h
-- Installing /usr/include/musikCore/paramlist.hpp
-- Installing /usr/include/musikCore/unicode.h
-- Installing /usr/lib/libmusikCore.a

And now here's ma n00b question: WHAT'S THE NEXT STEP? and how can i launch it?

Offline

 

#7 2006-12-06 20:35:56

avatar3d
mC Project Manager
Registered: 2005-02-13
Posts: 641

Re: musikBox

I have no idea if it still compiles, but you will need to check out the musikBox source from CVS (not SVN), then build it the same way. You will need the gtkmm-dev and glademm-dev packages installed to build it.


Casey Langen
Project Manager
http://www.musikcube.com

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson