old versions

Adam Tkac atkac "at" redhat.com
Fri Dec 15 11:11:00 2006


shamju joseph napsal(a):
> --- Adam Tkac <atkac "at" redhat.com> wrote:
>
>   
>> shamju joseph napsal(a):
>>     
>>> Hi,
>>>    I had error while compiling the latest version.
>>> The error is listed below: 
>>>
>>> thanks
>>> shamju joseph
>>>
>>> System : x86, fedora 5, gcc 4.1.0
>>> Real VNC version : 4.1.2
>>>
>>>
>>> --- James Weatherall <jnw "at" realvnc.com> wrote:
>>>
>>>   
>>>       
>>>> Shamju,
>>>>
>>>> Why would you want to? :)
>>>>
>>>> Wez @ RealVNC Ltd.
>>>>  
>>>>
>>>>     
>>>>         
>>>>> -----Original Message-----
>>>>> From: vnc-list-admin "at" realvnc.com 
>>>>> [mailto:vnc-list-admin "at" realvnc.com] On Behalf Of
>>>>>       
>>>>>           
>>>> shamju joseph
>>>>     
>>>>         
>>>>> Sent: 12 December 2006 14:23
>>>>> To: vnc-list "at" realvnc.com
>>>>> Subject: old versions
>>>>>
>>>>> How can I get old versions of realvnc source?
>>>>>
>>>>> thanks
>>>>> shamju joseph
>>>>>
>>>>>       
>>>>>           
>>> -------------------------------------------------
>>>
>>> $ cd  Xvnc
>>> $ make World
>>>
>>> . . . .
>>>
>>> WaitFor.c:181: error: fd_set has no member named
>>> fds_bits
>>>
>>> . . . .
>>>
>>> make[5]: Leaving directory
>>>
>>>       
> `/home/shamju2/Project3/realvnc/vnc-4_1_2-unixsrc/unix/xc/programs/Xserver/hw/vfb'
>   
>>> make[4]: *** No rule to make target
>>> `vnc/Xvnc/libxvnc.a', needed by `Xvnc'.
>>> make[4]: Target `all' not remade because of
>>>       
>> errors.
>>     
>>> make[4]: Target `all' not remade because of
>>>       
>> errors.
>>     
>>> make[4]: Target `all' not remade because of
>>>       
>> errors.
>>     
>>> rm -f Xserver._man
>>> /usr/bin/cpp -undef -traditional 
>>> -D__apploaddir__=/usr/X11R6/lib/X11/app-defaults
>>> -D__filemansuffix__=5x -D__libmansuffix__=3x
>>> -D__miscmansuffix__=7 -D__drivermansuffix__=4
>>> -D__projectroot__=/usr/X11R6
>>> -D__xorgversion__='"Release 6.6" "X Version 11"'
>>> -D__vendorversion__="`echo 4 3 0 | sed -e 's/
>>>       
>> /./g' -e
>>     
>>> 's/^/Version /'` XFree86"  <Xserver.man | sed -e
>>>       
>> '/^# 
>>     
>>> *[0-9][0-9]*  *.*$/d' -e '/^XCOMM$/s//#/' -e
>>> '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/' >Xserver._man
>>> rm -f Xserver.1x.html Xserver.1x-html
>>> ../../config/util/rman -f HTML < Xserver._man \
>>>   > Xserver.1x-html && mv -f Xserver.1x-html
>>> Xserver.1x.html
>>> macro "in" not recognized -- ignoring
>>> make[4]: Leaving directory
>>>
>>>       
> `/home/shamju2/Project3/realvnc/vnc-4_1_2-unixsrc/unix/xc/programs/Xserver'
>   
>>> make[3]: *** [all] Error 2
>>> make[3]: Leaving directory
>>>
>>>       
> `/home/shamju2/Project3/realvnc/vnc-4_1_2-unixsrc/unix/xc/programs'
>   
>>> make[2]: *** [all] Error 2
>>> make[2]: Leaving directory
>>>
>>>       
> `/home/shamju2/Project3/realvnc/vnc-4_1_2-unixsrc/unix/xc'
>   
>>> make[1]: *** [World] Error 2
>>> make[1]: Leaving directory
>>>
>>>       
> `/home/shamju2/Project3/realvnc/vnc-4_1_2-unixsrc/unix/xc'
>   
>>> make: *** [World] Error 2
>>> [
>>>
>>>
>>>
>>>
>>>  
>>>
>>>       
> ____________________________________________________________________________________
>   
>>> Do you Yahoo!?
>>> Everyone is raving about the all-new Yahoo! Mail
>>>       
>> beta.
>>     
>>> http://new.mail.yahoo.com
>>> _______________________________________________
>>> VNC-List mailing list
>>> VNC-List "at" realvnc.com
>>> To remove yourself from the list visit:
>>> http://www.realvnc.com/mailman/listinfo/vnc-list
>>>   
>>>       
>> Why you don't use builded vnc package which is in
>> FC5? (It's based on 
>> RealVNC's source)
>>
>>     
>
>
> I want the source code which I can compile.
>
> shamju joseph
>
>
>
>
>
>
>
>
>  
> ____________________________________________________________________________________
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail beta.
> http://new.mail.yahoo.com
>   
You can download fedora's vnc source from 
http://download.fedora.redhat.com/pub/fedora/linux/core/development/source/SRPMS/ 
(If you want older version, please substitute "development" to "6"). 
Then, install this package. You have full source + patches in 
/usr/src/redhat/SOURCES. If you want build package, you can't go to 
vnc's source and type make. You must go to /usr/src/redhat/SPECS and type
$ rpmbuild -bc vnc.spec. This command compile vnc from source

Regards, Adam