Results 1 to 8 of 8

Thread: Problems compiling

Threaded View

  1. #1
    Join Date
    Dec 2012
    Beans
    5

    Cool Problems compiling

    Dear All,
    I am trying to compile a research program to do protest event analysis, but when I run 'make' i obtain an extremely long list of errors, which finishes in this way
    Code:
    modify.cp:(.text+0x12bd): undefined reference to `waddnstr'
    modify.cp:(.te:(t+0x12c2): undefined reference to `stdscr'
    modify.cp:(.text+0x12d2): undefined reference to `waddch'
    modify.cp:(.text+0x140b): undefined reference to `stdscr'
    modify.cp:(.text+0x141b): undefined reference to `waddch'
    modify.o: In function `ModifyClass::setupChange()':
    modify.cp:(.text+0x14fc): undefined reference to `stdscr'
    modify.cp:(.text+0x1514): undefined reference to `whline'
    modify.cp:(.text+0x153b): undefined reference to `move'
    collect2: ld returned 1 exit status
    I have seen in other threads that these messages are usually connected with ncurses, and I tried to follow the suggestions in those threads. But I have seen that libncurses5-dev is already installed (I re-installed it, too), I checked and reinstalled build essentials, I ran 'sudo apt-get update', too. Still the same messages, and when I enter in the directory of the program I see that make worked in part (part of the .o files are there)

    Do you have some suggestions? If my gergon sounds strange, I apologize: English is only a second language for me, and this is the first time I use Ubuntu --> consider this last thing in your suggestions!
    Last edited by cinus80; January 24th, 2013 at 01:03 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •