Re: [qlc-devel] Can't Build on Mac OS X 10.6
Status: Abandoned
Brought to you by:
hjunnila
|
From: George Q. IV <gm...@mi...> - 2012-10-16 17:10:57
|
No love there...
cd ola/ && make -f Makefile
g++ -c -pipe -Werror -g -gdwarf-2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -fPIC -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.8/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/usr/include -I../interfaces -I/opt/local/include -I. -I. -F/Library/Frameworks -o olaio.o olaio.cpp
In file included from olaio.h:32,
from olaio.cpp:30:
olaoutthread.h:33:35: error: ola/network/TCPSocket.h: No such file or directory
In file included from olaio.h:32,
from olaio.cpp:30:
olaoutthread.h:107: error: ISO C++ forbids declaration of ‘TCPSocket’ with no type
olaoutthread.h:107: error: invalid use of ‘::’
olaoutthread.h:107: error: expected ‘;’ before ‘*’ token
olaoutthread.h: In constructor ‘OlaStandaloneClient::OlaStandaloneClient()’:
olaoutthread.h:102: error: class ‘OlaStandaloneClient’ does not have any field named ‘m_tcp_socket’
make[2]: *** [olaio.o] Error 1
make[1]: *** [sub-ola-make_default] Error 2
make: *** [sub-plugins-make_default-ordered] Error 2
--
George Qualley IV
D.J. G Mint
(515) 255-3698 x 3
Thunder & Lightning Sound and Lighting
www.MidwestDJs.com • www.ThunderAndLightning.net
On Oct 16, 2012, at 10:57 AM, Simon Newton wrote:
> Try this:
>
> cd plugins/ola/
> patch -p0 -i ~/path/to/path.diff
>
> On Tue, Oct 16, 2012 at 8:51 AM, George Qualley IV <gm...@mi...> wrote:
>> Sorry for my noobness but I always have trouble remembering how to correctly
>> apply a patch. Shouldn't it just be:
>>
>> patch -p0 <path-to-patch
>>
>> then specify the location of olaoutthread.h?
>>
>> Because I'm still getting the same error... :/
>>
>> --
>> George Qualley IV
>> D.J. G Mint
>> (515) 255-3698 x 3
>> Thunder & Lightning Sound and Lighting
>>
>>
>>
>> www.MidwestDJs.com • www.ThunderAndLightning.net
>>
>> On Oct 16, 2012, at 10:27 AM, Simon Newton wrote:
>>
>> You need the following patch.
>>
>> Simon
>>
>>
>> On Tue, Oct 16, 2012 at 8:05 AM, George Qualley IV <gm...@mi...>
>> wrote:
>>
>> Trying to build revision 3117 and I'm getting this...
>>
>>
>>
>> In file included from olaio.h:33,
>>
>> from olaio.cpp:31:
>>
>> olaoutthread.h:106: error: ISO C++ forbids declaration of ‘TCPSocket’ with
>>
>> no type
>>
>> olaoutthread.h:106: error: invalid use of ‘::’
>>
>> olaoutthread.h:106: error: expected ‘;’ before ‘*’ token
>>
>> olaoutthread.h: In constructor ‘OlaStandaloneClient::OlaStandaloneClient()’:
>>
>> olaoutthread.h:101: error: class ‘OlaStandaloneClient’ does not have any
>>
>> field named ‘m_tcp_socket’
>>
>> make[2]: *** [olaio.o] Error 1
>>
>> make[1]: *** [sub-ola-make_default] Error 2
>>
>> make: *** [sub-plugins-make_default-ordered] Error 2
>>
>>
>>
>> Not critical, but any assistance?
>>
>>
>> --
>>
>> George Qualley IV
>>
>> D.J. G Mint
>>
>> (515) 255-3698 x 3
>>
>> Thunder & Lightning Sound and Lighting
>>
>>
>>
>>
>> www.MidwestDJs.com • www.ThunderAndLightning.net
>>
>>
>>
>> ------------------------------------------------------------------------------
>>
>> Don't let slow site performance ruin your business. Deploy New Relic APM
>>
>> Deploy New Relic app performance management and know exactly
>>
>> what is happening inside your Ruby, Python, PHP, Java, and .NET app
>>
>> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
>>
>> http://p.sf.net/sfu/newrelic-dev2dev
>>
>> _______________________________________________
>>
>> qlc-devel mailing list
>>
>> qlc...@li...
>>
>> https://lists.sourceforge.net/lists/listinfo/qlc-devel
>>
>>
>> <ola-plugin.patch>------------------------------------------------------------------------------
>>
>> Don't let slow site performance ruin your business. Deploy New Relic APM
>> Deploy New Relic app performance management and know exactly
>> what is happening inside your Ruby, Python, PHP, Java, and .NET app
>> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
>> http://p.sf.net/sfu/newrelic-dev2dev_______________________________________________
>> qlc-devel mailing list
>> qlc...@li...
>> https://lists.sourceforge.net/lists/listinfo/qlc-devel
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Don't let slow site performance ruin your business. Deploy New Relic APM
>> Deploy New Relic app performance management and know exactly
>> what is happening inside your Ruby, Python, PHP, Java, and .NET app
>> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
>> http://p.sf.net/sfu/newrelic-dev2dev
>> _______________________________________________
>> qlc-devel mailing list
>> qlc...@li...
>> https://lists.sourceforge.net/lists/listinfo/qlc-devel
>>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> qlc-devel mailing list
> qlc...@li...
> https://lists.sourceforge.net/lists/listinfo/qlc-devel
>
|