source: branches/samba-3.2.x/source/build.log@ 253

Last change on this file since 253 was 252, checked in by Herwig Bauernfeind, 16 years ago

Fixes for Tickets #74 in 3.2 branch

File size: 1.8 KB
Line 
1dynconfig.c: In function `get_dyn_CONFIGFILE':
2dynconfig.c:105: error: syntax error before "unixroot"
3dynconfig.c:106: error: `unixroot' undeclared (first use in this function)
4dynconfig.c:106: error: (Each undeclared identifier is reported only once
5dynconfig.c:106: error: for each function it appears in.)
6dynconfig.c:110: error: syntax error before "tmpdir"
7dynconfig.c:112: warning: passing arg 1 of `strncpy' from incompatible pointer type
8dynconfig.c:113: warning: passing arg 2 of `setenv' from incompatible pointer type
9dynconfig.c:116: warning: passing arg 1 of `strncpy' from incompatible pointer type
10dynconfig.c:117: warning: passing arg 1 of `stpcpy' from incompatible pointer type
11dynconfig.c:118: warning: passing arg 2 of `setenv' from incompatible pointer type
12The following command failed:
13gcc -I. -IU:/Develop/Samba/samba-3.2.x/source -DSMB_PASSWD_FILE="/samba/private/smbpasswd" -DPRIVATE_DIR="/samba/private" -DCONFIGFILE="/samba/lib/smb.conf" -DSBINDIR="/samba/sbin" -DBINDIR="/samba/bin" -DLMHOSTSFILE="/samba/lib/lmhosts" -DSWATDIR="/samba/swat" -DLOCKDIR="/samba/var/locks" -DPIDDIR="/samba/var/locks" -DLIBDIR="/samba/lib" -DLOGFILEBASE="/samba/var" -DSHLIBEXT="shared_libraries_disabled" -DCTDBDIR="" -DCONFIGDIR="/samba/lib" -DCODEPAGEDIR="/samba/lib" -DCACHEDIR="/samba/var/locks" -DSTATEDIR="/samba/var/locks" -O -D_SAMBA_BUILD_=3 -IU:/Develop/Samba/samba-3.2.x/source/iniparser/src -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt -I/include -IU:/Develop/Samba/samba-3.2.x/source/lib -D_SAMBA_BUILD_=3 -c dynconfig.c -o dynconfig.o
14make: *** [dynconfig.o] Error 1
Note: See TracBrowser for help on using the repository browser.