Skip to content

Commit

Permalink
Update wxwidgets tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Mar 24, 2024
1 parent 497da04 commit 9be0f53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get clean

# Build wxwidgets
RUN cd / && \
git clone --depth=1 --shallow-submodules --recurse-submodules -b xlights_2024.05 https://github.com/xLightsSequencer/wxWidgets xlights_2024.05 && \
cd xlights_2024.05 && \
git clone --depth=1 --shallow-submodules --recurse-submodules -b xlights_2024.06 https://github.com/xLightsSequencer/wxWidgets xlights_2024.06 && \
cd xlights_2024.06 && \
./configure --with-cxx=17 --enable-std_containers --enable-std_string_conv_in_wxstring --enable-backtrace --enable-exceptions --enable-mediactrl --enable-graphics_ctx --enable-shared --disable-sdltest --with-gtk=3 --disable-pcx --disable-iff --without-libtiff --prefix=/usr && \
make -j 4 && \
make install PREFIX=/usr && \
cd .. && \
rm -rf xlights_2024.05
rm -rf xlights_2024.06

# Build log4cpp
RUN cd / && \
Expand Down

3 comments on commit 9be0f53

@derwin12
Copy link

@derwin12 derwin12 commented on 9be0f53 Mar 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dkulp @computergeek1507 .. trying to see what might be causing the reported linux crash --- should this be updated?

--with-cxx=17 to --with-cxx=20 ?
and perhaps add CXXFLAGS="-std=c++20" (just read this on google so I dont know for sure)

@computergeek1507
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the docker generator was not building a new image, the current appimage release might be using an old version of wx

@computergeek1507
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Please sign in to comment.