Re: [Tigervnc-devel] New (pre-)release

2013-04-12 Thread Pierre Ossman
On Thu, 11 Apr 2013 16:57:35 -0400
Brian Hinz  wrote:

> InputXKB.cc:46: error: cannot convert 'int**' to 'int*' in initialization

Damnit... Try it now.

Rgds
-- 
Pierre Ossman   Software Development
Cendio AB   http://cendio.com
Teknikringen 8  http://twitter.com/ThinLinc
583 30 Linköpinghttp://facebook.com/ThinLinc
Phone: +46-13-214600http://plus.google.com/112509906846170010689

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


signature.asc
Description: PGP signature
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-11 Thread Brian Hinz
On Thu, Apr 11, 2013 at 9:59 AM, Brian Hinz wrote:

> On Thu, Apr 11, 2013 at 9:50 AM, Pierre Ossman  wrote:
>
>> On Tue, 9 Apr 2013 20:57:44 -0400
>> Brian Hinz  wrote:
>>
>> >
>> > Yeah, looks like 1.7.7 has some issues but 1.13 (el6) built fine
>> >
>> ...
>> > InputXKB.cc:43: error: 'DevPrivateKeyRec' does not name a type
>>
>> Fixed.
>>
>> > InputDevice::getKeyboardState()':
>> > InputXKB.cc:195: error: 'KEYBOARD_OR_FLOAT' was not declared in this
>> scope
>>
>> Also fixed.
>>
>> Could you give it a new try?
>>
>
> Thanks!  I'll give it a shot this afternoon.
>

Closer, but still doesn't compile:

  CXX   InputXKB.o
  CXX   Xvnc-xvnc.o
In file included from InputXKB.cc:39:
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130411svn5079/xorg.build/usr/include/X11/Xlib.h:91:1:
warning: "True" redefined
In file included from InputXKB.cc:33:
../../include/xkbsrv.h:326:1: warning: this is the location of the previous
definition
In file included from InputXKB.cc:39:
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130411svn5079/xorg.build/usr/include/X11/Xlib.h:92:1:
warning: "False" redefined
In file included from InputXKB.cc:33:
../../include/xkbsrv.h:327:1: warning: this is the location of the previous
definition
In file included from InputXKB.cc:40:
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130411svn5079/xorg.build/usr/include/X11/Xutil.h:233:1:
warning: "IsKeypadKey" redefined
In file included from InputXKB.cc:33:
../../include/xkbsrv.h:321:1: warning: this is the location of the previous
definition
  CCXvnc-stubs.o
InputXKB.cc:46: error: cannot convert 'int**' to 'int*' in initialization
InputXKB.cc: In function 'int XkbTranslateKeyCode(_XkbDesc*, KeyCode,
unsigned int, unsigned int*, KeySym*)':
InputXKB.cc:86: warning: comparison between signed and unsigned integer
expressions
InputXKB.cc:97: warning: comparison between signed and unsigned integer
expressions
InputXKB.cc: In function 'XkbAction* XkbKeyActionPtr(_XkbDesc*, KeyCode,
unsigned int)':
InputXKB.cc:146: warning: comparison between signed and unsigned integer
expressions
InputXKB.cc:157: warning: comparison between signed and unsigned integer
expressions
xvnc.cc: In function 'void vfbUninstallColormap(_ColormapRec*)':
xvnc.cc:762: warning: 'void* LookupIDByType(XID, RESTYPE)' is deprecated
(declared at ../../include/resource.h:275)
xvnc.cc:763: warning: 'void* LookupIDByType(XID, RESTYPE)' is deprecated
(declared at ../../include/resource.h:275)
xvnc.cc: In function 'void xf86SetRootClip(_Screen*, Bool)':
xvnc.cc:1003: warning: the address of 'box' will never be NULL
xvnc.cc:1004: warning: the address of 'box' will never be NULL
xvnc.cc: In function '_rrCrtc* vncRandRCrtcCreate(_Screen*)':
xvnc.cc:1318: warning: comparison between signed and unsigned integer
expressions
make[3]: *** [libvnccommon_la-InputXKB.lo] Error 1
make[3]: *** Waiting for unfinished jobs


Line 46 in InputXKB is:

#if XORG < 19
static DevPrivateKey vncXkbScreenPrivateKey = &vncXkbScreenPrivateKey;
#else
static DevPrivateKeyRec vncXkbPrivateKeyRec;
#define vncXkbScreenPrivateKey (&vncXkbPrivateKeyRec)
#endif
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-11 Thread Brian Hinz
On Thu, Apr 11, 2013 at 9:50 AM, Pierre Ossman  wrote:

> On Tue, 9 Apr 2013 20:57:44 -0400
> Brian Hinz  wrote:
>
> >
> > Yeah, looks like 1.7.7 has some issues but 1.13 (el6) built fine
> >
> ...
> > InputXKB.cc:43: error: 'DevPrivateKeyRec' does not name a type
>
> Fixed.
>
> > InputDevice::getKeyboardState()':
> > InputXKB.cc:195: error: 'KEYBOARD_OR_FLOAT' was not declared in this
> scope
>
> Also fixed.
>
> Could you give it a new try?
>

Thanks!  I'll give it a shot this afternoon.
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-11 Thread Pierre Ossman
On Tue, 9 Apr 2013 20:57:44 -0400
Brian Hinz  wrote:

> 
> Yeah, looks like 1.7.7 has some issues but 1.13 (el6) built fine
> 
...
> InputXKB.cc:43: error: 'DevPrivateKeyRec' does not name a type

Fixed.

> InputDevice::getKeyboardState()':
> InputXKB.cc:195: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope

Also fixed.

Could you give it a new try?

Rgds
-- 
Pierre Ossman   Software Development
Cendio AB   http://cendio.com
Teknikringen 8  http://twitter.com/ThinLinc
583 30 Linköpinghttp://facebook.com/ThinLinc
Phone: +46-13-214600http://plus.google.com/112509906846170010689

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


signature.asc
Description: PGP signature
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-09 Thread Brian Hinz
On Tue, Apr 9, 2013 at 11:59 AM, Pierre Ossman  wrote:

> On Tue, 2 Apr 2013 14:41:25 +0200 (CEST)
> Peter Åstrand  wrote:
>
> >
> > Pierre is working on the keyboard handling (XKB), but as soon as this
> work
> > is complete, we can create a 1.3 beta.
> >
>
> Should be all done now. Give it a spin and see how much I managed to
> break. :P
>
> I've tested this with Xorg 1.5 and 1.14. Versions inbetween _should_
> work, but might require some minor ifdef tweaking if parameters have
> been moved around or similar nonsense.
>

Yeah, looks like 1.7.7 has some issues but 1.13 (el6) built fine

  CXX   InputXKB.o
In file included from
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130409svn5076/xorg.build/usr/include/X11/Xutil.h:55,
 from InputXKB.cc:38:
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130409svn5076/xorg.build/usr/include/X11/Xlib.h:91:1:
warning: "True" redefined
In file included from InputXKB.cc:33:
../../include/xkbsrv.h:326:1: warning: this is the location of the previous
definition
In file included from
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130409svn5076/xorg.build/usr/include/X11/Xutil.h:55,
 from InputXKB.cc:38:
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130409svn5076/xorg.build/usr/include/X11/Xlib.h:92:1:
warning: "False" redefined
In file included from InputXKB.cc:33:
../../include/xkbsrv.h:327:1: warning: this is the location of the previous
definition
In file included from InputXKB.cc:38:
/home/bphinz/rpmbuild/BUILD/tigervnc-1.2.80-20130409svn5076/xorg.build/usr/include/X11/Xutil.h:233:1:
warning: "IsKeypadKey" redefined
In file included from InputXKB.cc:33:
../../include/xkbsrv.h:321:1: warning: this is the location of the previous
definition
  CCXvnc-stubs.o
InputXKB.cc:43: error: 'DevPrivateKeyRec' does not name a type
InputXKB.cc: In function 'int XkbTranslateKeyCode(_XkbDesc*, KeyCode,
unsigned int, unsigned int*, KeySym*)':
InputXKB.cc:75: warning: comparison between signed and unsigned integer
expressions
InputXKB.cc:86: warning: comparison between signed and unsigned integer
expressions
InputXKB.cc: In function 'XkbAction* XkbKeyActionPtr(_XkbDesc*, KeyCode,
unsigned int)':
InputXKB.cc:135: warning: comparison between signed and unsigned integer
expressions
InputXKB.cc:146: warning: comparison between signed and unsigned integer
expressions
InputXKB.cc: In member function 'void InputDevice::PrepareInputDevices()':
InputXKB.cc:171: error: 'vncXkbPrivateKeyRec' was not declared in this scope
InputXKB.cc:180: error: 'vncXkbPrivateKeyRec' was not declared in this scope
InputXKB.cc: In member function 'unsigned int
InputDevice::getKeyboardState()':
InputXKB.cc:195: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'unsigned int
InputDevice::getLevelThreeMask()':
InputXKB.cc:212: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'KeyCode InputDevice::pressShift()':
InputXKB.cc:237: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'std::list > InputDevice::releaseShift()':
InputXKB.cc:274: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'KeyCode InputDevice::pressLevelThree()':
InputXKB.cc:327: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'std::list > InputDevice::releaseLevelThree()':
InputXKB.cc:355: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'KeyCode
InputDevice::keysymToKeycode(KeySym, unsigned int, unsigned int*)':
InputXKB.cc:396: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'bool InputDevice::isLockModifier(KeyCode,
unsigned int)':
InputXKB.cc:445: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In member function 'KeyCode InputDevice::addKeysym(KeySym,
unsigned int)':
InputXKB.cc:469: error: 'KEYBOARD_OR_FLOAT' was not declared in this scope
InputXKB.cc: In static member function 'static void
InputDevice::vncXkbProcessDeviceEvent(int, InternalEvent*, _DeviceIntRec*)':
InputXKB.cc:505: error: 'vncXkbPrivateKeyRec' was not declared in this scope
xvnc.cc: In function 'void vfbUninstallColormap(_ColormapRec*)':
xvnc.cc:762: warning: 'void* LookupIDByType(XID, RESTYPE)' is deprecated
(declared at ../../include/resource.h:275)
xvnc.cc:763: warning: 'void* LookupIDByType(XID, RESTYPE)' is deprecated
(declared at ../../include/resource.h:275)
xvnc.cc: In function 'void xf86SetRootClip(_Screen*, Bool)':
xvnc.cc:1003: warning: the address of 'box' will never be NULL
xvnc.cc:1004: warning: the address of 'box' will never be NULL
xvnc.cc: In function '_rrCrtc* vncRandRCrtcCreate(_Screen*)':
xvnc.cc:1318: warning: comparison between signed and unsigned integer
expressions
make[3]: *** [libvnccommon_la-InputXKB.lo] Error 1
make[3]: *** Waiting for unfinished jobs
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1

Re: [Tigervnc-devel] New (pre-)release

2013-04-09 Thread Pierre Ossman
On Tue, 2 Apr 2013 14:41:25 +0200 (CEST)
Peter Åstrand  wrote:

> 
> Pierre is working on the keyboard handling (XKB), but as soon as this work 
> is complete, we can create a 1.3 beta.
> 

Should be all done now. Give it a spin and see how much I managed to
break. :P

I've tested this with Xorg 1.5 and 1.14. Versions inbetween _should_
work, but might require some minor ifdef tweaking if parameters have
been moved around or similar nonsense.

Rgds
-- 
Pierre OssmanOpenSource-based Thin Client Technology
System Developer Telephone: +46-13-21 46 00
Cendio ABWeb: http://www.cendio.com


signature.asc
Description: PGP signature
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-08 Thread Peter Åstrand

On Sat, 6 Apr 2013, Brian Hinz wrote:


I've uploaded a set of pre-release i686/x86_64 linux builds to the project-web page.  The 
"cross-compatible" builds are just
the el5 rpms repackaged as tar.gz, but since the rpm is heavily based off DRC's 
xc build script they should be widely
compatible.  


Thanks!



Peter, Adam, or DRC - I don't have permission to edit the MediaWiki front page.  Can one 
of you add me to the "editor" group or
update the page to point to the nightly folder?


I've added you to both the "editor" and "admin" group of MediaWiki now.

Rgds, 
---

Peter Åstrand   ThinLinc Chief Developer
Cendio AB   http://cendio.com
Teknikringen 8  http://twitter.com/ThinLinc
583 30 Linköpinghttp://facebook.com/ThinLinc
Phone: +46-13-214600http://plus.google.com/112509906846170010689--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-06 Thread Brian Hinz
On Fri, Apr 5, 2013 at 6:48 AM, Peter Åstrand  wrote:

> On Thu, 4 Apr 2013, Brian Hinz wrote:
>
>  Sounds good.  In the interim, does anyone mind if I start posting
>> pre-releases via DRC's upload script that's in trunk?  I was
>> thinking that I would provide RPMS/SRPMS for el5 & el6, as well as a
>> tarball with the el5 build contents.  Personally, I'd also
>> like to see a copy of each of the viewers (linux/windows/java/mac?) made
>> available standalone as well.  It can be very
>> convenient when you just need a viewer but can't or don't want to install
>> the whole package.
>>
>
> We don't mind at all.
>

I've uploaded a set of pre-release i686/x86_64 linux builds to the project-web
page .  The
"cross-compatible" builds are just the el5 rpms repackaged as tar.gz, but
since the rpm is heavily based off DRC's xc build script they should be
widely compatible.

Peter, Adam, or DRC - I don't have permission to edit the MediaWiki front
page.  Can one of you add me to the "editor" group or update the page to
point to the nightly folder?

Thanks,
-brian
--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-05 Thread Peter Åstrand

On Thu, 4 Apr 2013, Brian Hinz wrote:


Sounds good.  In the interim, does anyone mind if I start posting pre-releases 
via DRC's upload script that's in trunk?  I was
thinking that I would provide RPMS/SRPMS for el5 & el6, as well as a tarball 
with the el5 build contents.  Personally, I'd also
like to see a copy of each of the viewers (linux/windows/java/mac?) made 
available standalone as well.  It can be very
convenient when you just need a viewer but can't or don't want to install the 
whole package.  


We don't mind at all.

Best regards, 
---

Peter Åstrand   ThinLinc Chief Developer
Cendio AB   http://cendio.com
Teknikringen 8  http://twitter.com/ThinLinc
583 30 Linköpinghttp://facebook.com/ThinLinc
Phone: +46-13-214600http://plus.google.com/112509906846170010689--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-04 Thread Brian Hinz
On Tue, Apr 2, 2013 at 8:41 AM, Peter Åstrand  wrote:

> On Fri, 29 Mar 2013, Brian Hinz wrote:
>
>  I started down the path of creating an EPEL branch for EL5, but the
>> policies regarding duplication of system libraries make it
>> virtually impossible to build an EL5 package that complies with FESCo
>> rules.  I gave up on the idea of an EL5 branch for EPEL
>> when I was told that I would have to backport the code to make it work
>> with the legacy system libraries.  I'd still be willing
>> to maintain that RPM and provide it via TigerVNC's download page
>> (assuming that's OK with the other devs).  The build is based
>> on DRC's build script so the resulting binaries could also be packaged as
>> a tarball and would likely function on other distros.
>>
>
> Thanks for your work on this.
>

Your welcome, glad to help.


> The Xvnc and vncviewer that we ship in ThinLinc are known to work on a
> wide range of distributions. We have thought of using the same system for
> doing nightly builds of he upstream TigerVNC source as well, but
> unfortunately we haven't been able to find time for this yet.
>
> Pierre is working on the keyboard handling (XKB), but as soon as this work
> is complete, we can create a 1.3 beta.
>

Sounds good.  In the interim, does anyone mind if I start posting
pre-releases via DRC's upload script that's in trunk?  I was thinking that
I would provide RPMS/SRPMS for el5 & el6, as well as a tarball with the el5
build contents.  Personally, I'd also like to see a copy of each of the
viewers (linux/windows/java/mac?) made available standalone as well.  It
can be very convenient when you just need a viewer but can't or don't want
to install the whole package.

I built the win32 package using the latest sources, but only the x86
version b/c I don't have a copy of the 64 bit version of Windows XP.  I can
update the build script if someone else wants to run that one.  I'm not
sure how useful it is though - WinVNC is pretty broken, bug 3513768 makes
it nearly unusable.  I tried to poke around some, but I don't know how to
analyze the mdmp files to debug the problem.  I haven't done the OS-X build
yet but plan to.

-brian
--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-02 Thread Peter Åstrand

On Fri, 29 Mar 2013, Brian Hinz wrote:


I started down the path of creating an EPEL branch for EL5, but the policies 
regarding duplication of system libraries make it
virtually impossible to build an EL5 package that complies with FESCo rules.  I 
gave up on the idea of an EL5 branch for EPEL
when I was told that I would have to backport the code to make it work with the 
legacy system libraries.  I'd still be willing
to maintain that RPM and provide it via TigerVNC's download page (assuming 
that's OK with the other devs).  The build is based
on DRC's build script so the resulting binaries could also be packaged as a 
tarball and would likely function on other distros.


Thanks for your work on this.

The Xvnc and vncviewer that we ship in ThinLinc are known to work on a 
wide range of distributions. We have thought of using the same system for 
doing nightly builds of he upstream TigerVNC source as well, but 
unfortunately we haven't been able to find time for this yet.


Pierre is working on the keyboard handling (XKB), but as soon as this work 
is complete, we can create a 1.3 beta.


Rgds,
---
Peter Åstrand   ThinLinc Chief Developer
Cendio AB   http://cendio.com
Teknikringen 8  http://twitter.com/ThinLinc
583 30 Linköpinghttp://facebook.com/ThinLinc
Phone: +46-13-214600http://plus.google.com/112509906846170010689--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-04-01 Thread D.L.C. Burggraaff
"Updated with the latest Fltk source & patches.  Also the wrong versions of
the vncservers init script & config file were previously included."

Retrieved.
Regards, Dick


On Mon, Apr 1, 2013 at 12:25 AM, Brian Hinz wrote:

> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SPECS/tigervnc.spec
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SRPMS/tigervnc-1.2.0-11.20130330svn5066.el5.src.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-module-1.2.0-11.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-minimal-1.2.0-11.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-applet-1.2.0-11.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-1.2.0-11.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-license-1.2.0-11.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-1.2.0-11.20130330svn5066.el5.x86_64.rpm
>
> Updated with the latest Fltk source & patches.  Also the wrong versions of
> the vncservers init script & config file were previously included.
>
>
>
> On Sat, Mar 30, 2013 at 12:38 PM, Brian Hinz  > wrote:
>
>> On Sat, Mar 30, 2013 at 5:43 AM, D.L.C. Burggraaff wrote:
>>
>>> I repackage the "cross-compatible" builds for PartedMagic (
>>> http://partedmagic.com). And of course I repackage these builds for my
>>> own use (Slackware, Xubuntu).
>>>
>>> Most of the time I could rebuild within a reasonable time-frame all
>>> executables from source (PartedMagic prefers -Os instead of -O2) except
>>> Xvnc.
>>> This week I downloaded trunk and tried to compile. After some initial
>>> fights with FLTK I decided to ask about the possibility of a (pre-)release
>>> instead.
>>>
>>> I remember having read about DRC's build script some time ago. Maybe I
>>> should have a more involved "go" with it (any hints on where to find it?).
>>> Until then the RPM Brian mentioned would be more than welcome.
>>>
>>
>> Until a more suitable location can be found, here are links to an updated
>> RPM/SRPM/SPEC:
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SPECS/tigervnc.spec
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SRPMS/tigervnc-1.2.0-10.20130330svn5066.el5.src.rpm
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-module-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-minimal-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-applet-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-license-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>>
>> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>>
>> A couple of notes about the build:
>>
>> (1) Requires cmake > 2.8, which isn't readily available for EL5 but easy
>> enough to build.  I used the spec for cmake28 from the epel6 repo to
>> install cmake28 on EL5 (with one small change IIRC).
>> (2) The spec file needs a little updating.  Pierre has updated a couple
>> of the Fltk patches since I last modified this spec file.  I'll update
>> those and repost later today or tomorrow.
>> (3) The Xvnc binary is mostly static and may "just work".  If not, I
>> think that the spec file is pretty straight forward if you wanted to use it
>> as a basis for a custom build script.
>> (4) The build process was derived from DRC's cross-compatible build
>> script, but differs in source versions (which were matched as closely to
>> Fedora 12 as possible) and some of the options used to configure Xvnc.
>>  I've running this in a production environment for over a year now and it's
>> very stable.
>>
>> Oh, and thanks for your work on partedmagic.  It's a great piece of
>> software 

Re: [Tigervnc-devel] New (pre-)release

2013-03-31 Thread Brian Hinz
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SPECS/tigervnc.spec
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SRPMS/tigervnc-1.2.0-11.20130330svn5066.el5.src.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-module-1.2.0-11.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-minimal-1.2.0-11.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-applet-1.2.0-11.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-1.2.0-11.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-license-1.2.0-11.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-1.2.0-11.20130330svn5066.el5.x86_64.rpm

Updated with the latest Fltk source & patches.  Also the wrong versions of
the vncservers init script & config file were previously included.



On Sat, Mar 30, 2013 at 12:38 PM, Brian Hinz
wrote:

> On Sat, Mar 30, 2013 at 5:43 AM, D.L.C. Burggraaff wrote:
>
>> I repackage the "cross-compatible" builds for PartedMagic (
>> http://partedmagic.com). And of course I repackage these builds for my
>> own use (Slackware, Xubuntu).
>>
>> Most of the time I could rebuild within a reasonable time-frame all
>> executables from source (PartedMagic prefers -Os instead of -O2) except
>> Xvnc.
>> This week I downloaded trunk and tried to compile. After some initial
>> fights with FLTK I decided to ask about the possibility of a (pre-)release
>> instead.
>>
>> I remember having read about DRC's build script some time ago. Maybe I
>> should have a more involved "go" with it (any hints on where to find it?).
>> Until then the RPM Brian mentioned would be more than welcome.
>>
>
> Until a more suitable location can be found, here are links to an updated
> RPM/SRPM/SPEC:
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SPECS/tigervnc.spec
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SRPMS/tigervnc-1.2.0-10.20130330svn5066.el5.src.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-module-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-minimal-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-applet-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-license-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>
> http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-1.2.0-10.20130330svn5066.el5.x86_64.rpm
>
> A couple of notes about the build:
>
> (1) Requires cmake > 2.8, which isn't readily available for EL5 but easy
> enough to build.  I used the spec for cmake28 from the epel6 repo to
> install cmake28 on EL5 (with one small change IIRC).
> (2) The spec file needs a little updating.  Pierre has updated a couple of
> the Fltk patches since I last modified this spec file.  I'll update those
> and repost later today or tomorrow.
> (3) The Xvnc binary is mostly static and may "just work".  If not, I think
> that the spec file is pretty straight forward if you wanted to use it as a
> basis for a custom build script.
> (4) The build process was derived from DRC's cross-compatible build
> script, but differs in source versions (which were matched as closely to
> Fedora 12 as possible) and some of the options used to configure Xvnc.
>  I've running this in a production environment for over a year now and it's
> very stable.
>
> Oh, and thanks for your work on partedmagic.  It's a great piece of
> software that has saved my bacon more than once.
>
> -brian
>
>
>
>
>
--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on S

Re: [Tigervnc-devel] New (pre-)release

2013-03-30 Thread Brian Hinz
On Sat, Mar 30, 2013 at 5:43 AM, D.L.C. Burggraaff wrote:

> I repackage the "cross-compatible" builds for PartedMagic (
> http://partedmagic.com). And of course I repackage these builds for my
> own use (Slackware, Xubuntu).
>
> Most of the time I could rebuild within a reasonable time-frame all
> executables from source (PartedMagic prefers -Os instead of -O2) except
> Xvnc.
> This week I downloaded trunk and tried to compile. After some initial
> fights with FLTK I decided to ask about the possibility of a (pre-)release
> instead.
>
> I remember having read about DRC's build script some time ago. Maybe I
> should have a more involved "go" with it (any hints on where to find it?).
> Until then the RPM Brian mentioned would be more than welcome.
>

Until a more suitable location can be found, here are links to an updated
RPM/SRPM/SPEC:

http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SPECS/tigervnc.spec
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/SRPMS/tigervnc-1.2.0-10.20130330svn5066.el5.src.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-module-1.2.0-10.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-minimal-1.2.0-10.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-applet-1.2.0-10.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-server-1.2.0-10.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-license-1.2.0-10.20130330svn5066.el5.x86_64.rpm
http://dl.dropbox.com/u/3409323/TigerVNC/epel5/RPMS/x86_64/tigervnc-1.2.0-10.20130330svn5066.el5.x86_64.rpm

A couple of notes about the build:

(1) Requires cmake > 2.8, which isn't readily available for EL5 but easy
enough to build.  I used the spec for cmake28 from the epel6 repo to
install cmake28 on EL5 (with one small change IIRC).
(2) The spec file needs a little updating.  Pierre has updated a couple of
the Fltk patches since I last modified this spec file.  I'll update those
and repost later today or tomorrow.
(3) The Xvnc binary is mostly static and may "just work".  If not, I think
that the spec file is pretty straight forward if you wanted to use it as a
basis for a custom build script.
(4) The build process was derived from DRC's cross-compatible build script,
but differs in source versions (which were matched as closely to Fedora 12
as possible) and some of the options used to configure Xvnc.  I've running
this in a production environment for over a year now and it's very stable.

Oh, and thanks for your work on partedmagic.  It's a great piece of
software that has saved my bacon more than once.

-brian
--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-03-29 Thread Brian Hinz
On Fri, Mar 29, 2013 at 10:43 AM, DRC wrote:

> The pre-releases I used to provide were "cross-compatible" builds designed
> to work on a variety of Linux platforms. They were built that way because
> we were considering at the time merging TurboVNC with TigerVNC, and one
> requirement of that was having a single binary that any Linux user could
> install. I was also keen to issue pre-release binaries so VirtualGL users
> could evaluate the system relative to TurboVNC. Since I abandoned the idea
> of merging the two projects and ceased maintaining TigerVNC, no one has
> stepped up to take over the cross-compatible builds, and it doesn't look
> likely that anyone will. Red Hat is doing their own Fedora-specific builds
> and issuing pre-releases through Rawhide, and Cendio's builds are focused
> on delivery in the ThinLinc product. I'm not sure what the plan is for 1.3
> and what binaries, if any, will accompany that release. Since removing FLTK
> from the TigerVNC source tree, building all of the binaries that I
> delivered with 1.2 has become difficult, requiring some local
> customizations that I've submitted to this list (but not all of which have
> been incorporated into TigerVNC and FLTK.) This kind of goes with my
> previous statement that TigerVNC has become more of a vendor-supplied
> technology.
>

I started down the path of creating an EPEL branch for EL5, but the
policies regarding duplication of system libraries make it virtually
impossible to build an EL5 package that complies with FESCo rules.  I gave
up on the idea of an EL5 branch for EPEL when I was told that I would have
to backport the code to make it work with the legacy system libraries.  I'd
still be willing to maintain that RPM and provide it via TigerVNC's
download page (assuming that's OK with the other devs).  The build is based
on DRC's build script so the resulting binaries could also be packaged as a
tarball and would likely function on other distros.

-brian
--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New (pre-)release

2013-03-29 Thread DRC
The pre-releases I used to provide were "cross-compatible" builds designed to 
work on a variety of Linux platforms. They were built that way because we were 
considering at the time merging TurboVNC with TigerVNC, and one requirement of 
that was having a single binary that any Linux user could install. I was also 
keen to issue pre-release binaries so VirtualGL users could evaluate the system 
relative to TurboVNC. Since I abandoned the idea of merging the two projects 
and ceased maintaining TigerVNC, no one has stepped up to take over the 
cross-compatible builds, and it doesn't look likely that anyone will. Red Hat 
is doing their own Fedora-specific builds and issuing pre-releases through 
Rawhide, and Cendio's builds are focused on delivery in the ThinLinc product. 
I'm not sure what the plan is for 1.3 and what binaries, if any, will accompany 
that release. Since removing FLTK from the TigerVNC source tree, building all 
of the binaries that I delivered with 1.2 has become difficult, requiring some 
local customizations that I've submitted to this list (but not all of which 
have been incorporated into TigerVNC and FLTK.) This kind of goes with my 
previous statement that TigerVNC has become more of a vendor-supplied 
technology.

On Mar 29, 2013, at 7:42 AM, "D.L.C. Burggraaff"  wrote:

> L.S.
> 
> 1.2.0 is one year old now.
> Pre-release builds (as were provided by The VirtualGL Project) are no 
> longer available.
> Is there any indication on whether and when a new (pre-)release will be 
> available?
> 
> Kind regards, Dick
> 
> 
> --
> Own the Future-Intel(R) Level Up Game Demo Contest 2013
> Rise to greatness in Intel's independent game demo contest. Compete 
> for recognition, cash, and the chance to get your game on Steam. 
> $5K grand prize plus 10 genre and skill prizes. Submit your demo 
> by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
> ___
> Tigervnc-devel mailing list
> Tigervnc-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

--
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New pre-release build

2011-11-08 Thread DRC
I have re-spun the build to add Pierre's Tight decoder bug fix and other
enhancements from today

On 11/8/11 4:17 AM, DRC wrote:
> http://www.virtualgl.org/DeveloperInfo/TigerVNCPreReleases
> 
> -- Contains my client-side performance optimizations
> -- Contains numerous Java viewer fixes
> -- Windows code is now built with MinGW
> -- NLS theoretically works with the 32-bit Windows vncviewer, (if you
> were to install the .mo files under c:\program
> files\tigervnc\share\locale-- To do: figure out how to make that happen
> in the installer in a straightforward manner)
> -- Contains Pierre's latest optimizations for high-latency networks

--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel


Re: [Tigervnc-devel] New pre-release build

2011-11-08 Thread Pierre Ossman
On Tue, 08 Nov 2011 04:17:57 -0600
DRC  wrote:

> -- Contains Pierre's latest optimizations for high-latency networks
> 

Which so far are mild. The big stuff is still being worked on. I hope
to have a (massive) patch available here on the list this week.

Rgds
-- 
Pierre OssmanOpenSource-based Thin Client Technology
System Developer Telephone: +46-13-21 46 00
Cendio ABWeb: http://www.cendio.com

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


signature.asc
Description: PGP signature
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel