I have this on my list to test myself before release. We are all using 64-bit environments at this point on Linux, so I don't usually build 32-bit anymore.The logs aren't very helpful since they don't show the state of local variables, just the breakpoint being caught by a debugger.coreyOn Tue, Nov 10, 2009 at 2:09 PM, Lethal Boy <l3t...@gmail.com> wrote:
Debug :
http://pb.ueberl33t.net/pastebin/?ODI2NT
Ignore:
http://pb.ueberl33t.net/pastebin/?ZTJiM2
i hope thats helpful :)
On Tue, Nov 10, 2009 at 6:09 PM, corey taylor <corey....@gmail.com> wrote:
You need to be running under a debugger. You should be able to find the testd executable under temp/.
corey
http://pb.ueberl33t.net/pastebin/?ZDNjNm after choosing debug :)On Tue, Nov 10, 2009 at 6:04 AM, corey taylor <corey....@gmail.com> wrote: > > That is an erro...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "G3D Users" group.
To post to this group, send email to g3d-...@googlegroups.com
To unsubscribe from this group, send email to g3d-users+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/g3d-users?hl=en
-~----------~----~----~----~------~----~------~--~---
--
You received this message because you are subscribed to the Google Groups "G3D Users" group.For more options, visit this group at http://groups.google.com/group/g3d-users?hl=.
To post to this group, send email to g3d-...@googlegroups.com.
To unsubscribe from this group, send email to g3d-users+...@googlegroups.com.
so i downloaded version 8 and couldnt build it
[dude@E-TUX G3D]$ chmod +x buildg3d
[dude@E-TUX G3D]$ ./buildg3d all
: No such file or directory
On Thu, Nov 12, 2009 at 10:47 AM, Pete <pe...@theridouts.co.uk> wrote:
As i understand it 7.01 is the current stable version.
Is there a particular feature you need that isn't in the stable
release? If not, you could just download the stable release from
source-forge and I imagine your problems will be solved. The CVS head,
by it's very nature, is going to be unstable.
On Nov 12, 10:07 am, Lethal Boy <l3th...@gmail.com> wrote:
> which means ? i wont be able to get G3D compiled ? :(
>
> btw , it used to work the first day i pulled it from cvs , next day it didnt
>
> On Thu, Nov 12, 2009 at 4:47 AM, corey taylor <corey.tay...@gmail.com>wrote:
>
>
>
> > I have this on my list to test myself before release. We are all using
> > 64-bit environments at this point on Linux, so I don't usually build 32-bit
> > anymore.
>
> > The logs aren't very helpful since they don't show the state of local
> > variables, just the breakpoint being caught by a debugger.
>
> > corey
>
> > On Tue, Nov 10, 2009 at 2:09 PM, Lethal Boy <l3th...@gmail.com> wrote:> >> On Tue, Nov 10, 2009 at 6:09 PM, corey taylor <corey.tay...@gmail.com>wrote:
>
> >> Debug :
> >>http://pb.ueberl33t.net/pastebin/?ODI2NT
> >> Ignore:
> >>http://pb.ueberl33t.net/pastebin/?ZTJiM2
>
> >> i hope thats helpful :)
>
>
> >>> You need to be running under a debugger. You should be able to find the
> >>> testd executable under temp/.
>
> >>> corey
>
> >>> On Nov 10, 2009 12:14 PM, "Lethal Boy" <l3th...@gmail.com> wrote:
>
> >>>http://pb.ueberl33t.net/pastebin/?ZDNjNmafter choosing debug :)
>
> >>> On Tue, Nov 10, 2009 at 6:04 AM, corey taylor <corey.tay...@gmail.com>
> >>> wrote: > > That is an erro...
>
> >> --~--~---------~--~----~------------~-------~--~----~
>
> >> You received this message because you are subscribed to the Google Groups
> >> "G3D Users" group.
> >> To post to this group, send email to g3d-...@googlegroups.com
> >> To unsubscribe from this group, send email to
> >> g3d-users+...@googlegroups.com<g3d-users%2Bunsubscribe@googlegroups .com>
> >> For more options, visit this group at
> >>http://groups.google.com/group/g3d-users?hl=en
> >> -~----------~----~----~----~------~----~------~--~---
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "G3D Users" group.
> > To post to this group, send email to g3d-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > g3d-users+...@googlegroups.com<g3d-users%2Bunsubscribe@googlegroups .com>
> > .> >http://groups.google.com/group/g3d-users?hl=.
> > For more options, visit this group at
--
For more options, visit this group at http://groups.google.com/group/g3d-users?hl=.
You received this message because you are subscribed to the Google Groups "G3D Users" group.
To post to this group, send email to g3d-...@googlegroups.com.
To unsubscribe from this group, send email to g3d-users+...@googlegroups.com.
chmod a+x ./buildg3d
./buildg3d lib
If this is the error running G3D 8 beta 1 on linux, the issue is windows newlines in the script. You will have to convert the scripts or use latest from cvs.
corey
On Nov 13, 2009 10:41 AM, "Lethal Boy" <l3t...@gmail.com> wrote:
iam pretty sure i have chmod in my PATH
also , iam sure it is excutable , this is version 8 we are talking about :)
-rwxr-xr-x 1 dude users 29275 2009-07-03 13:30 buildg3d
On Fri, Nov 13, 2009 at 2:53 PM, Morgan McGuire <morg...@gmail.com> wrote: > > Send another ls -...
-- You received this message because you are subscribed to the Google Groups "G3D Users" group. To ...
I'm talking about the bash script buildg3d. Search the list and you will find the discussion.
corey
On Nov 13, 2009 11:31 AM, "Lethal Boy" <l3t...@gmail.com> wrote:
you mean because windows end lines with /cr/lf ? maybe , that happens alot with php stuff :)
On Fri, Nov 13, 2009 at 4:22 PM, corey taylor <corey....@gmail.com> wrote:
> > If this is the error running G3D 8 beta 1 on linux, the issue is windows newlines in the script....
--
> > You received this message because you are subscribed to the Google Groups "G3D Users" group.
> To post to this group, send email to g3d-...@googlegroups.com. > To unsubscribe from this group,...
--
You received this message because you are subscribed to the Google Groups "G3D Users" group.
To post to this group, send email to g3d-...@googlegroups.com. To unsubscribe from this group, se...
I meant how bash runs the script. I'm not going to explain it, just a nasty little erroe due to the line endings. Search the lists for details.
corey
On Nov 13, 2009 5:17 PM, "Lethal Boy" <l3t...@gmail.com> wrote:
there is no buildg3d bash script , its python :\
please explain
On Fri, Nov 13, 2009 at 6:01 PM, corey taylor <corey....@gmail.com> wrote:
> > I'm talking about the bash script buildg3d. Search the list and you will find the discussion. >...
> > -- > > You received this message because you are subscribed to the Google Groups "G3D Users" gr...
> To unsubscribe from this group, send email to g3d-users+...@googlegroups.com. > For more o...
--
You received this message because you are subscribed to the Google Groups "G3D Users" group.To post to this group, send email to g3d-...@googlegroups.com.
To unsubscribe from this group, send email to g3d-users+...@googlegroups.com. For more optio...