View | Details | Raw Unified | Return to bug 41082
Collapse All | Expand All

(-)a/.gear/wxGTK3.0.spec (-2 / +5 lines)
Lines 287-297 CONF_FLAG="--enable-shared \ Link Here
287
	--enable-graphics_ctx \
287
	--enable-graphics_ctx \
288
	--with-libmspack \
288
	--with-libmspack \
289
	--disable-stl \
289
	--disable-stl \
290
	--enable-std_containers \
291
	--enable-std_string_conv_in_wxstring \
292
	--enable-ipv6 \
290
	--enable-ipv6 \
293
	--enable-no_deps \
291
	--enable-no_deps \
294
	--with-subdirs"
292
	--with-subdirs"
293
# for perl-Wx:
294
# error: cannot convert 'const wxString' to 'const wxChar*'
295
#	--enable-std_string_conv_in_wxstring \
296
# error: invalid initialization of reference of type 'const wxList&' from expression of type 'const wxVariantList'
297
#	--enable-std_containers \
295
298
296
./autogen.sh
299
./autogen.sh
297
export LIBS="-lX11"
300
export LIBS="-lX11"

Return to bug 41082