gomd-devel
[Top][All Lists]
Advanced

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

Re: [gomd-devel] 3dmosmon-2.0 beta 1 released (For OSX)


From: Johnny Cache
Subject: Re: [gomd-devel] 3dmosmon-2.0 beta 1 released (For OSX)
Date: Sun, 27 Jun 2004 21:17:13 -0500 (CDT)

Heh more or less my mac does it all magically.
Technically it uses jam as the backend
but unforutnately most unix platforms still insist on using the 20 year
old makefiles.

Anyway, i think it sohuld be pretty straight forward:
Everything in /src needs to be compiled into a .o
these things will need to link against ogre, and i tihnk freetype and SDL
and  DataGatherer needs to include the libgomd header

underneath /src/ReferenceAppLayer is another set of code that all  needs
to be compiled. I tihnk this just needs to link against ogre, nothing
else. You can either amke a static libRefAppLayer and link it to
3dmosmon or just link all the .o's together into the final executable.
It should- not- be built as a dynamic library aqnd installed ont he system

so the general idea is compile every .cpp in the src dir to a .o linking
against ogre.

compile all the .cpps in src/libRefAppLayer to .o links against ogre

put them all together and you get 3dmosmon

hope this helps
-jc




On Sun, 27 Jun 2004, Matthias Rechenburg wrote:

> Hey Johnny, Matt here ;)
>
> downloaded the sources ....  but have no clue how to compile
> all the stuff ;))) what are you using ? do you have a compile-script
> or is you Mac doing this "somehow magically" ?
>
> any hints are welcome, still looking forward to run the new 3dmosmon ;)
>
> stay tuned,
>
> Matt
>
> On Samstag 19 Juni 2004 19:27, Johnny Cache wrote:
> > Hey guys, i finished up 3dmosmon-2.1 and id like to release it on linux
> > and OSX concurrently. I was hoping someone here would make it fit into the
> > rest of the code. I myself could write a plain old Makefile to do it but
> > you guys seem to be much better at these things. Any takers or should i
> > start doing this myself? Im trying to avoid writing the makefiles etc so
> > that it fits clumbsilily into everything else is all. The code is at
> > http://www.hick.org/~johnycsh/code/3dmosmon-2.1.tar.gz
> >
> > Best regards
> > -jc
> >
> >
> >
> >
> > _______________________________________________
> > gomd-devel mailing list
> > address@hidden
> > http://lists.nongnu.org/mailman/listinfo/gomd-devel
>
> --
> E-mail        :  address@hidden
> www   : http://www.openmosixview.com
> an openMosix-cluster management GUI
>
> I don't make my mistakes more than once. I store them carefully and
> after some time I take them out again, add some new features and
> _reuse_ them.
>




reply via email to

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