mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] [PATCH] Add OpenSceneGraph


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] [PATCH] Add OpenSceneGraph
Date: Tue, 12 Jan 2010 16:36:38 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

Martin Lambers <address@hidden> schrieb:
> the attached files add the OpenSceneGraph (OSG) libraries to
> mingw-cross-env. See <http://www.openscenegraph.org/>.
> The files were tested with mingw-cross-env-2.10.

Thanks for your contribution. I'll have a look at this.

> This adds a new requirement for mingw-cross-env: cmake
> <http://www.cmake.org/>. This should be available everywhere, so I hope
> this is not a problem.

If cmake is really needed, I'll try to make it a requirement.

Can anyone provide the correct Debian/FreeBSD/OpenSolaris/...
package names for CMake?

This information is needed to update the documentation at
http://mingw-cross-env.nongnu.org/#requirements

> OSG makes heavy use of dynamic plugins. A project that wants to use the
> static libraries must make a few minor changes to its source code. This
> is documented in openscenegraph.mk, because I don't know a better place
> for it.

I think that your comments are great, although a bit verbose.
Can't the long compiler line be reduced to something like this?

    i686-pc-mingw32-g++ `pkg-config osc --cflags` `pkg-config osc --libs` ...

Anyway, I think that it shouldn't go into the Makefile, because
it's somewhat hidden there. I think it would fit well in the
tutorial as:

    Step 5d: Cross compile your Project (OpenSceneGraph)

Would you mind providing a documentation patch for "doc/index.html"
of the current development version?

> The $(PKG)_UPDATE macro is currently missing, because I have no idea how
> a reliable macro should look like.

That's no problem. I'll fill that gap in. This is usually the
"fun part" when adding a new package. :-)


Greets,

    Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR




reply via email to

[Prev in Thread] Current Thread [Next in Thread]