> All the other Bacula consoles use
> *standard* libaries loaded in standard places or if they are installed in
> subdirectories, the installation process defines symbolic links from the
> standard libaries.
er. nope.
on my sys,
which wx-config
/usr/local/wx284_dyn/bin/wx-config
where,
"wx-config returns information about the wxWidgets libraries available on
your system. It may be used to retrieve the information required to build
applications using these libraries using --cppflags, --cflags, --cxxflags
and --libs options."
no symlinks anywhere.
i.e., the bacula's wx console source correctly /uses/ wx-config to get
the locations
egrep -A3 wx-config Makefile
# wx-config generated by configure
CONS_CPPFLAGS=-DHAVE_WXCONSOLE
-I/usr/local/wx284_dyn/lib/wx/include/mac-unicode-release-2.8
-I/usr/local/wx284_dyn/include/wx-2.8 -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -D__WXMAC__ $(macosx_cppflags)
CONS_LDFLAGS=-L/usr/local/wx284_dyn/lib -L/usr/local/lib -ljpeg
-lpng -ltiff -lpcre -lexpat -lz -lSDL -framework QuickTime -framework
IOKit -framework Carbon -framework Cocoa -framework System
-lwx_macu-2.8
it, of course, /finds/ wx-config cuz "/usr/local/wx284_dyn/bin" has
been added to $PATH.
on my sys, "/usr/local/qt4/bin" is /also/ in path.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel