Age | Commit message (Collapse) | Author |
|
packaging)
|
|
last build of collada didn't have ppc architecture, which is required for
running on 10.4 / 10.5 (was able to build it without ppc when building only for
10.6).
|
|
NOTE: since I don't have the proper S3 keys to upload the library build at the moment, this is currently an
scp link to install-packages.lindenlab.com. Once the package is uploaded to S3, the link will need to be fixed.
|
|
|
|
Tried building a colladadom package for mac that will run on both 10.5 and 10.6
fingers crossed.
|
|
Finally fixed collada dynamic library location issue. Should fix mac build if the library
is being packaged properly.
|
|
Fixed the mac references to Collada14Dom.dylib I think. Fingers crossed!
|
|
|
|
autobuild recently changed to not upload to s3 without an explicit command-line
argument. Re-uploaded (this time to s3) colladadom for mac, and updated install.xml
|
|
Trying a new collada package for mac
|
|
updating windows collada libraries
|
|
last package had the wrong version of the binary library packaged with it.
I'm hoping this should fix our linux teamcity issues.
|
|
rebuilt colladadom yet again, and confirmed that we're depending on the
correct version of pcre.
|
|
Trying to rebuild colladadom against an old version of pcre so that the
link step doesn't search for functions that don't exist.
|
|
Fixed the pcre autobuild scripts to include the resulting library files
and put them in the correct place. I think this should fix the build.
|
|
MAC: naming problem on collada library files (.dylib). updated install.xml
to refer to the fixed package
LINUX: PCRE was too out of date for our collada implementation. Created a new
PCRE package and updated install.xml to match it.
|
|
Collada library file was being named incorrectly by autobuild,
resulting in the build being unable to find the library even though
it was downloaded. Updated the package, hopefully this will fix the linker error.
|
|
|
|
adding windows convex decomp stub library.
|
|
de-minimis change fixing install.xml to use the right capitalization of "lgpl"
so that the convex decomp stub library gets downloaded
|
|
|
|
Verified my fix actually removes dependency on GLIBC 2.4 this time.
Sorry for thrashing on install.xml :)
|
|
Trying again, this time with proper build flags so we don't run into
versioning issues, since the lib is built on ubuntu but has to link
on an older build machine
|
|
Trying to repackage colladadom for linux as static linking, test
impact on unresolved dependencies.
|
|
|
|
|
|
updated build config to strip havok debug symbols
also added mac convex decomp stub lib.
|
|
updating install.xml with the new packages for colladadom for mac & linux
updating install.xml with decomposition stub for linux (mac and win will come later)
|
|
Make rendering of convex hullified prims work in physics shape display.
Reviewed by Falcon.
|
|
|
|
Trying again, this time adding SDK versions to GLOD's linker commands
as well as its compile command. Ugh.
|
|
Trying this again, attempting one more update to fix the issues of not
being able to run with GLOD on 10.5.
|
|
prims where appropriate.
|
|
|
|
|
|
|
|
|
|
built new glod against gcc 4.0 and SDK 10.4, so it should run on all OSX
systems back to 10.4. Updating install.xml with the new package.
|
|
whoops. misspelled the address of the new package.
|
|
updating the convex decomp library (built by falcon) to fix the broken
Delaunay option.
|
|
|
|
Previous version was rejected by our build machines. This update was
build with -fno-stack-protector, so should be able to be built by
teamcity.
|
|
|
|
First pass at integrating the linux version of tcmalloc.
Code will be reviewed in a later commit before pushing.
|
|
updated GLOD again to be searched for in the correct place and
updated some cmake configuration to ensure that it is being referred to
in the correct places.
This appears to finally solve our mac startup crash.
|
|
|
|
|
|
GLOD libraries were being copied to the lib as lowercase, where mac
expects GLOD to be capitalized (linux expects lowercase).
Updating to new lib with correct capitalization.
|
|
|
|
|