« Return to Thread: Re: [sc-users] scplug (was: hobnox)

[sc-dev] Re: [Sc-devel] [sc-users] scplug (was: hobnox)

by Dan Stowell :: Rate this Message:

Reply to Author | View in Thread

It's been a while. It took me ages to get darcs installed (bloomin
obscure haskell-based software...), but now I've got it, so I'm back
with questions about building scplug!

Here's what I did:

(1) edited scplug.pro so that SC_SOURCE_DIR matches my system
(2) "qmake" - no errors, all fine I guess...
(3) "make" - got this error:

/Developer/Tools/Rez scplug.r -o scplug.rsrc -useDF
g++ -c -pipe -Os -Wall -W -fPIC -DSC_DARWIN -DQT_NO_DEBUG -DQT_PLUGIN
-DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
-I/opt/local/share/qt4-mac/mkspecs/macx-g++ -I.
-I/opt/local/Library/Frameworks/QtCore.framework/Versions/4/Headers
-I/opt/local/include/qt4-mac/QtCore
-I/opt/local/Library/Frameworks/QtGui.framework/Versions/4/Headers
-I/opt/local/include/qt4-mac/QtGui -I/opt/local/include/qt4-mac
-I../../../SuperCollider3/Headers/common
-I../../../SuperCollider3/Headers/server
-I../../../SuperCollider3/Headers/plugin_interface
-Ivendor/qtbrowserplugin/src -I. -I. -F/opt/local/Library/Frameworks
-o QtOSC.o src/QtOSC.cpp
../../../SuperCollider3/Headers/plugin_interface/SC_Types.h:39: error:
conflicting declaration 'typedef unsigned int ulong'
/opt/local/Library/Frameworks/QtCore.framework/Headers/qglobal.h:797:
error: 'ulong' has a previous declaration as 'typedef long unsigned
int ulong'
make: *** [QtOSC.o] Error 1

Any suggestions? (I'm using QT version 4.4.0 on a PPC Mac PowerBook,
OSX 10.4.11)

Thanks
Dan


2008/5/20 stefan kersten <sk@...>:

> On 16.05.2008, at 01:49, stefan kersten wrote:
>> i sat down today and started porting to the qtbrowserplugin framework,
>> so hopefully in a few days it's functional (again).
>
> small update: the qt port is mostly done, although there are some open
> ends remaining. in particular OSC messaging doesn't work yet, because
> the qt/js bridge doesn't handle argument lists. on osx with qt 4.2.2
> safari crashes when reloading the page.
>
> the project is now named `scplug':
>
> http://darcs.k-hornz.de/cgi-bin/darcsweb.cgi?r=scplug;a=summary
>
> <sk>
>
> _______________________________________________
> Sc-devel mailing list
> Sc-devel@...
> http://lists.create.ucsb.edu/mailman/listinfo/sc-devel
>



--
http://www.mcld.co.uk

_______________________________________________
sc-dev mailing list

sc-dev@...
archive: http://www.listarc.bham.ac.uk/lists/sc-dev/
search: http://www.listarc.bham.ac.uk/lists/sc-dev/search/

 « Return to Thread: Re: [sc-users] scplug (was: hobnox)