> Doesn't compile here (Arch linux), probably it's missing some linker flag:
>
> undefined reference to `wxTCPConnection::wxTCPConnection()'
> undefined reference to `wxTCPServer::~wxTCPServer()'

Seems that the patch requires wxNet on Linux:

Could you try to change in CMakeList.txt (in trunk) line 108
SET(wxWidgets_USE_LIBS base core xrc html xml adv gl)
to
SET(wxWidgets_USE_LIBS base core xrc html xml adv gl net)

This should add wxNet to PTBatcherGUI and I hope, then it compiles.

Little background: I need some kind of inter process communication to
transfer the command
line parameters. I tried to use wxConnection/wxClient/wxServer from
wxWidgets. On windows
it uses DDE which is in the wxBase. But as I see from your post, on
linux it uses a TCP protocol
which is only in wxNet.

Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to hugin-ptx@googlegroups.com
To unsubscribe from this group, send email to 
hugin-ptx-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/hugin-ptx
-~----------~----~----~----~------~----~------~--~---

Reply via email to