Re: [Mixxx-devel] ladspa on MSVC

2009-01-24 Thread Claudio Bantaloukas
and update cmake for the new dirs... -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.

[Mixxx-devel] ladspa on MSVC

2009-01-24 Thread Claudio Bantaloukas
While building under VS2008 Express, I'm having some issues with the MS compiler (typedefs and stuff). Is that part tested under windows? -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -- This SF.net ema

Re: [Mixxx-devel] Cleanups and Branches

2009-01-24 Thread Claudio Bantaloukas
ne more thing, would it be useful to put ui files in a separate directory? -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story.

Re: [Mixxx-devel] cmake build system

2009-01-18 Thread Claudio Bantaloukas
script directory... @#$%... Oh well... once I get through that, I'll post the patch... -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -- This SF.net email is sponsored by: SourcForge Community SourceForge wants to

Re: [Mixxx-devel] cmake build system

2009-01-18 Thread Claudio Bantaloukas
nto trunk, but until we decide either A) we want to move to > CMake entirely or B) we don't want to use CMake ever again, I'm going to say > that our Mixxx developers will only be responsible for updating the > SConscript. I don't want any of our active developers wasting time

Re: [Mixxx-devel] cmake build system

2009-01-12 Thread Claudio Bantaloukas
a build environment, plus returning from vacations back to work, and here I am. I'm getting my new computer back on track for mixxx development, so I'll need some time to start again. (ubuntu or arch? h) -- Claudio Bant

Re: [Mixxx-devel] cmake build system

2008-12-15 Thread Claudio Bantaloukas
e test to do exactly that. If a new > incompatible version appears, distro will report quickly and we can receive > quick status. If distro have an older version, than packager will be ready to > pick any version after 0.9 that suits bette

Re: [Mixxx-devel] cmake build system

2008-12-15 Thread Claudio Bantaloukas
a used flybook and installed ubuntu on it so I'll be able to work on .deb packaging, more on this later. PPS: Can I work on this on svn? I have a sf account with attached ssh public cert. If you need guarantees, I have been on the kde commiters list for a while (even though I understand svn ac

Re: [Mixxx-devel] Fatal: ASSERT failure in QList

2008-12-12 Thread Claudio Bantaloukas
e/qlist.h, line 387 I think this has been recently fixed in svn trunk, if you can build mixxx from source, or wait for the 1.6.2 release :) -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -- SF.Net email is Sponsored

[Mixxx-devel] cmake builds for mac os X

2008-12-08 Thread Claudio Bantaloukas
y of all required libraries built with --disable-shared -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -- SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't ha

Re: [Mixxx-devel] cmake build system

2008-12-08 Thread Claudio Bantaloukas
h dev package should be installed as a build dependency? not sure about that > * my netbook is too damn slow to build mixxx sourceforge has set up a shell service, maybe it can do builds -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ --

Re: [Mixxx-devel] cmake build system

2008-12-08 Thread Claudio Bantaloukas
_DIR) > Call Stack (most recent call first): > /usr/share/cmake-2.6/Modules/FindLua51.cmake:60 > (FIND_PACKAGE_HANDLE_STANDARD_ARGS) > CMakeLists.txt:211 (find_package) > > > -- Configuring incomplete, errors occurred! > > __ > --- == __/ t.O ==-- > http:

Re: [Mixxx-devel] cmake build system

2008-12-08 Thread Claudio Bantaloukas
nd on the system - yours seems to use more recent Find modules - mine has some more of the scons-based features - mine has more checks for win32 and apple hosts I'm working on merging the two patches on a borrowed mac, so if I have time I'll try to make a cpack based build stay tuned

Re: [Mixxx-devel] cmake build system

2008-12-05 Thread Claudio Bantaloukas
with other build systems (both SCons and Waf have docs > comparing/contrasting with other systems), or mention of any of the above > things in the FAQ doc for example... I agree, the online documentation isn't exceptional, there should be more tutorials in the wiki, while right

Re: [Mixxx-devel] cmake build system

2008-12-05 Thread Claudio Bantaloukas
en't had time to play with your CMakeLists.txt > yet, but if I haven't commented on it again by like December 20th, poke me. > :) Ok then, I'll see if I can work some more on this this weekend When learning cmake, I found this presentetion to be the most helpful and informative o

Re: [Mixxx-devel] cmake build system

2008-11-30 Thread Claudio Bantaloukas
ne stepping on each other's toes. I'm willing to work on making cmake as good as, or better than the current build system. If I succeed, reading the CMakeLists files will be easy for all developers, and will become the preferred way of working with mixxx sources. If I fail

[Mixxx-devel] cmake build system

2008-11-30 Thread Claudio Bantaloukas
ill most probably work anywhere :D The cool part is, this is only the beginning. The fun starts when you start using cpack and dart ;) Lunch is waiting though, TTL! -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -

[Mixxx-devel] RFC:atl usage in mixxx

2008-11-29 Thread Claudio Bantaloukas
ut if someone can try it out on a device with non Latin-1 names, and report success it would be great. Patch attached -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ mixxx-avoid-atl-string-usage.patch Description: Binary

[Mixxx-devel] abort fix

2008-11-20 Thread Claudio Bantaloukas
return; pTrack = m_pView->m_pTrackTableView->m_pTable->m_pTrackPlaylist->at(index.row()); // If there is one, load it if (pTrack) slotLoadPlayer1(pTrack); -- Claudio Bantaloukas http://www.rdfm.org/ammuzzu/ -

Re: [Mixxx-devel] hercules dj control mp3

2008-11-16 Thread Claudio Bantaloukas
On Sun, Nov 16, 2008 at 8:22 PM, Robin Sheat <[EMAIL PROTECTED]> wrote: > On Monday 17 November 2008 01:41:47 Claudio Bantaloukas wrote: >> Has anybody had any luck with this console? Can anyone share progress >> done up to now? > > If you want it wor