project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - vadimuzzz

Pages: [1]
1
Linux / Re: Can`t compile on openSUSE 11.4
« on: March 31, 2011, 10:24:17 am »

2
Linux / Can`t compile on openSUSE 11.4
« on: March 30, 2011, 05:03:29 am »
make

...
===> LD [testall]
cc: @PHTREAD_LIBS@: No such file or directory
make: *** [testall] Error 1
...
What is it -> @PHTREAD_LIBS@ ?


Also, might be worth addiing check for mxml-devel, vorbis-devel, theora-devel packages in configure script?

3
Bugs prior to release 2.4 / Can`t compile on openSUSE 11.3
« on: October 04, 2010, 09:40:15 am »
When I tried to build, i've got message:
"===> LD [testall]
/usr/lib64/libcunit.so: undefined reference to `scrollok'
/usr/lib64/libcunit.so: undefined reference to `nocbreak'
/usr/lib64/libcunit.so: undefined reference to `stdscr'
/usr/lib64/libcunit.so: undefined reference to `newwin'
/usr/lib64/libcunit.so: undefined reference to `wmove'
/usr/lib64/libcunit.so: undefined reference to `keypad'
/usr/lib64/libcunit.so: undefined reference to `echo'
/usr/lib64/libcunit.so: undefined reference to `endwin'
/usr/lib64/libcunit.so: undefined reference to `delwin'
/usr/lib64/libcunit.so: undefined reference to `werase'
/usr/lib64/libcunit.so: undefined reference to `initscr'
/usr/lib64/libcunit.so: undefined reference to `wrefresh'
/usr/lib64/libcunit.so: undefined reference to `init_pair'
/usr/lib64/libcunit.so: undefined reference to `mvwprintw'
/usr/lib64/libcunit.so: undefined reference to `cbreak'
/usr/lib64/libcunit.so: undefined reference to `start_color'
/usr/lib64/libcunit.so: undefined reference to `wgetch'
/usr/lib64/libcunit.so: undefined reference to `newpad'
/usr/lib64/libcunit.so: undefined reference to `prefresh'
/usr/lib64/libcunit.so: undefined reference to `waddnstr'
/usr/lib64/libcunit.so: undefined reference to `wgetnstr'
/usr/lib64/libcunit.so: undefined reference to `wborder'
/usr/lib64/libcunit.so: undefined reference to `acs_map'
/usr/lib64/libcunit.so: undefined reference to `wattr_off'
/usr/lib64/libcunit.so: undefined reference to `curs_set'
/usr/lib64/libcunit.so: undefined reference to `wclear'
/usr/lib64/libcunit.so: undefined reference to `noecho'
/usr/lib64/libcunit.so: undefined reference to `wattr_on'
collect2: ld returned 1 exit status
make: *** [testall] Error 1"

I found that addition "-lncurses" to LD_FLAGS in testall.mk fixes problem.

Pages: [1]