[Mixxx-devel] osx build failure in master

2015-08-19 Thread Owen Williams
In file included from src/analyserqueue.cpp:12:
In file included from src/library/trackcollection.h:27:
In file included from src/library/basetrackcache.h:20:
src/util/memory.h:72:10: fatal error: 'type_traits' file not found
#include 
 ^
6 warnings and 1 error generated.
scons: *** [osx64_build/analyserqueue.o] Error 1


--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel


[Mixxx-devel] windows build failure in master

2015-08-19 Thread Owen Williams
can someone check this out?  

http://builds.mixxx.org:8081/jenkins/job/master/architecture=i386,platform=windows/372/console


> c:\mixxx\workspace\master\architecture\i386\platform\windows\plugins\soundsourcemediafoundation\soundsourcemediafoundation.h(76)
>  : error C2526: 'Mixxx_SoundSourcePluginAPI_getSoundSourceProvider' : C 
> linkage function cannot return C++ class 
> 'QSharedPointer'
> plugins\soundsourcemediafoundation\soundsourcemediafoundation.cpp(600) : 
> error C3861: 'exportSoundSourcePlugin': identifier not found
> plugins\soundsourcemediafoundation\soundsourcemediafoundation.cpp(612) : 
> error C2526: 'Mixxx_SoundSourcePluginAPI_getSoundSourceProvider' : C linkage 
> function cannot return C++ class 'QSharedPointer'
> plugins\soundsourcemediafoundation\soundsourcemediafoundation.cpp(618) : 
> error C2562: 'Mixxx_SoundSourcePluginAPI_getSoundSourceProvider' : 'void' 
> function returning a value
> 
> c:\mixxx\workspace\master\architecture\i386\platform\windows\plugins\soundsourcemediafoundation\soundsourcemediafoundation.h(76)
>  : see declaration of 'Mixxx_SoundSourcePluginAPI_getSoundSourceProvider'
> scons: *** 
> [win32_build\plugins\win32_build\mediafoundation\soundsourcemediafoundation.obj]
>  Error 2
> scons: building terminated because of errors.
> Build step 'Execute Windows batch command' marked build as failure
> Recording test results
> ERROR: Publisher 'Publish JUnit test result report' failed: No test report 
> files were found. Configuration error?
> SSH: Current build result is [FAILURE], not going to run.
> Finished: FAILURE


--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel


Re: [Mixxx-devel] build server is back

2015-08-19 Thread Be
Nice. Can someone on Ubuntu test whether the builds install the HID udev 
rule introduced in PR #637 (https://github.com/mixxxdj/mixxx/pull/637 )? 
I don't know how deb packages are built. The file 
res/linux/mixxx-usb-hid.rules in the Mixxx source tree might have to be 
specifically copied by the build script or whatever it is that builds 
the deb into /etc/udev/rules.d/

On 08/19/2015 01:21 PM, Owen Williams wrote:
> At least, it seems like it's working, there's a new file on the
> downloads server:
>
> http://downloads.mixxx.org/builds/1.12/release/
>
> The build server is now running in my basement on the same crappy
> machine it was before, but at least now it's easier for me to restart it
> when necessary.  We're limping along, but we're limping along with
> builds that we know are good.
>
> owen
>
>
> --
> ___
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
>
>
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
>

--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel


Re: [Mixxx-devel] build server is back

2015-08-19 Thread Owen Williams
It's supposed to but it looks like it got stuck.  I'll be checking on
that.

On Wed, 2015-08-19 at 22:14 +0200, Sébastien Blaisot wrote:
> That's good news. I was wondering today why we didn't have builds after 
> july, 23.
> Is your build server also building for windows ?
> 
> regards,
> 
> sb
> 
> Le 19/08/2015 20:21, Owen Williams a écrit :
> > At least, it seems like it's working, there's a new file on the
> > downloads server:
> >
> > http://downloads.mixxx.org/builds/1.12/release/
> >
> > The build server is now running in my basement on the same crappy
> > machine it was before, but at least now it's easier for me to restart it
> > when necessary.  We're limping along, but we're limping along with
> > builds that we know are good.
> >
> > owen
> 
> 
> --
> ___
> Get Mixxx, the #1 Free MP3 DJ Mixing software Today
> http://mixxx.org
> 
> 
> Mixxx-devel mailing list
> Mixxx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mixxx-devel
> 
> 



--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel

Re: [Mixxx-devel] build server is back

2015-08-19 Thread Sébastien Blaisot

That's good news. I was wondering today why we didn't have builds after 
july, 23.
Is your build server also building for windows ?

regards,

sb

Le 19/08/2015 20:21, Owen Williams a écrit :
> At least, it seems like it's working, there's a new file on the
> downloads server:
>
> http://downloads.mixxx.org/builds/1.12/release/
>
> The build server is now running in my basement on the same crappy
> machine it was before, but at least now it's easier for me to restart it
> when necessary.  We're limping along, but we're limping along with
> builds that we know are good.
>
> owen


--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel


[Mixxx-devel] build server is back

2015-08-19 Thread Owen Williams
At least, it seems like it's working, there's a new file on the
downloads server:

http://downloads.mixxx.org/builds/1.12/release/

The build server is now running in my basement on the same crappy
machine it was before, but at least now it's easier for me to restart it
when necessary.  We're limping along, but we're limping along with
builds that we know are good.

owen


--
___
Get Mixxx, the #1 Free MP3 DJ Mixing software Today
http://mixxx.org


Mixxx-devel mailing list
Mixxx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mixxx-devel