Displaying 2 results from an estimated 2 matches for "artexp".
Did you mean:
antexp
2006 Jan 06
1
Repost: Help - compilation of winbind_nss_solaris.c/3.0.21a/Solaris 7 and older fails
...function)
nsswitch/winbind_nss_solaris.c:546: warning: assignment makes pointer
from integer without a cast
make: *** [nsswitch/winbind_nss_solaris.po] Error 1
-------------
SOLARIS 2.5.1
-------------
On Solaris 2.5.1 problem comes from nsswitch/wb_common.c where socklen_t
type is not defined
artexp$ diff /smb/tmp/samba-3.0.20b/source/nsswitch/wb_common.c
/smb/tmp/samba-3.0.21a/source/nsswitch/wb_common.c
237c237,238
< int connect_errno = 0, errnosize;
---
> int connect_errno = 0;
> socklen_t errnosize;
545a547,551
>
> if ((re...
2005 Jul 23
1
msi failure from program installation CD
...50524, and trying to install Art Explosion Greetings Card Factory - which was successful on a version of wine about 5 months ago.
Now I get lots of errors like the following, and then eventual complete failure:
err:msi:ACTION_InstallFiles Unable to move/copy file (L"Z:\\cdrom\\GCF\\PROGRA~1\\ARTEXP~1\\GREETI~1\\Wizards\\ANNOUN~1\\STRICT~1\\PROMOT~1.LAX" -> L"c:\\Program Files\\Art Explosion\\Greeting Card Factory\\Wizards\\Announcements\\Strictly
Business\\Promotion.lax") (error 3)
Now z:\\cdrom points to my cdrom mount point, where the
installation CD is mounted as a regul...