pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiler error


From: Harry Thijssen
Subject: Re: compiler error
Date: Mon, 22 Apr 2013 19:42:59 +0200



2013/4/22 John Darrington <address@hidden>
Hmm.

Try adding several or all of the following headers:

       #include <sys/select.h>
       #include <sys/time.h>
       #include <sys/types.h>
       #include <unistd.h>

If that doesn't work, then we might have to remove the recently added functionality
for the Mingw build.


Sys/select.h can't be found on my computer and with the other 3 I get:
 
src/ui/terminal/.libs/libui.a(src_ui_terminal_libui_la-terminal-reader.o): In function `interruptible_getc':
/home/harry/pspp-master-20130422/pspp-0.7.10-g858cab/src/ui/terminal/terminal-reader.c:244: undefined reference to `__imp_select'
/home/harry/pspp-master-20130422/pspp-0.7.10-g858cab/src/ui/terminal/terminal-reader.c:269: undefined reference to `__WSAFDIsSet'
src/ui/terminal/.libs/libui.a(src_ui_terminal_libui_la-terminal-reader.o): In function `readline_init':
/home/harry/pspp-master-20130422/pspp-0.7.10-g858cab/src/ui/terminal/terminal-reader.c:293: undefined reference to `pipe2'
src/ui/terminal/.libs/libui.a(src_ui_terminal_libui_la-terminal-opts.o): In function `term_is_utf8_xterm':
/home/harry/pspp-master-20130422/pspp-0.7.10-g858cab/src/ui/terminal/terminal-opts.c:314: undefined reference to `strcasestr'
/home/harry/pspp-master-20130422/pspp-0.7.10-g858cab/src/ui/terminal/terminal-opts.c:314: undefined reference to `strcasestr'
collect2: error: ld returned 1 exit status
make[2]: *** [src/ui/terminal/pspp.exe] Error 1
 
Have fun

reply via email to

[Prev in Thread] Current Thread [Next in Thread]