Making all in DtSvc
gmake[2]: Entering directory '/home/sparky4/p/cde/cde/lib/DtSvc'
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:2: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:3: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:4: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:5: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:6: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:7: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:8: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:9: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:10: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:11: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:12: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:13: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:2: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:3: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:4: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:5: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:6: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:7: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:8: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:9: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:10: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:11: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:12: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:13: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:14: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:15: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:16: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:17: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:18: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:19: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:20: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:21: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:22: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:23: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:24: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:25: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:26: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:27: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:28: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:29: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:30: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:31: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:32: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtsDb.Plo:1: *** missing separator. Stop.
gmake[2]: Leaving directory '/home/sparky4/p/cde/cde/lib/DtSvc'
gmake[1]: *** [Makefile:442: all-recursive] Error 1
gmake[1]: Leaving directory '/home/sparky4/p/cde/cde/lib'
gmake: *** [Makefile:587: all-recursive] Error 1
no idea how to fix this i did the latest pull
the script i use is this:
cd cde/cde
./autogen.sh
PATH="$PATH:/usr/X11R7/bin" ./configure --with-tcl=/usr/pkg/lib MAKE="gmake" LDFLAGS="-L/usr/pkg/lib" CFLAGS="-I/usr/pkg/include" CPPFLAGS="-I/usr/pkg/include"
PATH="$PATH:/usr/X11R7/bin" gmake
sudo PATH="$PATH:/usr/X11R7/bin" gmake install
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
the program that was trying to compile was dtksh
here is where is starts to error
What architecture do you use?
686 and 486
A fix just went into master that should fix this issue.
thanks ill try out soon
Making all in DtSvc
gmake[2]: Entering directory '/home/sparky4/p/cde/cde/lib/DtSvc'
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:2: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:3: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:4: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:5: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:6: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:7: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:8: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:9: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:10: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:11: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:12: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtHash.Plo:13: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:2: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:3: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:4: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:5: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:6: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:7: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:8: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:9: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:10: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:11: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:12: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:13: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:14: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:15: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:16: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:17: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:18: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:19: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:20: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:21: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:22: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:23: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:24: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:25: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:26: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:27: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:28: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:29: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:30: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:31: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-Dts.Plo:32: warning: NUL character seen; rest of line ignored
DtUtil1/.deps/libDtSvc_la-DtsDb.Plo:1: *** missing separator. Stop.
gmake[2]: Leaving directory '/home/sparky4/p/cde/cde/lib/DtSvc'
gmake[1]: *** [Makefile:442: all-recursive] Error 1
gmake[1]: Leaving directory '/home/sparky4/p/cde/cde/lib'
gmake: *** [Makefile:587: all-recursive] Error 1
no idea how to fix this i did the latest pull
the script i use is this:
cd cde/cde
./autogen.sh
PATH="$PATH:/usr/X11R7/bin" ./configure --with-tcl=/usr/pkg/lib MAKE="gmake" LDFLAGS="-L/usr/pkg/lib" CFLAGS="-I/usr/pkg/include" CPPFLAGS="-I/usr/pkg/include"
PATH="$PATH:/usr/X11R7/bin" gmake
sudo PATH="$PATH:/usr/X11R7/bin" gmake install