pkgsrc-Users archive

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

remove vncviewer (given tigervnc)



net/vncviewer no longer compiles with gcc 14. After fixing the obvious
configure script issues, I see errors of the form

  ld: /usr/lib/crt0.o: in function `___start':                                  
  /usr/src/lib/csu/common/crt0-common.c:375:(.text+0x377): undefined reference to `main'                                                                      
                                                                                
and I find the stdlib.h part of                                                 
                                                                                
  c++ -I/usr/include -I/usr/X11R7/include #ifdef\ __cplusplus #include\ \<stdlib.h\> #endif -I.. -O2 -I/usr/include -I/usr/X11R7/include -Wall -c Exception.cxx                                                                  
really bizarre.                                                                 
                                                                                
It seems however that vncviewer has developed via a variety of projects into
tigervnc. net/tigervnc builds just fine.

I propose therefore to remove vncviewer given that tigervnc is working and
in the tree (and with the same licence).

Comments?


Cheers,

Patrick


Home | Main Index | Thread Index | Old Index