You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exch/ews/structures.cpp: In member function 'const TAGGED_PROPVAL*
gromox::EWS::Structures::sShape::writes(uint32_t) const':
exch/ews/structures.cpp:897:34: error: operands to '?:' have different
types '__gnu_cxx::__normal_iterator<const TAGGED_PROPVAL*,
std::__cxx1998::vector<TAGGED_PROPVAL,
std::allocator<TAGGED_PROPVAL>>>' and 'std::nullptr_t'
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ jobs:
35
35
- name: buildall
36
36
run: |
37
37
set -e
38
-
pushd vmime && cmake . -DVMIME_SENDMAIL_PATH:STRING="/usr/sbin/sendmail" -DVMIME_BUILD_SAMPLES:BOOL=OFF -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON -DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF && make "-j$(nproc)" && sudo make install && popd
39
-
pushd libHX && ./qconf && make "-j$(nproc)" && sudo make install && popd
38
+
cd vmime && cmake . -DVMIME_SENDMAIL_PATH:STRING="/usr/sbin/sendmail" -DVMIME_BUILD_SAMPLES:BOOL=OFF -DVMIME_HAVE_TLS_SUPPORT:BOOL=ON -DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF && make "-j$(nproc)" && sudo make install && cd -
39
+
cd libHX && ./qconf && make "-j$(nproc)" && sudo make install && cd -
40
40
./qconf
41
41
LD_LIBRARY_PATH=/usr/local/lib make "-j$(nproc)"
42
42
LD_LIBRARY_PATH=/usr/local/lib make install DESTDIR="$PWD/rt" && rm -Rf rt
43
43
make clean
44
-
LD_LIBRARY_PATH=/usr/local/lib make "-j$(nproc)" CPPFLAGS=-DCOMPILE_DIAG
44
+
LD_LIBRARY_PATH=/usr/local/lib make "-j$(nproc)" CPPFLAGS="-DCOMPILE_DIAG -D_GLIBCXX_DEBUG"
0 commit comments