Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-21-2010, 05:25 PM
|
#1
|
|
LQ Newbie
Registered: Apr 2010
Posts: 6
Rep:
|
BrainStorm Storm Chasing Tool
I am attempting to install BrainStorm from source.
./config ran with no errors, however this it the output from make
make all-recursive
make[1]: Entering directory `/usr/local/src/BrainStorm'
Making all in src
make[2]: Entering directory `/usr/local/src/BrainStorm/src'
gcc -DHAVE_CONFIG_H -I. -I.. -DPACKAGE_LOCALE_DIR=\""/usr/local//locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/local/share"\" -D_REENTRANT -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -D_REENTRANT -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -Wall -g -g -O2 -MT gps-map.o -MD -MP -MF .deps/gps-map.Tpo -c -o gps-map.o gps-map.c
gps-map.c:108: error: field ‘units’ has incomplete type
gps-map.c: In function ‘initialize_gpsd’:
gps-map.c:154: warning: implicit declaration of function ‘gps_query’
gps-map.c: In function ‘gps_init’:
gps-map.c:696: error: ‘imperial’ undeclared (first use in this function)
gps-map.c:696: error: (Each undeclared identifier is reported only once
gps-map.c:696: error: for each function it appears in.)
make[2]: *** [gps-map.o] Error 1
make[2]: Leaving directory `/usr/local/src/BrainStorm/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/BrainStorm'
make: *** [all] Error 2
Any ideas as to what I'm doing wrong?
Last edited by gandhioftherillo; 04-22-2010 at 12:58 PM.
|
|
|
|
04-22-2010, 12:54 PM
|
#2
|
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian Squeeze
Posts: 5,594
|
Based on the errors, I'd suspect that you are missing one or more dependencies of the library kind.
I went looking via www.google.com/linux, and found this:
Quote:
The software is released under the GPLv2 license and as source code, so you’ll have to build it and install it yourself. While this is helped along by the use of autogen, there are dependencies that are not listed. The following had to be installed on my Ubuntu 9.04 system:
libtool
libsoap-dev
After installing these two I was able to run autogen, which will have a default prefix of /usr/local/ . A third library came up as not loadable when I went to run the binary, libosmgpsmap, a quick install of libosmgpsmap0 resolved this.
|
So, you may need to install the three libraries named above.
|
|
|
|
04-22-2010, 01:14 PM
|
#3
|
|
LQ Newbie
Registered: Apr 2010
Posts: 6
Original Poster
Rep:
|
Just installed all 3 of the above packages.
Still getting the same error :/
|
|
|
|
04-22-2010, 01:18 PM
|
#4
|
|
Member
Registered: Mar 2008
Location: US
Distribution: Debian Sid; Sabayon, UbuntuStudio, Slackware-multilib 13.1, Peppermint Ice, CentOS
Posts: 575
Rep:
|
After installation, are they included in your path?
|
|
|
|
04-22-2010, 01:28 PM
|
#5
|
|
LQ Newbie
Registered: Apr 2010
Posts: 6
Original Poster
Rep:
|
How do I tell (sorry for the newbishness :/ )
This is my first attempt at installing from source. I wouldn't have taken this on if I didn't NEED the application.
Thanks for the help
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:26 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|