summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-23 04:41:14 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-23 04:41:14 +0000
commitebfcf3c387ce1a14d4d436a84999fdab0e5933bf (patch)
treef3adb399e658f8abb1227d4a35f8ae2922f137be /README.cmake
parentd3c29ea981bd18cf81cc582d60700145269e6853 (diff)
downloadwireshark-ebfcf3c387ce1a14d4d436a84999fdab0e5933bf.tar.gz
Build more plugins with cmake.
svn path=/trunk/; revision=30084
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
=====================