Displaying 7 results from an estimated 7 matches for "reead".
Did you mean:
read
2002 Mar 12
0
MatClass
....uk/ses/staff/crb/matclass/ ).
Now, my problem is even before writing the code itself, to compile the
MatClass library. Everything is OK under Windows but when trying to port the
program to Linux (Mandrake 8.1), I failed to compile the library, even when
the makefile provided. The error message reeads :
$ make -f libmat.mak
g++ -c -O -Wall matinit.cc
In file included from matinit.cc:16:
matrix.hpp:884: declaration does not declare anything
matrix.hpp:884: parse error before `and'
matrix.hpp:885: declaration does not declare anything
matrix.hpp:886: class `matrix' is implicitly friends...
1998 Mar 22
0
Win NT Authorization problems...
...ne that you just compiled and installed.
its a silly error I know but its easily overlooked and could be frustrating
and difficult to track down. At least it was for me.
RedHat users: Don't use the redhat samba rpm as supplied from redhat. The
1.9.18 version appears to be much better and from reeading the docs seems
to have a lot better performance and abilities. (Good work Samba demigods!!)
You can pick up excellent v1.9.18p3 rpm packages for RedHat-5.0 systems
from ftp://samba.anu.edu.au/pub/samba/Binary_Packages/redhat/RPMS/5.0/...
(packages for older RedHat versions are also availale alo...
2004 Oct 18
1
Issues/Questions about Samba 3.x.x versus it's Working Status
Hi,
I have been trying to setup Samba with ADS for a while now without success.
I compiled Samba 3.0.7, along with MIT Kerberos 1.3.5 and OpenLDAP 2.2.17. I
did not compiled PAM since I do not need to have Windows users to log on the
Unix box. Although not necessary, I setup the krb5.conf file. I was able to
do a "net join ads" after performing a "kinit" with the Win2K3
2004 Oct 19
1
Issues/Questions about Samba 3.x.x versus it's Worki ng Status
...port domain
users and groups to the underlying UNIX OS. It is required when you run
winbindd and the name is OS specific.
| 6. Does the Samba server (aka the Unix box) need to be in the same
| domain as the Win2K3 server? Same question for the client
| workstations?
Yes and no. Suggest you re-reead the documentation on
security = [domain|ads]
| 7. I saw in some other mails/documents (too many read in
| a short period) that it may be required to change the
| Windows account's password? Is this true? If so, when
| is it required and with what typical configuration?
Normally this is handle...
2009 Apr 18
4
no ForceFeedback in Wine
Hey Guys,
The ForceFeedback from my Microsoft Sidewinder ForceFeedback Wheel doesn't work with Wine.
I compiled wine myself and "ac_cv_member_struct_ff_effect_direction=yes" was set in the config.log like it is told here:
http://wiki.winehq.org/ForceFeedback
I also checked that FF is working with BZFlag under Linux. When i play BZFlag with Wine, the FF-Effects are missing.
I
1999 Oct 04
3
Detailed decoder pseudocode (was: Re: ETA?)
...re we're Vorbis. We've set up the logical
(Ogg) bitstream decoder. Get the comment and codebook headers and
set up the Vorbis-specific decoder */
/* The next two packets in order are the comment and codebook headers.
They're likely large and may span multiple pages. Thus we reead
and submit data until we get our two packets, watching that no
pages are missing. If a page is missing, error out; losing a
header page is the only place where missing/corrupt data is fatal. */
i=0;
while(i<2){
while(i<2 && ogg_sync_pageout(&oy,&og)==1){
ogg_s...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...e Vorbis. We've set up the logical
(Ogg) bitstream decoder. Get the comment and codebook headers and
set up the Vorbis decoder */
/* The next two packets in order are the comment and codebook headers.
They're likely large and may span multiple pages. Thus we reead
and submit data until we get our two pacakets, watching that no
pages are missing. If a page is missing, error out; losing a
header page is the only place where missing data is fatal. */
i=0;
while(i<2){
while(i<2){
int result=ogg_sync_pageout(...