wviewweather.com Forum Index wviewweather.com
wview and Weather Topics
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

High Wind Speed problem
Goto page Previous  1, 2
 
Post new topic   Reply to topic    wviewweather.com Forum Index -> Weather Underground
View previous topic :: View next topic  
Author Message
IslandLife



Joined: 30 Jul 2005
Posts: 58
Location: Guam (USA)

PostPosted: Sat Feb 18, 2006 7:08 pm    Post subject: Reply with quote

mteel wrote:
What is the output of (from a shell prompt):

ls -al /opt/local/bin/wvwunderd (assuming a prefix of /opt/local)

If it is not there and you configured with --enable-wunderground, then the build must have failed.

If it is there and you have copied the latest start script from the distro (what you described and I referred to earlier), then I am at a loss.

You may need to post your entire startup log if that is in fact the case...

Mark


G5-Tower:/wview-3.1.4 paul$ make install
Making install in stations
Making install in VantagePro
Making install in vpconfig
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'vpconfig' '/usr/local/bin/vpconfig'
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'vpinstall' '/usr/local/bin/vpinstall'
make[4]: Nothing to be done for `install-data-am'.
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'wviewd' '/usr/local/bin/wviewd'
make[4]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in htmlgenerator
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'htmlgend' '/usr/local/bin/htmlgend'
make[2]: Nothing to be done for `install-data-am'.
Making install in alarms
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'wvalarmd' '/usr/local/bin/wvalarmd'
make[2]: Nothing to be done for `install-data-am'.
Making install in cwop
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'wvcwopd' '/usr/local/bin/wvcwopd'
make[2]: Nothing to be done for `install-data-am'.
Making install in ftp
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'wviewftpd' '/usr/local/bin/wviewftpd'
make[2]: Nothing to be done for `install-data-am'.
Making install in ssh
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'wviewsshd' '/usr/local/bin/wviewsshd'
make[2]: Nothing to be done for `install-data-am'.
Making install in wviewconfig
test -z "/usr/local/bin" || /wview-3.1.4/install-sh -d "/usr/local/bin"
/usr/bin/install -c 'wviewconfig' '/usr/local/bin/wviewconfig'
make[2]: Nothing to be done for `install-data-am'.
Making install in wunderground
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../common -I/usr/local/include -I/usr/include -I/usr/local/include -D_GNU_SOURCE -DBUILD_WVWUNDERGROUND -g -O2 -MT wunderground.o -MD -MP -MF ".deps/wunderground.Tpo" -c -o wunderground.o `test -f '../wunderground/wunderground.c' || echo './'`../wunderground/wunderground.c; \
then mv -f ".deps/wunderground.Tpo" ".deps/wunderground.Po"; else rm -f ".deps/wunderground.Tpo"; exit 1; fi
../wunderground/wunderground.c:34:26: error: radmsgRouter.h: No such file or directory
make[1]: *** [wunderground.o] Error 1
make: *** [install-recursive] Error 1
Back to top
View user's profile Send private message Visit poster's website
mteel



Joined: 30 Jun 2005
Posts: 435
Location: Collinsville, TX

PostPosted: Sat Feb 18, 2006 7:13 pm    Post subject: Reply with quote

Thus a build error.

What version of radlib do you have installed? Is it 2.6.2?

Once radlib is in order, in wview-3.1.4 you should :

make distclean
configure --enable-wunderground --enable-station-vpro
make install

Let me see that entire build sequence then.

Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
IslandLife



Joined: 30 Jul 2005
Posts: 58
Location: Guam (USA)

PostPosted: Sat Feb 18, 2006 7:21 pm    Post subject: Reply with quote

mteel wrote:
Thus a build error.

What version of radlib do you have installed? Is it 2.6.2?

Once radlib is in order, in wview-3.1.4 you should :

make distclean
configure --enable-wunderground --enable-station-vpro
make install

Let me see that entire build sequence then.

Mark

Yes, I'm running radlib 2.6.2

G5-Tower:/wview-3.1.4 paul$ sudo /sbin/SystemStarter stop "wview"
Password:
G5-Tower:/wview-3.1.4 paul$ make distclean
Making distclean in wunderground
test -z "wvwunderd" || rm -f wvwunderd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in wviewconfig
test -z "wviewconfig" || rm -f wviewconfig
test -z "" || rm -f
rm -f Makefile
Making distclean in ssh
test -z "wviewsshd" || rm -f wviewsshd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in ftp
test -z "wviewftpd" || rm -f wviewftpd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in cwop
test -z "wvcwopd" || rm -f wvcwopd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in alarms
test -z "wvalarmd" || rm -f wvalarmd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in htmlgenerator
test -z "htmlgend" || rm -f htmlgend
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in sqld
test -z "wviewsqld" || rm -f wviewsqld
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in stations
Making distclean in WXT510
Making distclean in wxt510config
test -z "wxt510config" || rm -f wxt510config
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in .
test -z "wviewd" || rm -f wviewd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in Simulator
test -z "wviewd" || rm -f wviewd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in VantagePro
Making distclean in vpconfig
test -z "vpconfig" || rm -f vpconfig
test -z "vpinstall" || rm -f vpinstall
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in .
test -z "wviewd" || rm -f wviewd
rm -f *.o
rm -f *.tab.c
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
Making distclean in .
test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f Makefile
Making distclean in .
test -z "" || rm -f
rm -f config.h stamp-h1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno configure.status.lineno
rm -f Makefile
G5-Tower:/wview-3.1.4 paul$ configure --enable-wunderground --enable-station-vpro
-bash: configure: command not found
G5-Tower:/wview-3.1.4 paul$ ./configure --enable-wunderground --enable-station-vpro

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking whether byte ordering is bigendian... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for strncpy in -lc... yes
checking for gdImageCreate in -lgd... no
checking for exp in -lm... yes
checking for png_write_chunk in -lpng... no
checking for radSystemGetUpTimeMS in -lrad... yes
checking for inflate in -lz... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for unistd.h... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... no
checking whether stat accepts an empty string... no
checking for localtime_r... yes
checking for memset... yes
checking for mkdir... yes
checking for pow... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating stations/Makefile
config.status: creating stations/Simulator/Makefile
config.status: creating stations/VantagePro/Makefile
config.status: creating stations/VantagePro/vpconfig/Makefile
config.status: creating stations/WXT510/Makefile
config.status: creating stations/WXT510/wxt510config/Makefile
config.status: creating sqld/Makefile
config.status: creating htmlgenerator/Makefile
config.status: creating alarms/Makefile
config.status: creating cwop/Makefile
config.status: creating wunderground/Makefile
config.status: creating ftp/Makefile
config.status: creating ssh/Makefile
config.status: creating wviewconfig/Makefile
config.status: creating config.h
config.status: executing depfiles commands
G5-Tower:/wview-3.1.4 paul$ make install
Making install in stations
Making install in VantagePro
Making install in vpconfig
if gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../common -I../../../stations/common -I../../../stations/VantagePro -I/usr/local/include -DHOST_IS_BIGENDIAN=1 -D_VP_CONFIG_ONLY -D_GNU_SOURCE -g -O2 -MT serial.o -MD -MP -MF ".deps/serial.Tpo" -c -o serial.o `test -f '../../../stations/common/serial.c' || echo './'`../../../stations/common/serial.c; \
then mv -f ".deps/serial.Tpo" ".deps/serial.Po"; else rm -f ".deps/serial.Tpo"; exit 1; fi
In file included from ../../../stations/common/serial.h:44,
from ../../../stations/common/serial.c:57:
../../../stations/common/daemon.h:49:26: error: radmsgRouter.h: No such file or directory
make[3]: *** [serial.o] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1[/b]
Back to top
View user's profile Send private message Visit poster's website
mteel



Joined: 30 Jun 2005
Posts: 435
Location: Collinsville, TX

PostPosted: Sat Feb 18, 2006 7:38 pm    Post subject: Reply with quote

What prefix did you install radlib with? /opt/local or /usr/local?

Asked differently, what is the output of:

find / -name "radmsgRouter.h" -print

As you configured it, wview will default to /usr/local/include...

Mark
Back to top
View user's profile Send private message Send e-mail Visit poster's website
IslandLife



Joined: 30 Jul 2005
Posts: 58
Location: Guam (USA)

PostPosted: Sat Feb 18, 2006 7:55 pm    Post subject: Reply with quote

mteel wrote:
What prefix did you install radlib with? /opt/local or /usr/local?

Asked differently, what is the output of:

find / -name "radmsgRouter.h" -print

As you configured it, wview will default to /usr/local/include...

Mark


I think that we did it! I ran the distclean comand again and then ./configure --prefix=/opt/local --enable-wunderground --enable-station-vpro

And for the first time ever I have a wvwunderd.pid file! Now I'll need to see if the data gets to <http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KGUTAMUN1>

Thanks MArk!

Paul
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    wviewweather.com Forum Index -> Weather Underground All times are GMT - 6 Hours
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group