LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-02-2005, 09:58 AM   #1
whizz
LQ Newbie
 
Registered: Apr 2005
Location: Netherlands
Distribution: Debian
Posts: 11

Rep: Reputation: 0
make command gives errors


When I use "make" in a Konsole, to compile a program (lcdproc-0.4.5) it gives errors. (I already did ./configure)
Anyone knows what to do?
I'll post the complete output here:

jan@linux:~/lcdproc-0.4.5> make
make all-recursive
make[1]: Entering directory `/home/jan/lcdproc-0.4.5'
Making all in shared
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/shared'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/shared'
Making all in clients
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/clients'
Making all in examples
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/examples'
Making all in headlines
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/headlines'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/headlines'
Making all in lcdproc
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/lcdproc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/lcdproc'
Making all in metar
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/metar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/metar'
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients'
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/clients'
Making all in server
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/server'
Making all in drivers
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/server/drivers'
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -I../.. -Wall -O3 -c lb216.c
lb216.c:32:21: curses.h: No such file or directory
make[3]: *** [lb216.o] Error 1
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/server/drivers'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jan/lcdproc-0.4.5'
make: *** [all-recursive-am] Error 2
 
Old 04-02-2005, 10:13 AM   #2
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
You don't have the curses headers installed. See if there's a curses (or ncurses) devel package for your system on the install CD.
 
Old 04-02-2005, 10:52 AM   #3
whizz
LQ Newbie
 
Registered: Apr 2005
Location: Netherlands
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: 0
It gets a bit further, but still errors:

jan@linux:~/lcdproc-0.4.5> make
make all-recursive
make[1]: Entering directory `/home/jan/lcdproc-0.4.5'
Making all in shared
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/shared'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/shared'
Making all in clients
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/clients'
Making all in examples
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/examples'
Making all in headlines
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/headlines'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/headlines'
Making all in lcdproc
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/lcdproc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/lcdproc'
Making all in metar
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients/metar'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients/metar'
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/clients'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/clients'
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/clients'
Making all in server
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/server'
Making all in drivers
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/server/drivers'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/server/drivers'
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/server'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/server'
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/server'
Making all in docs
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/docs'
Making all in lcdproc-user
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/docs/lcdproc-user'
Making all in drivers
make[4]: Entering directory `/home/jan/lcdproc-0.4.5/docs/lcdproc-user/drivers'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/jan/lcdproc-0.4.5/docs/lcdproc-user/drivers'
make[4]: Entering directory `/home/jan/lcdproc-0.4.5/docs/lcdproc-user'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/jan/lcdproc-0.4.5/docs/lcdproc-user'
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/docs/lcdproc-user'
make[3]: Entering directory `/home/jan/lcdproc-0.4.5/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/jan/lcdproc-0.4.5/docs'
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/docs'
Making all in scripts
make[2]: Entering directory `/home/jan/lcdproc-0.4.5/scripts'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5/scripts'
make[2]: Entering directory `/home/jan/lcdproc-0.4.5'
make[2]: Leaving directory `/home/jan/lcdproc-0.4.5'
make[1]: Leaving directory `/home/jan/lcdproc-0.4.5'

EDIT:
I've tried something else:
I'm just installing ALL -devel packages

Last edited by whizz; 04-02-2005 at 11:00 AM.
 
Old 04-02-2005, 10:57 AM   #4
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Uhhh...there are no errors in that output....
 
Old 04-02-2005, 11:14 AM   #5
whizz
LQ Newbie
 
Registered: Apr 2005
Location: Netherlands
Distribution: Debian
Posts: 11

Original Poster
Rep: Reputation: 0
Oops! I should read better

[edit]
In the INSTALL file it says is should run the server, but now it gives me this error:

jan@linux:~/lcdproc-0.4.5> server/LCDd -c /etc/LCDd.conf
invalid driver: HD44780
Could not load driver HD44780
There is no output driver
Critical error: main.c:238, abort


What should I do?

Last edited by whizz; 04-02-2005 at 11:30 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
The MAKE command SuSE 9.2 gives errors jasone SUSE / openSUSE 2 04-01-2005 08:15 AM
command: make errors alltime Mandriva 0 01-26-2005 02:31 PM
Using the 'make' command consistently returns errors Baryonic Being Linux - Software 4 03-24-2004 01:02 PM
Log errors from 'make' command, how do i? winky Linux - Software 13 08-21-2003 11:31 AM
LFS Chap 5 - gcc first make command errors antken Linux From Scratch 3 03-17-2003 10:38 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:48 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration