|
Review: First pass at Java JNI interface wrap and andriod toolchain
https://github.com/imageworks/OpenColorIO/pull/187
This is mostly about the JNI Java interface, you need to run cmake with (-D OCIO_BUILD_JNIGLUE=TRUE) for the binding to be built. Their is no install
https://github.com/imageworks/OpenColorIO/pull/187
This is mostly about the JNI Java interface, you need to run cmake with (-D OCIO_BUILD_JNIGLUE=TRUE) for the binding to be built. Their is no install
|
By
Malcolm Humphreys <malcolmh...@...>
·
#682
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
Will do - I'll try and get everything humming along on Windows too, at least with the core tools. I'm hoping I'll have a few days this coming week to tackle this.
cheers
Will do - I'll try and get everything humming along on Windows too, at least with the core tools. I'm hoping I'll have a few days this coming week to tackle this.
cheers
|
By
Colin Doncaster <colin.d...@...>
·
#681
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
I'm not sure you can assume tr1 on Windows. It first showed up in VS2008 SP1, but some people (including us) aren't using SP1, for compatibility reasons with certain runtimes. However, if you need tr1
I'm not sure you can assume tr1 on Windows. It first showed up in VS2008 SP1, but some people (including us) aren't using SP1, for compatibility reasons with certain runtimes. However, if you need tr1
|
By
Paul Miller <pa...@...>
·
#680
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
Oh - one other dependency consideration I forgot is our use of an external shared_ptr header.
Currently the default is to look for tr1, and if it's not enabled you can optionally specify boost. What
Oh - one other dependency consideration I forgot is our use of an external shared_ptr header.
Currently the default is to look for tr1, and if it's not enabled you can optionally specify boost. What
|
By
Jeremy Selan <jeremy...@...>
·
#678
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
On the RPM side (including Suse and other RPM systems), it's easy. The
spec file supports a %check section and a failure in this area
(non-zero exit) will fail the build. I'm sure Debian based
On the RPM side (including Suse and other RPM systems), it's easy. The
spec file supports a %check section and a failure in this area
(non-zero exit) will fail the build. I'm sure Debian based
|
By
Richard Shaw <hobbe...@...>
·
#679
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
So i've learned a lot about packaging these last few days! Who knew there was so much to it? ;)
For those who want to come up to speed as well, these links are great places to
So i've learned a lot about packaging these last few days! Who knew there was so much to it? ;)
For those who want to come up to speed as well, these links are great places to
|
By
Jeremy Selan <jeremy...@...>
·
#677
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
Also worth mentioning... Although Toshio (from Fedora devel list)
thought it was strange for the python library to serve a dual purpose,
he agreed that the most appropriate action was to put the
Also worth mentioning... Although Toshio (from Fedora devel list)
thought it was strange for the python library to serve a dual purpose,
he agreed that the most appropriate action was to put the
|
By
Richard Shaw <hobbe...@...>
·
#676
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
<malcolmh...@...> wrote:
Usually it's the packagers job to decide on how to break up the
packages as the guidelines differ somewhat between distros, but
documented suggestions are very
<malcolmh...@...> wrote:
Usually it's the packagers job to decide on how to break up the
packages as the guidelines differ somewhat between distros, but
documented suggestions are very
|
By
Richard Shaw <hobbe...@...>
·
#674
·
|
|
Re: Handling of bundled apps/libraries for Linux distro packaging.
Off list Jeremy, Colin and myself were chatting about this when talking about the windows build.
....
We need to have a consensus on how the project will be split up into packages (ie different sets
Off list Jeremy, Colin and myself were chatting about this when talking about the windows build.
....
We need to have a consensus on how the project will be split up into packages (ie different sets
|
By
Malcolm Humphreys <malcolmh...@...>
·
#675
·
|
|
Handling of bundled apps/libraries for Linux distro packaging.
Placeholder for continued discussion from:
https://github.com/imageworks/OpenColorIO/pull/183
Placeholder for continued discussion from:
https://github.com/imageworks/OpenColorIO/pull/183
|
By
Richard <hobbe...@...>
·
#673
·
|
|
Review: Update library locations for multi-lib *nix systems
https://github.com/imageworks/OpenColorIO/pull/183
https://github.com/imageworks/OpenColorIO/pull/183
|
By
Jeremy Selan <jeremy...@...>
·
#672
·
|
|
Re: Pre-built libraries/examples for Windows?
I did start to play around with using cpack for this to create the relevant installers (rpm, deb, tar, exe etc..) I should have some free time to get around to cleaning this up and committing
I did start to play around with using cpack for this to create the relevant installers (rpm, deb, tar, exe etc..) I should have some free time to get around to cleaning this up and committing
|
By
Malcolm Humphreys <malcolmh...@...>
·
#671
·
|
|
Re: Pre-built libraries/examples for Windows?
Awesome!
And now that I have a Windows machine available, once we get the
process sorted out I'm happy to post pre-built installers (mac,
windows, linux?) for each dot release.
--
Awesome!
And now that I have a Windows machine available, once we get the
process sorted out I'm happy to post pre-built installers (mac,
windows, linux?) for each dot release.
--
|
By
Jeremy Selan <jeremy...@...>
·
#669
·
|
|
Re: Pre-built libraries/examples for Windows?
Hi there -
If no one else beats me to it I'll try to put together a fork of the project that should work out of the box on Windows together in the next week or two along with some pre-built binaries
Hi there -
If no one else beats me to it I'll try to put together a fork of the project that should work out of the box on Windows together in the next week or two along with some pre-built binaries
|
By
Colin Doncaster <colin.d...@...>
·
#670
·
|
|
Re: Pre-built libraries/examples for Windows?
Hi guys!
Just want to second that some more windows-friendly documentation/
precompiles would really be appreciated. Not very experienced in this,
but I`m trying to compile thru cygwin and I am almost
Hi guys!
Just want to second that some more windows-friendly documentation/
precompiles would really be appreciated. Not very experienced in this,
but I`m trying to compile thru cygwin and I am almost
|
By
Ivar Rystad <iv...@...>
·
#668
·
|
|
Re: Pre-built libraries/examples for Windows?
Yes, 1.0.1.
1.) I saw errors that patch is not a recognized program. (As Colin
mentioned I downloaded cygwin and put it on the path).
2.) Finding the OCIO_USE_BOOST_PTR Cmake setting cleared out
Yes, 1.0.1.
1.) I saw errors that patch is not a recognized program. (As Colin
mentioned I downloaded cygwin and put it on the path).
2.) Finding the OCIO_USE_BOOST_PTR Cmake setting cleared out
|
By
Paul Hudson <phuds...@...>
·
#667
·
|
|
Re: OCIO 1.0 Build Issues On Snow Leopard
This works like a charm now!
Thanks,
Jordan
This works like a charm now!
Thanks,
Jordan
|
By
Jordan Soles <jor...@...>
·
#666
·
|
|
Re: Pre-built libraries/examples for Windows?
As far as I know, Windows should be building right out of the box. I
presume you're using 1.0.X, correct?
Colin's email you cite below is from May. In August, the Foundry
committed 2 changes should
As far as I know, Windows should be building right out of the box. I
presume you're using 1.0.X, correct?
Colin's email you cite below is from May. In August, the Foundry
committed 2 changes should
|
By
Jeremy Selan <jeremy...@...>
·
#665
·
|
|
Re: Pre-built libraries/examples for Windows?
Hi all,
I'm resurrecting this thread to see about the current state of
building OCIO for Windows.
I was able to get Cmake to generate a VS 2008 solution, but it isn't
compiling.
Colin's list of fixes
Hi all,
I'm resurrecting this thread to see about the current state of
building OCIO for Windows.
I was able to get Cmake to generate a VS 2008 solution, but it isn't
compiling.
Colin's list of fixes
|
By
Paul Hudson <phuds...@...>
·
#664
·
|
|
Re: OCIO 1.0 Build Issues On Snow Leopard
I've just rolled this patch into master. Jordan / dbr, please let me
know if you encounter any further issues on Lion.
-- Jeremy
I've just rolled this patch into master. Jordan / dbr, please let me
know if you encounter any further issues on Lion.
-- Jeremy
|
By
Jeremy Selan <jeremy...@...>
·
#663
·
|