Re: [Opensg-users] problem in configuring (Dominik Rau)

2007-03-12 Thread Gerrit Voss
Hi, looking at your make output, this seems to be a problem with your version of gmake. Could you run gmake -v and send the output. thanks gerrit -- It's Emergent[*], you see. [*] [adj] A word favored by computer nerds; mandatory for DARPA research applications; on recent evidence

Re: [Opensg-users] OpenSG2 commitChanges seg faulting.

2007-03-12 Thread Allen Bierbaum
Gerrit Voss wrote: > Hi, > > On Sat, 2007-03-10 at 11:53 -0600, Allen Bierbaum wrote: >> I have been tracking down some bugs in an application so I am sprinkling >> commitChanges() calls throughout my code. I know that sounds a bit >> imprecise, but we have found it to be the best way to find s

Re: [Opensg-users] Hiding a working viewport without reordering viewports list

2007-03-12 Thread Yvonne Jung
Hi Andreas and Marcus, I like the idea of checking the FBOViewport in into the real cvs, but when doing so please merge with my original version, which is attached, and which I already have tried to merge with your improvements some times ago. ... because otherwise I will get problems having two o

[Opensg-users] Texturizing Point Sprites - How to?

2007-03-12 Thread Martin Pfeiffer
Hello, perhaps anyone can help me with the texturizing of my point sprites. - what is wrong? To have a single textured Point Sprite i tried this here: 1. i defined a TextureChunkPtr, loaded a texture, set it per ...->setPointSprite(bool b) true 2. i defined a BlendChunkPtr, gave propertie

Re: [Opensg-users] problem in configuring

2007-03-12 Thread Dominik Rau
> What am i missing in the process > > > Sajjad Hi Sajjad. Please post your configure line and the error messages of the make output. This makes error tracking a lot easier Just guessing: Do you have flex and bison installed (apt-get install flex bison) ? Yours, Dominik ---

[Opensg-users] problem in configuring

2007-03-12 Thread Sajjadul Islam
Hello, I have ubuntu 64bit installed in my laptop and i was trying to install the openSG i have given all the required paths to find glut,png, jpeg includes and library but i am having chunk of errors with make command. What am i missing in the process Sajjad -

[Opensg-users] problem in configuring

2007-03-12 Thread Sajjadul Islam
Hello, I have ubuntu 64bit installed in my laptop and i was trying to install the openSG i have given all the required paths to find glut,png, jpeg includes and library but i am having chunk of errors with make command. What am i missing in the process Sajjad -

[Opensg-users] OSB Loader Compile Error on Windows

2007-03-12 Thread Aron Bierbaum
When trying to compile OpenSG 2.0 on windows I get the following error. It appears that these types are getting exported the same way as everything else, but I could be missing something. Does anyone have any ideas how to fix it? This is using the default osb loader, enable_new_osb_io=False. Thank

Re: [Opensg-users] Scene Graph Manager / Renderaction

2007-03-12 Thread Marcus Lindblom
Mario Lüttich wrote: > Hi Marcus, > > sorry for the late answer but I was sick. No worries. :) Since you're using C# and have got it to work, it's a bit outside my domain of knowledge. (I haven't mucked about that much wihth C#.) However, it's strange that it did work previously. We ought to loo

Re: [Opensg-users] Scene Graph Manager / Renderaction

2007-03-12 Thread Mario Lüttich
Hi Marcus, sorry for the late answer but I was sick. Mario Lüttich wrote: I use now the Daily Build and i have new problems. If I start my program the Error is: "Managed Debugging Assistant 'LoaderLock' has detected a problem in 'D:\\Projects\Debug\test.exe'. Additional Information: Attem

Re: [Opensg-users] Hiding a working viewport without reordering viewports list

2007-03-12 Thread Marcus Lindblom
Hi, Andreas will merge it into 1.8, but it might take a day or two. I'll e-mail my version to you now anyway. Cheers, /Marcus José Pedro Dias wrote: > Yes, I believe it would solve the problem. You can either mail me the > code ([EMAIL PROTECTED] ) > or, if you commi

Re: [Opensg-users] Hiding a working viewport without reordering viewports list

2007-03-12 Thread José Pedro Dias
Yes, I believe it would solve the problem. You can either mail me the code ( [EMAIL PROTECTED]) or, if you commit it to 1.8, tell me the file name. Thank you. On 3/12/07, Marcus Lindblom <[EMAIL PROTECTED]> wrote: José Pedro Dias wrote: > I've been reading this mailing list for quite some time

Re: [Opensg-users] Hiding a working viewport without reordering viewports list

2007-03-12 Thread Marcus Lindblom
Andreas Zieringer wrote: > Hi Marcus, > >> You could use a FrameBufferObject-viewport (FBOViewport for short). It's >> not a part of 1.8 (it really should be.. hm) but it's been posted on >> this list a few times, and I have it available (with some slight >> improvements). Anyway, it would al

Re: [Opensg-users] Hiding a working viewport without reordering viewports list

2007-03-12 Thread Andreas Zieringer
Hi Marcus, > José Pedro Dias wrote: >> I've been reading this mailing list for quite some time and I usually >> find the answers for most questions here. >> So congrats to you all: OpenSG rocks and so does its mailing list! >> >> On with the question: >> >> Is there a way of having a viewport add

Re: [Opensg-users] Hiding a working viewport without reordering viewports list

2007-03-12 Thread Marcus Lindblom
José Pedro Dias wrote: > I've been reading this mailing list for quite some time and I usually > find the answers for most questions here. > So congrats to you all: OpenSG rocks and so does its mailing list! > > On with the question: > > Is there a way of having a viewport added to the viewports l