On Thu, May 06, 2010 at 05:29:06AM +0700, Antoine Martin wrote:
> [snip]
> >>You can read how to rebuild rpm on
> >>http://www.linuxweblog.com/patch-rebuild-rpm, for example. Note that
> >>%_topdir macro is not /usr/src/redhat/ but ~/rpmbuild/. Simply put the
> >>patch to ~/rpmbuild/SOURCES directory and apply it as written in
> >>chapter "6. Adding the patch to the package".
> >>
> >>You can get the latest source rpm from
> >>http://kojipkgs.fedoraproject.org/packages/mingw32-w32api/3.13/5.fc13/src/mingw32-w32api-3.13-5.fc13.src.rpm.
> >>
> >>
> >>Feel free to ask me if you hit any problem.
> >Thanks, that worked. Got the:
> >checking whether CLSID_ActiveDesktop is declared... yes
> >And the .exe built fine.
> >
> >Is there a make install somewhere I've missed? I had to select the
> >DLL set by hand.
> >(the tigervnc.iss seems to be based on the VS build?)
> >
> >The resulting binary will display the help text when run via wine:
> >wine winvnc4.exe -h
> >But will not display anything when running native.
> >It seems to run though, listening on :5900 at least - but the tray
> >icon is missing and I can't seem to connect.. ("No password
> >configured..")
> >And if I specify *any* command line arguments, it dies (sometimes
> >popping up Dr Watson)
> >Probably still missing something..
> Anyone?

There might be multiple problems if I remember correctly. tigervnc.iss
is really not updated, yet. We should discuss how patch it/replace it
because AFAIK there is no Inno Setup for UNIX/OS X.

Currently you have to install all needed libraries manually. Note that
if you simply copied tigervnc/win/winvnc/winvnc4.exe and executed it
on Windows it will do nothing because it is only libtool wrapper
around the tigervnc/win/winvnc/.libs/winvnc4.exe executable. Try to
use winvnc from the .libs/ directory. Does it work now?

> Would you consider merging that?

I think so.

Regards, Adam

-- 
Adam Tkac, Red Hat, Inc.

------------------------------------------------------------------------------
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to