Changeset 909e238
- Timestamp:
- 05/19/2019 05:52:30 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3c19265
- Parents:
- 282f6fc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xsoft/graphweb/seamonkey.xml
r282f6fc3 r909e238 264 264 265 265 <para> 266 <application>GCC-9</application> generates some false positives with 267 <command>--Werror=fromat</command>, which prevent building 268 <application>SeaMonkey</application>. Remove this flag with the 269 following command: 270 </para> 271 272 <screen><userinput>grep -rl -- '-Werror=format' | 273 xargs sed -i 's/error=format/no-&/'</userinput></screen> 274 275 <para> 266 276 Compile <application>SeaMonkey</application> by running the following 267 277 commands: 268 278 </para> 269 279 270 <!-- Seems to still be needed for 2.49.2 --> 280 <!-- Seems to still be needed for 2.49.2 281 but not in 2.49.4 271 282 <screen><userinput>CFLAGS_HOLD=$CFLAGS && 272 283 CXXFLAGS_HOLD=$CXXFLAGS && … … 275 286 export CXXFLAGS+=$EXTRA_FLAGS && 276 287 unset EXTRA_FLAGS && 277 278 CC=gcc CXX=g++ make -f client.mk</userinput></screen> 279 280 <note><para>The CC and CXX variables above are only needed if 281 <xref linkend="llvm"/> is installed. If using clang is desired, 282 do not use the CFLAGS or CXXFLAGS above.</para></note> 288 --> 289 <screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen> 290 291 <note> 292 <para> 293 The CC and CXX variables above are only needed if 294 <xref linkend="llvm"/> is installed and you do not want to use clang. 295 </para> 296 </note> 283 297 284 298 <para> … … 296 310 297 311 cp -v $(find -name seamonkey.1 | head -n1) /usr/share/man/man1</userinput></screen> 298 312 <!-- Not needed: see above 299 313 <para> 300 314 Set the compilation flags back to their original values: … … 304 318 export CXXFLAGS=$CXXFLAGS_HOLD && 305 319 unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen> 306 320 --> 307 321 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey"> 308 322 All the Development Libraries and Headers
Note:
See TracChangeset
for help on using the changeset viewer.