www.digitalmars.com         C & C++   DMDScript  

c++ - glut

reply Rageleai <europa989 aol.com> writes:
hi, my windows comp is currently broken (power supply burned), using a mac
temporarily and building glut
(opengl util toolkit) for first time.

any knowledge anyone has to give will be used also when i get the windows thing
back. also aiming to get
a jumpstart on glut.

it seems to me, this information is relatively universal to any os.
readme instructions:

Launch terminal


cd (GLUT project directory)



pbxbuild install


admin password)
sudo ditto /tmp/GLUT_External.dst/System/Library/Frameworks/GLUT.framework
/System/Library/
Frameworks/GLUT.framework

NOTE: Due to archiving and unarchiving for posting of this sample code, the
Foreground.o library may have inconsistant dates (Project Builder will note
this error if it exists).  The can be fixed by running "ranlib" on this
library as follows:


cd (GLUT project directory)


ranlib Foreground.o

----
i dont really understand some of this. for example, i have heard of pbx, dont
know what it is all about
though.. whats the glut proj directory? i guess copy the image to some chosen
folder..


ok, much appreciated
Apr 30 2007
parent reply Bertel Brander <bertel post4.tele.dk> writes:
Rageleai skrev:
 hi, my windows comp is currently broken (power supply burned), using a mac
temporarily and building glut
 (opengl util toolkit) for first time.
This newsgroup is dedicated to the Digital Mars C, C++ and D compilers, which only run on DOS and Windows, so I think you should ask your question elsewhere. -- Just another homepage: http://damb.dk But it's mine - Bertel
Apr 30 2007
parent reply Rageleai <europa989 aol.com> writes:
i of course mean to include windows and other os's into the question, as
cross-platform dev. has definite
advantages. personally, i would like to know how much overlaps with windows as
i will seek alternate
utilities if every point in the 'readme' i posted is foreign to dmc
capabilities. is anything, such as 'pbxbuild'
relevant within dmc syntax? glut is cross-platform so there could be relatively
parallel build processes, no?
like would u know how to build in windows.. i have not yet done it, so there
the wisdom is in your hands
Apr 30 2007
parent reply Bertel Brander <bertel post4.tele.dk> writes:
Rageleai skrev:
 i of course mean to include windows and other os's into the question, as
cross-platform dev. has definite
 advantages. personally, i would like to know how much overlaps with windows as
i will seek alternate
 utilities if every point in the 'readme' i posted is foreign to dmc
capabilities. is anything, such as 'pbxbuild'
 relevant within dmc syntax? glut is cross-platform so there could be
relatively parallel build processes, no?
 like would u know how to build in windows.. i have not yet done it, so there
the wisdom is in your hands
I have not used glut, so I can't comment on that. I noticed that you in your previous post had a comment: Which seems to indicate that you need gcc to build glut. gcc is cross platform, you can use it on mac, Windows, Linux, etc. I don't know pbxbuild either, but it seems to be a mac tool. -- Just another homepage: http://damb.dk But it's mine - Bertel
Apr 30 2007
parent Rageleai <europa989 aol.com> writes:
ok, yeah i was hoping it could have been built with something other than gcc3,
i figured it could have seen
'glut must be built with gcc3'. this mac im on is really bugging me, finding it
a tad confusing when some
sites term some stuff 'platform independent' such as a few downloads from
sourceforge. searchin for clarity
and some peace here. the support u provide for dmc is very effective, obviously
this build info will be
resolved elsewhere so you can keep dmc support's pace up.

appreciated anyway
May 01 2007