aboutsummaryrefslogtreecommitdiffstats
path: root/README.cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-23 04:41:14 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-23 04:41:14 +0000
commitc322f50093fe5f333f8d8d8c07e9012d77d92bd4 (patch)
treef3adb399e658f8abb1227d4a35f8ae2922f137be /README.cmake
parent8b5bbfe7cee2859d6496bd37a7ec02eb1f62d105 (diff)
Build more plugins with cmake.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30084 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index a3beabde42..fed248fd6b 100644
--- a/README.cmake
+++ b/README.cmake
@@ -69,12 +69,15 @@ What needs to be done?
- Add back platform specific objects.
- Fix places in the cmake files marked as todo.
- Add back (working) install target.
+ Currently, directories are created with user umask
- Build source package (using CPack).
- Build rpm package (using CPack).
- Add back checkAPI target.
- Test and add support for other platforms (BSDs, OSX,
Solaris, Win32, Win64, ...)
...
+Couldn't load module /opt/test/lib/wireshark/plugins/1.3.0/libasn1.so: /opt/test/lib/wireshark/plugins/1.3.0/libasn1.so: undefined symbol: asn1_bool_decode
+Couldn't load module /opt/test/lib/wireshark/plugins/1.3.0/libmate.so: /opt/test/lib/wireshark/plugins/1.3.0/libmate.so: undefined symbol: mate_load_config
Links regarding cmake
=====================