Displaying 4 results from an estimated 4 matches for "tulong".
Did you mean:
ulong
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
...pull out relevant lines:
//BEGIN PSEUDO CODE
OggVorbis_File vorbis;
vorbis_info *info;
if(ov_open(infile, &vorbis, NULL, 0) != 0) error();
if((info = ov_info(&vorbis, -1)) == NULL) error();
if((availible_chunks[tint]->len = ov_pcm_total(&vorbis, -1)) ==
OV_EINVAL) error();
while((tulong = ov_read(&vorbis, tuint8p, 4096, endian, 2, 1,
&bitstream)) != 0) dothings_withdata(); //While not end.
if(ov_clear(&vorbis) != 0) error(); //SEGFAULT!
//END PSEUDO CODE
Now, I realize that I haven't given much in the line of an example here,
but I do have a full, compiling, sma...
2006 May 06
1
Error compiling Wine 0.9.12
...pl.l:795: error: `str' undeclared (first use in this function)
./ppl.l:795: error: `len' undeclared (first use in this function)
./ppl.l:829: error: `val' undeclared (first use in this function)
./ppl.l:829: error: `radix' undeclared (first use in this function)
./ppl.l:830: error: `tULONG' undeclared (first use in this function)
./ppl.l:835: error: `tSLONG' undeclared (first use in this function)
./ppl.l:840: error: `tUINT' undeclared (first use in this function)
./ppl.l:845: error: `tSINT' undeclared (first use in this function)
make[2]: *** [lex.yy.o] Error 1
make[...
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
...ation of function `toupper'
./ppl.l:790: `str' undeclared (first use in this function)
./ppl.l:790: `len' undeclared (first use in this function)
./ppl.l:824: `val' undeclared (first use in this function)
./ppl.l:824: `radix' undeclared (first use in this function)
./ppl.l:825: `tULONG' undeclared (first use in this function)
./ppl.l:830: `tSLONG' undeclared (first use in this function)
./ppl.l:835: `tUINT' undeclared (first use in this function)
./ppl.l:840: `tSINT' undeclared (first use in this function)
./ppl.l:841: warning: control reaches end of non-void func...
2006 May 18
2
Problems compiling Wine
...pl.l:796: error: `str' undeclared (first use in this function)
./ppl.l:796: error: `len' undeclared (first use in this function)
./ppl.l:831: error: `val' undeclared (first use in this function)
./ppl.l:831: error: `radix' undeclared (first use in this function)
./ppl.l:832: error: `tULONGLONG' undeclared (first use in this function)
./ppl.l:837: error: `tSLONGLONG' undeclared (first use in this function)
./ppl.l:846: error: `tULONG' undeclared (first use in this function)
./ppl.l:851: error: `tSLONG' undeclared (first use in this function)
./ppl.l:856: error: `tUINT&...