GithubHelp home page GithubHelp logo

Comments (16)

jfoclpf avatar jfoclpf commented on June 11, 2024 1

Currently it says this:
imatge

But if you thing it should be clarified, please feel free to make a contribution.
To be honest I haven't experienced any problem installing passenger. You can use puma instead if you want (actually is a pretty standard configuration). Just google a little about installing a rails application with puma and nginx.

I messed up everything, because now I understand that you wanted us to create a new file.

But if you thing it should be clarified, please feel free to make a contribution.

Done it: #54

from decidim-install.

microstudi avatar microstudi commented on June 11, 2024

thanks for reporting. Do you mind to point where the error appeared?

from decidim-install.

omairerichard avatar omairerichard commented on June 11, 2024

Executing
gem install bundler
it installed Bundler 2.0.1. Then when launching
decidim decidim-app
it fails.
Then I uninstalled bundler 2.0.1 and installed bundler 1.17.3, launched again decidim decidim-app and it run fine.
Hope it helps.

from decidim-install.

microstudi avatar microstudi commented on June 11, 2024

i think it has to be another thing, maybe some other gems needs to be updated to use bundle 2.0.1. I've just tested to install with a bundle 2.0.1 and it worked.
Your installation was in a clean server created from scratch?
I will investigate though

from decidim-install.

omairerichard avatar omairerichard commented on June 11, 2024

Yes, I installed on a clean DO Ubuntu 18.04

from decidim-install.

polnetwork avatar polnetwork commented on June 11, 2024

Executing
gem install bundler
it installed Bundler 2.0.1. Then when launching
decidim decidim-app
it fails.
Then I uninstalled bundler 2.0.1 and installed bundler 1.17.3, launched again decidim decidim-app and it run fine.
Hope it helps.

Please can you explain how to downgrade? I'm new to ruby. I think I can be on the same situation.

Thank's for all.

from decidim-install.

polnetwork avatar polnetwork commented on June 11, 2024

I'v arribed to step "bundle install" after changing the "gem install bundler" to "gem install bundler -v 1.17.3"

Now I'm into that:
decidim@decidim:~/decidim-app$ bundle install
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/.
Could not find gem 'decidim (= 0.14.0)' in any of the gem sources listed in
your Gemfile.

Any idea?

Thank you

from decidim-install.

microstudi avatar microstudi commented on June 11, 2024

First of all, thanks @polnetwork for being such detailed!
About this think with the bundler 2.0.1, I have to say that I use that version without problems, so I thing there's something else involved.

Please, can you try this commands:

gem update --system
gem cleanup
gem install bundler
gem install decidim

Then, current version of Decidim is 0.16, if you have 0.14 You can either remove the folder and start again or change all references to 0.14 in the Gemfile to 0.16. Then upgrade as explained in https://github.com/Platoniq/decidim-install/blob/master/decidim-update.md

You can check what versions of Decidim have installed by doing:

gem list |grep decidim

from decidim-install.

polnetwork avatar polnetwork commented on June 11, 2024

Ok I started again form scratch and the system says that so I imagine there where some conflicts.

gem update --system
Updating rubygems-update
Fetching: rubygems-update-3.0.2.gem (100%)
Successfully installed rubygems-update-3.0.2
Installing RubyGems 3.0.2
Bundler 1.17.3 installed
RubyGems 3.0.2 installed
Regenerating binstubs

=== 3.0.2 / 2019-01-01

Minor enhancements:

  • Use Bundler-1.17.3. Pull request #2556 by SHIBATA Hiroshi.
  • Fix document flag description. Pull request #2555 by Luis Sagastume.

Bug fixes:

  • Fix tests when ruby --program-suffix is used without rubygems
    --format-executable. Pull request #2549 by Jeremy Evans.
  • Fix Gem::Requirement equality comparison when ~> operator is used. Pull
    request #2554 by Grey Baker.
  • Unset SOURCE_DATE_EPOCH in the test cases. Pull request #2558 by Sorah
    Fukumori.
  • Restore SOURCE_DATE_EPOCH. Pull request #2560 by SHIBATA Hiroshi.

=== 3.0.1 / 2018-12-23

Bug fixes:

  • Ensure globbed files paths are expanded. Pull request #2536 by Tony Ta.
  • Dup the Dir.home string before passing it on. Pull request #2545 by
    Charles Oliver Nutter.
  • Added permissions to installed files for non-owners. Pull request #2546
    by SHIBATA Hiroshi.
  • Restore release task without hoe. Pull request #2547 by SHIBATA Hiroshi.

=== 3.0.0 / 2018-12-19

Major enhancements:

  • S3 source. Pull request #1690 by Aditya Prakash.
  • Download gems with threads. Pull request #1898 by André Arko.
  • Update to SPDX license list 3.0. Pull request #2152 by Mike Linksvayer.
  • [GSoC] Multi-factor feature for RubyGems. Pull request #2369 by Qiu
    Chaofan.
  • Use bundler 1.17.2. Pull request #2521 by SHIBATA Hiroshi.

Minor enhancements:

  • Don't treat inaccessible working directories as build failures. Pull
    request #1135 by Pete.
  • Remove useless directory parameter from builders .build methods.
    [rebased]. Pull request #1433 by Kurtis Rainbolt-Greene.
  • Skipping more than one gem in pristine. Pull request #1592 by Henne
    Vogelsang.
  • Add info command to print information about an installed gem. Pull
    request #2023 by Colby Swandale.
  • Add --[no-]check-development option to cleanup command. Pull request
    #2061 by Lin Jen-Shin (godfat).
  • Show which gem referenced a missing gem. Pull request #2067 by Artem
    Khramov.
  • Prevent to delete to "bundler-" prefix gem like bundler-audit. Pull
    request #2086 by SHIBATA Hiroshi.
  • Fix rake install_test_deps once the rake clean_env does not exist. Pull
    request #2090 by Lucas Arantes.
  • Workaround common options mutation in Gem::Command test. Pull request
    #2098 by Thibault Jouan.
  • Extract a SpecificationPolicy validation class. Pull request #2101 by
    Olle Jonsson.
  • Handle environment that does not have flock system call. Pull request
    #2107 by SHIBATA Hiroshi.
  • Handle the explain option in gem update. Pull request #2110 by Colby
    Swandale.
  • Add Gem.operating_system_defaults to allow packagers to override
    defaults. Pull request #2116 by Vít Ondruch.
  • Update for compatibilty with new minitest. Pull request #2118 by
    MSP-Greg.
  • Make Windows bin stubs portable. Pull request #2119 by MSP-Greg.
  • Avoid to warnings about gemspec loadings in rubygems tests. Pull request
    #2125 by SHIBATA Hiroshi.
  • Set whether bundler is used for gemdeps with an environmental variable.
    Pull request #2126 by SHIBATA Hiroshi.
  • Titleize "GETTING HELP" in readme. Pull request #2136 by Colby Swandale.
  • Improve the error message given when using --version with multiple gems
    in the install command. Pull request #2137 by Colby Swandale.
  • Use File.open instead of open. Pull request #2142 by SHIBATA
    Hiroshi.
  • Gem::Util.traverse_parents should not crash on permissions error. Pull
    request #2147 by Robert Ulejczyk.
  • [Installer] Avoid a #mkdir race condition. Pull request #2148 by Samuel
    Giddins.
  • Allow writing gemspecs from gem unpack to location specified by target
    option. Pull request #2150 by Colby Swandale.
  • Raise errors in gem uninstall when a file in a gem could not be
    removed . Pull request #2154 by Colby Swandale.
  • Remove PID from gem index directory. Pull request #2155 by SHIBATA
    Hiroshi.
  • Nil guard on Gem::Specification. Pull request #2164 by SHIBATA
    Hiroshi.
  • Skip broken test with macOS platform. Pull request #2167 by SHIBATA
    Hiroshi.
  • Support option for --destdir with upgrade installer. Pull request
    #2169 by SHIBATA Hiroshi.
  • To use constant instead of hard-coded version. Pull request #2171 by
    SHIBATA Hiroshi.
  • Add Rake task to install dev dependencies. Pull request #2173 by Ellen
    Marie Dash.
  • Add new sections to the README and explaination of what RubyGems is.
    Pull request #2174 by Colby Swandale.
  • Prefer to use Numeric#zero? instead of == 0. Pull request #2176 by
    SHIBATA Hiroshi.
  • Ignore perfomance test of version regexp pattern. Pull request #2179 by
    SHIBATA Hiroshi.
  • Ignore .DS_Store files in the update_manifest task. Pull request #2199
    by Colby Swandale.
  • Allow building gems without having to be in the gem folder . Pull
    request #2204 by Colby Swandale.
  • Added coverage ability used by simplecov. Pull request #2207 by SHIBATA
    Hiroshi.
  • Improve invalid proxy error message. Pull request #2217 by Luis
    Sagastume.
  • Simplify home directory detection and platform condition. Pull request
    #2218 by SHIBATA Hiroshi.
  • Permission options. Pull request #2219 by Nobuyoshi Nakada.
  • Improve gemspec and package task. Pull request #2220 by SHIBATA Hiroshi.
  • Prefer to use util_spec in Gem::TestCase. Pull request #2227 by
    SHIBATA Hiroshi.
  • [Requirement] Treat requirements with == versions as equal. Pull
    request #2230 by Samuel Giddins.
  • Add a note for the non-semantically versioned case. Pull request #2242
    by David Rodríguez.
  • Keep feature names loaded in the block. Pull request #2261 by Nobuyoshi
    Nakada.
  • Tweak warning recommendation. Pull request #2266 by David Rodríguez.
  • Show git path in gem env. Pull request #2268 by Luis Sagastume.
  • Add --env-shebang flag to setup command. Pull request #2271 by James
    Myers.
  • Support SOURCE_DATE_EPOCH to make gem spec reproducible. Pull request
    #2278 by Levente Polyak.
  • Chdir back to original directory when building an extension fails. Pull
    request #2282 by Samuel Giddins.
  • [Rakefile] Add a default task that runs the tests. Pull request #2283 by
    Samuel Giddins.
  • Support SOURCE_DATE_EPOCH to make gem tar reproducible. Pull request
    #2289 by Levente Polyak.
  • Reset hooks in test cases. Pull request #2297 by Samuel Giddins.
  • Minor typo: nokogiri. Pull request #2298 by Darshan Baid.
  • Ignore vendored molinillo from code coverage. Pull request #2302 by
    SHIBATA Hiroshi.
  • Support IO.copy_stream. Pull request #2303 by okkez.
  • Prepare beta release. Pull request #2304 by SHIBATA Hiroshi.
  • Add error message when trying to open a default gem. Pull request #2307
    by Luis Sagastume.
  • Add alias command 'i' for 'install' command. Pull request #2308 by
    ota42y.
  • Cleanup rdoc task in Rakefile. Pull request #2318 by SHIBATA Hiroshi.
  • Add testcase to test_gem_text.rb. Pull request #2329 by Oliver.
  • Gem build strict option. Pull request #2332 by David Rodríguez.
  • Make spec reset more informative. Pull request #2333 by Luis Sagastume.
  • [Rakefile] Set bundler build metadata when doing a release. Pull request
    #2335 by Samuel Giddins.
  • Speed up globbing relative to given directories. Pull request #2336 by
    Samuel Giddins.
  • Remove semver gem build warning. Pull request #2351 by David Rodríguez.
  • Expand symlinks in gem path. Pull request #2352 by Benoit Daloze.
  • Normalize comment indentations. Pull request #2353 by David Rodríguez.
  • Add bindir flag to pristine. Pull request #2361 by Luis Sagastume.
  • Add --user-install behaviour to cleanup command. Pull request #2362 by
    Luis Sagastume.
  • Allow build options to be passed to Rake. Pull request #2382 by Alyssa
    Ross.
  • Add --re-sign flag to cert command. Pull request #2391 by Luis
    Sagastume.
  • Fix "interpreted as grouped expression" warning. Pull request #2399 by
    Colby Swandale.
  • [Gem::Ext::Builder] Comments to aid future refactoring. Pull request
    #2405 by Ellen Marie Dash.
  • Move CONTRIBUTING.rdoc and POLICIES.rdoc documents to markdown. Pull
    request #2412 by Colby Swandale.
  • Improve certificate expiration defaults. Pull request #2420 by Luis
    Sagastume.
  • Freeze all possible constants. Pull request #2422 by Colby Swandale.
  • Fix bundler rubygems binstub not properly looking for bundler. Pull
    request #2426 by David Rodríguez.
  • Make sure rubygems never leaks to another installation. Pull request
    #2427 by David Rodríguez.
  • Update README.md. Pull request #2428 by Marc-André Lafortune.
  • Restrict special chars from prefixing new gem names. Pull request #2432
    by Luis Sagastume.
  • This removes support for dynamic API backend lookup via DNS SRV records.
    Pull request #2433 by Arlandis Word.
  • Fix link to CONTRIBUTING.md doc. Pull request #2434 by Arlandis Word.
  • Support Keyword args with Pysch. Pull request #2439 by SHIBATA Hiroshi.
  • Bug/kernel#warn uplevel. Pull request #2442 by Nobuyoshi Nakada.
  • Improve certificate error message. Pull request #2454 by Luis Sagastume.
  • Update gem open command help text. Pull request #2458 by Aditya Prakash.
  • Uninstall with versions. Pull request #2466 by David Rodríguez.
  • Add output option to build command. Pull request #2501 by Colby
    Swandale.
  • Move rubocop into a separate stage in travis ci. Pull request #2510 by
    Colby Swandale.
  • Ignore warnings with test_gem_specification.rb. Pull request #2523 by
    SHIBATA Hiroshi.
  • Support the environment without OpenSSL. Pull request #2528 by SHIBATA
    Hiroshi.

Bug fixes:

  • Fix undefined method error when printing alert. Pull request #1884 by
    Robert Ross.
  • Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request
    #2115 by MSP-Greg.
  • Fixed typos. Pull request #2143 by SHIBATA Hiroshi.
  • Fix regression of destdir on Windows platform. Pull request #2178 by
    SHIBATA Hiroshi.
  • Fixed no assignment variables about default gems installation. Pull
    request #2181 by SHIBATA Hiroshi.
  • Fix spelling errors in the README. Pull request #2187 by Colby Swandale.
  • Missing comma creates ambiguous meaning. Pull request #2190 by Clifford
    Heath.
  • Fix getting started instructions. Pull request #2198 by Luis Sagastume.
  • Fix rubygems dev env. Pull request #2201 by Luis Sagastume.
  • Fix #1470: generate documentation when --install-dir is present. Pull
    request #2229 by Elias Hernandis.
  • Fix activation when multiple platforms installed. Pull request #2339 by
    MSP-Greg.
  • Fix required_ruby_version with prereleases and improve error message.
    Pull request #2344 by David Rodríguez.
  • Update tests for 'newer' Windows builds. Pull request #2348 by MSP-Greg.
  • Fix broken rubocop task by upgrading to 0.58.1. Pull request #2356 by
    David Rodríguez.
  • Gem::Version should handle nil like it used to before. Pull request
    #2363 by Luis Sagastume.
  • Avoid need of C++ compiler to pass the test suite. Pull request #2367 by
    Vít Ondruch.
  • Fix auto resign expired certificate. Pull request #2380 by Luis
    Sagastume.
  • Skip permissions-dependent test when root. Pull request #2386 by Alyssa
    Ross.
  • Fix test that depended on /usr/bin being in PATH. Pull request #2387 by
    Alyssa Ross.
  • Fixed test fail with mswin environment. Pull request #2390 by SHIBATA
    Hiroshi.
  • Fix broken builds using the correct rubocop version. Pull request #2396
    by Luis Sagastume.
  • Fix extension builder failure when verbose. Pull request #2457 by Sorah
    Fukumori.
  • Fix test warnings. Pull request #2472 by MSP-Greg.
  • The test suite of bundler is not present ruby description. Pull request
    #2484 by SHIBATA Hiroshi.
  • Fix crash on certain gemspecs. Pull request #2506 by David Rodríguez.
  • Fixed test fails with the newer version of OpenSSL. Pull request #2507
    by SHIBATA Hiroshi.
  • Fix broken symlink that points to ../*. Pull request #2516 by Akira
    Matsuda.
  • Fix remote fetcher tests. Pull request #2520 by Luis Sagastume.
  • Fix tests when --program-suffix and similar ruby configure options are
    used. Pull request #2529 by Jeremy Evans.

Compatibility changes:

  • IO.binread is not provided at Ruby 1.8. Pull request #2093 by SHIBATA
    Hiroshi.
  • Ignored to publish rdoc documentation of rubygems for
    docs.seattlerb.org. Pull request #2105 by SHIBATA Hiroshi.
  • Support pre-release RubyGems. Pull request #2128 by SHIBATA Hiroshi.
  • Relax minitest version for 5. Pull request #2131 by SHIBATA Hiroshi.
  • Remove zentest from dev dependency. Pull request #2132 by SHIBATA
    Hiroshi.
  • Remove hoe for test suite. Pull request #2160 by SHIBATA Hiroshi.
  • Cleanup deprecated tasks. Pull request #2162 by SHIBATA Hiroshi.
  • Drop to support Ruby < 2.2. Pull request #2182 by SHIBATA Hiroshi.
  • Cleanup deprecated style. Pull request #2193 by SHIBATA Hiroshi.
  • Remove CVEs from the rubygems repo. Pull request #2195 by Colby
    Swandale.
  • Removed needless condition for old version of ruby. Pull request #2206
    by SHIBATA Hiroshi.
  • Removed deprecated methods over the limit day. Pull request #2216 by
    SHIBATA Hiroshi.
  • Remove syck support. Pull request #2222 by SHIBATA Hiroshi.
  • Removed needless condition for Encoding. Pull request #2223 by SHIBATA
    Hiroshi.
  • Removed needless condition for String#force_encoding. Pull request #2225
    by SHIBATA Hiroshi.
  • Removed needless OpenSSL patch for Ruby 1.8. Pull request #2243 by
    SHIBATA Hiroshi.
  • Removed compatibility code for Ruby 1.9.2. Pull request #2244 by SHIBATA
    Hiroshi.
  • Removed needless version condition for the old ruby. Pull request #2252
    by SHIBATA Hiroshi.
  • Remove needless define/respond_to condition. Pull request #2255 by
    SHIBATA Hiroshi.
  • Use File.realpath directlry in Gem::Package. Pull request #2284 by
    SHIBATA Hiroshi.
  • Removed needless condition for old versions of Ruby. Pull request #2286
    by SHIBATA Hiroshi.
  • Remove the --rdoc and --ri options from install/update. Pull request
    #2354 by Colby Swandale.
  • Move authors assigner to required attributes section of
    Gem::Specification. Pull request #2406 by Grey Baker.
  • Remove rubyforge_page functionality. Pull request #2436 by Nick
    Schwaderer.
  • Drop ruby 1.8 support and use IO.popen. Pull request #2441 by Nobuyoshi
    Nakada.
  • Drop ruby 2.2 support. Pull request #2487 by David Rodríguez.
  • Remove some old compatibility code. Pull request #2488 by David
    Rodríguez.
  • Remove .document from src. Pull request #2489 by Colby Swandale.
  • Remove old version support. Pull request #2493 by Nobuyoshi Nakada.
  • [BudlerVersionFinder] set .filter! and .compatible? to match only on
    major versions. Pull request #2515 by Colby Swandale.

Style changes:

  • Add Rubocop. Pull request #2250 by Colby Swandale.
  • Removed explicitly declaration of thread library. Pull request #2324 by
    SHIBATA Hiroshi.
  • Remove Trailing whitespace with rubocop. Pull request #2394 by SHIBATA
    Hiroshi.
  • Update rubocop and also use correct pessimistic version. Pull request
    #2404 by Colby Swandale.
  • Enable more rubocop rules. Pull request #2435 by Ellen Marie Dash.
  • Fix and lock rubocop. Pull request #2465 by David Rodríguez.
  • Add a rubocop binstub. Pull request #2468 by David Rodríguez.
  • Restore the rubocop task. Pull request #2470 by David Rodríguez.
  • Remove trailing blank lines. Pull request #2471 by David Rodríguez.
  • Remove empty lines around method bodies. Pull request #2473 by David
    Rodríguez.
  • Enable Style/MethodDefParentheses in Rubocop. Pull request #2478 by
    Colby Swandale.
  • Enable Style/MultilineIfThen in Rubocop. Pull request #2479 by Luis
    Sagastume.
  • Remove trailing 'then' from generated code. Pull request #2480 by Luis
    Sagastume.

=== 2.7.8 / 2018-11-02

Minor enhancements:

  • [Requirement] Treat requirements with == versions as equal. Pull
    request #2230 by Samuel Giddins.
  • Fix exec_name documentation. Pull request #2239 by Luis Sagastume.
  • [TarHeader] Extract the empty header into a constant. Pull request #2247
    by Samuel Giddins.
  • Simplify the code that lets us call the original, non-monkeypatched
    Kernel#require. Pull request #2267 by Leon Miller-Out.
  • Add install alias documentation. Pull request #2320 by ota42y.
  • [Rakefile] Set bundler build metadata when doing a release. Pull request
    #2335 by Samuel Giddins.
  • Backport commits from ruby core . Pull request #2347 by SHIBATA Hiroshi.
  • Sign in to the correct host before push. Pull request #2366 by Luis
    Sagastume.
  • Bump bundler-1.16.4. Pull request #2381 by SHIBATA Hiroshi.
  • Improve bindir flag description. Pull request #2383 by Luis Sagastume.
  • Update bundler-1.16.6. Pull request #2423 by SHIBATA Hiroshi.

Bug fixes:

  • Fix #1470: generate documentation when --install-dir is present. Pull
    request #2229 by Elias Hernandis.
  • Fix no proxy checking. Pull request #2249 by Luis Sagastume.
  • Validate SPDX license exceptions. Pull request #2257 by Mikit.
  • Retry api specification spec with original platform. Pull request #2275
    by Luis Sagastume.
  • Fix approximate recommendation with prereleases. Pull request #2345 by
    David Rodríguez.
  • Gem::Version should handle nil like it used to before. Pull request
    #2363 by Luis Sagastume.

=== 2.7.7 / 2018-05-08

Minor enhancements:

  • [RequestSet] Only suggest a gem version with an installable platform.
    Pull request #2175 by Samuel Giddins.
  • Fixed no assignment variables about default gems installation. Pull
    request #2181 by SHIBATA Hiroshi.
  • Backport improvements for test-case from Ruby core. Pull request #2189
    by SHIBATA Hiroshi.
  • Fix ruby warnings in test suite. Pull request #2205 by Colby Swandale.
  • To use Gem::Specification#bindir of bundler instead of hard coded path.
    Pull request #2208 by SHIBATA Hiroshi.
  • Update gem push --help description. Pull request #2215 by Luis
    Sagastume.
  • Backport ruby core commits. Pull request #2264 by SHIBATA Hiroshi.

Bug fixes:

  • Frozen string fix - lib/rubygems/bundler_version_finder.rb. Pull request
    #2115 by MSP-Greg.
  • Fixed tempfile leak for RubyGems 2.7.6. Pull request #2194 by SHIBATA
    Hiroshi.
  • Add missing requires. Pull request #2196 by David Rodríguez.
  • Fix Gem::Version.correct?. Pull request #2203 by Masato Nakamura.
  • Fix verify_entry regex for metadata. Pull request #2212 by Luis
    Sagastume.
  • Fix path checks for case insensitive filesystem. Pull request #2211 by
    Lars Kanis.

Compatibility changes:

  • Deprecate unused code before removing them at #1524. Pull request #2197
    by SHIBATA Hiroshi.
  • Deprecate for rubygems 3. Pull request #2214 by SHIBATA Hiroshi.
  • Mark deprecation to ubygems.rb for RubyGems 4. Pull request #2269 by
    SHIBATA Hiroshi.
  • Update bundler-1.16.2. Pull request #2291 by SHIBATA Hiroshi.

=== 2.7.6 / 2018-02-16

Security fixes:

  • Prevent path traversal when writing to a symlinked basedir outside of the root.
    Discovered by nmalkin, fixed by Jonathan Claudius and Samuel Giddins.
  • Fix possible Unsafe Object Deserialization Vulnerability in gem owner.
    Fixed by Jonathan Claudius.
  • Strictly interpret octal fields in tar headers.
    Discoved by plover, fixed by Samuel Giddins.
  • Raise a security error when there are duplicate files in a package.
    Discovered by plover, fixed by Samuel Giddins.
  • Enforce URL validation on spec homepage attribute.
    Discovered by Yasin Soliman, fixed by Jonathan Claudius.
  • Mitigate XSS vulnerability in homepage attribute when displayed via gem server.
    Discovered by Yasin Soliman, fixed by Jonathan Claudius.
  • Prevent Path Traversal issue during gem installation.
    Discovered by nmalkin.

=== 2.7.5

Bug fixes:

  • To use bundler-1.16.1 #2121 by SHIBATA Hiroshi.
  • Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
  • Support option for --destdir with upgrade installer. #2169 by Thibault Jouan.
  • Remove PID from gem index directory. #2155 by SHIBATA Hiroshi.
  • Avoid a #mkdir race condition #2148 by Samuel Giddins.
  • Gem::Util.traverse_parents should not crash on permissions error #2147 by Robert Ulejczyk.
  • Use File.open instead of open. #2142 by SHIBATA Hiroshi.
  • Set whether bundler is used for gemdeps with an environmental variable #2126 by SHIBATA Hiroshi.
  • Fix undefined method error when printing alert #1884 by Robert Ross.

=== 2.7.4

Bug fixes:

  • Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
  • Avoid to warnings about gemspec loadings in rubygems tests. Pull request
    #2125 by SHIBATA Hiroshi.
  • Fix updater with rubygems-2.7.3 Pull request #2124 by SHIBATA Hiroshi.
  • Handle environment that does not have flock system call. Pull request
    #2107 by SHIBATA Hiroshi.

=== 2.7.3

Minor enhancements:

  • Removed needless version lock. Pull request #2074 by SHIBATA Hiroshi.
  • Add --[no-]check-development option to cleanup command. Pull request
    #2061 by Lin Jen-Shin (godfat).
  • Merge glob pattern using braces. Pull request #2072 by Kazuhiro
    NISHIYAMA.
  • Removed warnings of unused variables. Pull request #2084 by SHIBATA
    Hiroshi.
  • Call SPDX.org using HTTPS. Pull request #2102 by Olle Jonsson.
  • Remove multi load warning from plugins documentation. Pull request #2103
    by Thibault Jouan.

Bug fixes:

  • Fix test failure on Alpine Linux. Pull request #2079 by Ellen Marie
    Dash.
  • Avoid encoding issues by using binread in setup. Pull request #2089 by
    Mauro Morales.
  • Fix rake install_test_deps once the rake clean_env does not exist. Pull
    request #2090 by Lucas Oliveira.
  • Prevent to delete to "bundler-" prefix gem like bundler-audit. Pull
    request #2086 by SHIBATA Hiroshi.
  • Generate .bat files on Windows platform. Pull request #2094 by SHIBATA
    Hiroshi.
  • Workaround common options mutation in Gem::Command test. Pull request
    #2098 by Thibault Jouan.
  • Check gems dir existence before removing bundler. Pull request #2104 by
    Thibault Jouan.
  • Use setup command --regenerate-binstubs option flag. Pull request #2099
    by Thibault Jouan.

=== 2.7.2

Bug fixes:

  • Added template files to vendoerd bundler. Pull request #2065 by SHIBATA
    Hiroshi.
  • Added workaround for non-git environment. Pull request #2066 by SHIBATA
    Hiroshi.

=== 2.7.1 (2017-11-03)

Bug fixes:

  • Fix gem update --system with RubyGems 2.7+. Pull request #2054 by
    Samuel Giddins.

=== 2.7.0 (2017-11-02)

Major enhancements:

  • Update vendored bundler-1.16.0. Pull request #2051 by Samuel Giddins.
  • Use Bundler for Gem.use_gemdeps. Pull request #1674 by Samuel Giddins.
  • Add command signin to gem CLI. Pull request #1944 by Shiva Bhusal.
  • Add Logout feature to CLI. Pull request #1938 by Shiva Bhusal.

Minor enhancements:

  • Added message to uninstall command for gem that is not installed. Pull
    request #1979 by anant anil kolvankar.
  • Add --trust-policy option to unpack command. Pull request #1718 by
    Nobuyoshi Nakada.
  • Show default gems for all platforms. Pull request #1685 by Konstantin
    Shabanov.
  • Add Travis and Appveyor build status to README. Pull request #1918 by
    Jun Aruga.
  • Remove warning no email specified when no email. Pull request #1675 by
    Leigh McCulloch.
  • Improve -rubygems performance. Pull request #1801 by Samuel Giddins.
  • Improve the performance of Kernel#require. Pull request #1678 by Samuel
    Giddins.
  • Improve user-facing messages by consistent casing of Ruby/RubyGems. Pull
    request #1771 by John Labovitz.
  • Improve error message when Gem::RuntimeRequirementNotMetError is raised.
    Pull request #1789 by Luis Sagastume.
  • Code Improvement: Inheritance corrected. Pull request #1942 by Shiva
    Bhusal.
  • [Source] Autoload fileutils. Pull request #1906 by Samuel Giddins.
  • Use Hash#fetch instead of if/else in Gem::ConfigFile. Pull request #1824
    by Daniel Berger.
  • Require digest when it is used. Pull request #2006 by Samuel Giddins.
  • Do not index the doc folder in the update_manifest task. Pull request
    #2031 by Colby Swandale.
  • Don't use two postfix conditionals on one line. Pull request #2038 by
    Ellen Marie Dash.
  • [SafeYAML] Avoid warning when Gem::Deprecate.skip is set. Pull request
    #2034 by Samuel Giddins.
  • Update gem yank description. Pull request #2009 by David Radcliffe.
  • Fix formatting of installation instructions in README. Pull request
    #2018 by Jordan Danford.
  • Do not use #quick_spec internally. Pull request #1733 by Jon Moss.
  • Switch from docs to guides reference. Pull request #1886 by Jonathan
    Claudius.
  • Happier message when latest version is already installed. Pull request
    #1956 by Jared Beck.
  • Update specification reference docs. Pull request #1960 by Grey Baker.
  • Allow Gem.finish_resolve to respect already-activated specs. Pull
    request #1910 by Samuel Giddins.
  • Update cryptography for Gem::Security. Pull request #1691 by Sylvain
    Daubert.
  • Don't output mkmf.log message if compilation didn't fail. Pull request
    #1808 by Jeremy Evans.
  • Matches_for_glob - remove root path. Pull request #2010 by ahorek.
  • Gem::Resolver#search_for update for reliable searching/sorting. Pull
    request #1993 by MSP-Greg.
  • Allow local installs with transitive prerelease requirements. Pull
    request #1990 by Samuel Giddins.
  • Small style fixes to Installer Set. Pull request #1985 by Arthur
    Marzinkovskiy.
  • Setup cmd: Avoid terminating option string w/ dot. Pull request #1825 by
    Olle Jonsson.
  • Warn when no files are set. Pull request #1773 by Aidan Coyle.
  • Ensure to_spec falls back on prerelease specs. Pull request #1755 by
    André Arko.
  • [Specification] Eval setting default attributes in #initialize. Pull
    request #1739 by Samuel Giddins.
  • Sort ordering of sources is preserved. Pull request #1633 by Nathan
    Ladd.
  • Retry with :prerelease when no suggestions are found. Pull request #1696
    by Aditya Prakash.
  • [Rakefile] Run git submodule update --init in rake newb. Pull
    request #1694 by Samuel Giddins.
  • [TestCase] Address comments around ui changes. Pull request #1677 by
    Samuel Giddins.
  • Eagerly resolve in activate_bin_path. Pull request #1666 by Samuel
    Giddins.
  • [Version] Make hash based upon canonical segments. Pull request #1659 by
    Samuel Giddins.
  • Add Ruby Together CTA, rearrange README a bit. Pull request #1775 by
    Michael Bernstein.
  • Update Contributing.rdoc with new label usage. Pull request #1716 by
    Lynn Cyrin.
  • Add --host sample to help. Pull request #1709 by Code Ahss.
  • Add a helpful suggestion when gem install fails due to required_rub….
    Pull request #1697 by Samuel Giddins.
  • Add cert expiration length flag. Pull request #1725 by Luis Sagastume.
  • Add submodule instructions to manual install. Pull request #1727 by
    Joseph Frazier.
  • Allow usage of multiple --version operators. Pull request #1546 by
    James Wen.
  • Warn when requiring deprecated files. Pull request #1939 by Ellen Marie
    Dash.

Compatibility changes:

  • Use -rrubygems instead of -rubygems.rb. Because ubygems.rb is
    unavailable on Ruby 2.5. Pull request #2028 #2027 #2029
    by SHIBATA Hiroshi.
  • Deprecate Gem::InstallerTestCase#util_gem_bindir and
    Gem::InstallerTestCase#util_gem_dir. Pull request #1729 by Jon Moss.
  • Deprecate passing options to Gem::GemRunner. Pull request #1730 by Jon
    Moss.
  • Add deprecation for Gem#datadir. Pull request #1732 by Jon Moss.
  • Add deprecation warning for Gem::DependencyInstaller#gems_to_install.
    Pull request #1731 by Jon Moss.
  • Update Code of Conduct to Contributor Covenant v1.4.0. Pull request
    #1796 by Matej.

Bug fixes:

  • Fix issue for MinGW / MSYS2 builds and testing. Pull request #1876 by
    MSP-Greg.
  • Fixed broken links and overzealous URL encoding in gem server. Pull
    request #1809 by Nicole Orchard.
  • Fix a typo. Pull request #1722 by Koichi ITO.
  • Fix error message Gem::Security::Policy. Pull request #1724 by Nobuyoshi
    Nakada.
  • Fixing links markdown formatting in README. Pull request #1791 by Piotr
    Kuczynski.
  • Fix failing Bundler 1.8.7 CI builds. Pull request #1820 by Samuel
    Giddins.
  • Fixed test broken on ruby-head . Pull request #1842 by SHIBATA Hiroshi.
  • Fix typos with misspell. Pull request #1846 by SHIBATA Hiroshi.
  • Fix gem open to open highest version number rather than lowest. Pull
    request #1877 by Tim Pope.
  • Fix test_self_find_files_with_gemfile to sort expected files. Pull
    request #1878 by Kazuaki Matsuo.
  • Fix typos in CONTRIBUTING.rdoc. Pull request #1909 by Mark Sayson.
  • Fix some small documentation issues in installer. Pull request #1972 by
    Colby Swandale.
  • Fix links in Policies document. Pull request #1964 by Alyssa Ross.
  • Fix NoMethodError on bundler/inline environment. Pull request #2042 by
    SHIBATA Hiroshi.
  • Correct comments for Gem::InstallerTestCase#setup. Pull request #1741 by
    MSP-Greg.
  • Use File.expand_path for certification and key location. Pull request
    #1987 by SHIBATA Hiroshi.
  • Rescue EROFS. Pull request #1417 by Nobuyoshi Nakada.
  • Fix spelling of 'vulnerability'. Pull request #2022 by Philip Arndt.
  • Fix metadata link key names. Pull request #1896 by Aditya Prakash.
  • Fix a typo in uninstall_command.rb. Pull request #1934 by Yasuhiro
    Horimoto.
  • Gem::Requirement.create treat arguments as variable-length. Pull request
    #1830 by Toru YAGI.
  • Display an explanation when rake encounters an ontological problem. Pull
    request #1982 by Wilson Bilkovich.
  • [Server] Handle gems with names ending in -\d. Pull request #1926 by
    Samuel Giddins.
  • [InstallerSet] Avoid reloading all local gems multiple times during
    dependency resolution. Pull request #1925 by Samuel Giddins.
  • Modify the return value of Gem::Version.correct?. Pull request #1916 by
    Tsukuru Tanimichi.
  • Validate metadata link keys. Pull request #1834 by Aditya Prakash.
  • Add changelog to metadata validation. Pull request #1885 by Aditya
    Prakash.
  • Replace socket error text message. Pull request #1823 by Daniel Berger.
  • Raise error if the email is invalid when building cert. Pull request
    #1779 by Luis Sagastume.
  • [StubSpecification] Don’t iterate through all loaded specs in #to_spec.
    Pull request #1738 by Samuel Giddins.

RubyGems installed the following executables:
/home/decidim/.rbenv/versions/2.5.1/bin/gem
/home/decidim/.rbenv/versions/2.5.1/bin/bundle

RubyGems system software updated
decidim@decidim:$ gem cleanup
Cleaning up installed gems...
Clean up complete
decidim@decidim:
$ gem install bundler
Fetching bundler-2.0.1.gem
bundler's executable "bundle" conflicts with /home/decidim/.rbenv/versions/2.5.1/bin/bundle
Overwrite the executable? [yN] y
Successfully installed bundler-2.0.1
1 gem installed

After that I'v done "gem install decidim" again without errors.

After that it seems everything is installed without errors.

gem list |grep decidim
decidim (0.16.0)
decidim-accountability (0.16.0)
decidim-admin (0.16.0)
decidim-api (0.16.0)
decidim-assemblies (0.16.0)
decidim-blogs (0.16.0)
decidim-budgets (0.16.0)
decidim-comments (0.16.0)
decidim-core (0.16.0)
decidim-debates (0.16.0)
decidim-forms (0.16.0)
decidim-generators (0.16.0)
decidim-meetings (0.16.0)
decidim-pages (0.16.0)
decidim-participatory_processes (0.16.0)
decidim-proposals (0.16.0)
decidim-sortitions (0.16.0)
decidim-surveys (0.16.0)
decidim-system (0.16.0)
decidim-verifications (0.16.0)

So I get without errors until step
"bundle install"
Fetching gem metadata from https://rubygems.org/........
Fetching gem metadata from https://rubygems.org/.
Could not find gem 'decidim (= 0.14.0)' in any of the gem sources listed in your Gemfile.

As I'v read I must be into decidim 0.16 so I supose the Gemfile must point to that instead of 0.14.
I'v changed references from 0.14 to 0.16 and everything passed fine.

I'm into the database creation now, I will tell how is it going.

Sorry if the post is too long, but I hope will help someone :-)

from decidim-install.

microstudi avatar microstudi commented on June 11, 2024

I see from your list that you are using bundler 1.7, it would be nice if it works with 2.0.1 too after the gem update.

from decidim-install.

polnetwork avatar polnetwork commented on June 11, 2024

I tried to update bundler without luck. Is it the way to do this?

decidim@decidim:~/decidim-app$ bundle update --bundler
Fetching gem metadata from https://rubygems.org/......
Using rake 12.3.1
Following files may not be writable, so sudo is needed:
/usr/local/bin
/var/lib/gems/2.5.0
/var/lib/gems/2.5.0/build_info
/var/lib/gems/2.5.0/cache
/var/lib/gems/2.5.0/doc
/var/lib/gems/2.5.0/extensions
/var/lib/gems/2.5.0/gems
/var/lib/gems/2.5.0/specifications
Using concurrent-ruby 1.1.4
Using i18n 1.2.0
Using minitest 5.11.3
Using thread_safe 0.3.6
Using tzinfo 1.2.5
Using activesupport 5.2.1
Using builder 3.2.3
Using erubi 1.8.0
Using mini_portile2 2.3.0
Fetching nokogiri 1.8.5

Your user account isn't allowed to install to the system RubyGems.
You can cancel this installation and run:

  bundle install --path vendor/bundle

to install the gems into ./vendor/bundle/, or you can enter your password
and install the bundled gems to RubyGems using sudo.

Password:
Installing nokogiri 1.8.5 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory: /tmp/bundler20190211-11052-1xadz2lnokogiri-1.8.5/gems/nokogiri-1.8.5/ext/nokogiri

/usr/bin/ruby2.5 -I /usr/local/lib/site_ruby/2.5.0 -r ./siteconf20190211-11052-7ge4mu.rb extconf.rb
mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h

extconf failed, exit code 1

Gem files will remain installed in /tmp/bundler20190211-11052-1xadz2lnokogiri-1.8.5/gems/nokogiri-1.8.5 for inspection.
Results logged to /tmp/bundler20190211-11052-1xadz2lnokogiri-1.8.5/extensions/x86_64-linux/2.5.0/nokogiri-1.8.5/gem_make.out

An error occurred while installing nokogiri (1.8.5), and Bundler cannot continue.
Make sure that gem install nokogiri -v '1.8.5' --source 'https://rubygems.org/' succeeds before bundling.

In Gemfile:
decidim-dev was resolved to 0.16.0, which depends on
decidim was resolved to 0.16.0, which depends on
decidim-accountability was resolved to 0.16.0, which depends on
decidim-comments was resolved to 0.16.0, which depends on
decidim-core was resolved to 0.16.0, which depends on
invisible_captcha was resolved to 0.10.0, which depends on
rails was resolved to 5.2.1, which depends on
actioncable was resolved to 5.2.1, which depends on
actionpack was resolved to 5.2.1, which depends on
actionview was resolved to 5.2.1, which depends on
rails-dom-testing was resolved to 2.0.3, which depends on
nokogiri

I think database creation script fails because the same reason.

decidim@decidim:~/decidim-app$ bin/rails db:create RAILS_ENV=production
Could not find nokogiri-1.8.5 in any of the sources
Run bundle install to install missing gems.

Hope this helps future users :-)

Thank you

from decidim-install.

polnetwork avatar polnetwork commented on June 11, 2024

I think this was because a system library requirement.
Following this https://nokogiri.org/tutorials/installing_nokogiri.html I was able to install nokogiri.

decidim@decidim:~/decidim-app$ sudo bundle update --bundler
Now goes installing many things until this error:

Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

current directory: /var/lib/gems/2.5.0/gems/sassc-1.12.1/ext

/usr/bin/ruby2.5 -rrubygems /usr/share/rubygems-integration/all/gems/rake-12.3.1/exe/rake
RUBYARCHDIR=/var/lib/gems/2.5.0/extensions/x86_64-linux/2.5.0/sassc-1.12.1
RUBYLIBDIR=/var/lib/gems/2.5.0/extensions/x86_64-linux/2.5.0/sassc-1.12.1
/usr/bin/ruby2.5: No such file or directory -- /usr/share/rubygems-integration/all/gems/rake-12.3.1/exe/rake (LoadError)

rake failed, exit code 1

Gem files will remain installed in /var/lib/gems/2.5.0/gems/sassc-1.12.1 for inspection.
Results logged to /var/lib/gems/2.5.0/extensions/x86_64-linux/2.5.0/sassc-1.12.1/gem_make.out

An error occurred while installing sassc (1.12.1), and Bundler cannot continue.
Make sure that gem install sassc -v '1.12.1' --source 'https://rubygems.org/' succeeds before bundling.

In Gemfile:
decidim-dev was resolved to 0.16.0, which depends on
decidim was resolved to 0.16.0, which depends on
decidim-accountability was resolved to 0.16.0, which depends on
decidim-comments was resolved to 0.16.0, which depends on
decidim-core was resolved to 0.16.0, which depends on
sassc-rails was resolved to 1.3.0, which depends on
sassc

Thank's for all, again.

from decidim-install.

jfoclpf avatar jfoclpf commented on June 11, 2024

Hi there, I did all the tips you gave here, but it fails, it seems it fails on C make file

gem install decidim
Fetching carrierwave-1.3.1.gem
Fetching doorkeeper-i18n-4.0.1.gem
Fetching browser-2.7.1.gem
Fetching cells-rails-0.0.9.gem
Fetching autoprefixer-rails-8.6.5.gem
Fetching date_validator-0.9.0.gem
Fetching sprockets-3.7.2.gem
Fetching loofah-2.3.1.gem
Fetching sass-3.4.25.gem
Fetching foundation-rails-6.4.3.0.gem
Fetching activerecord-5.2.4.3.gem
Fetching activejob-5.2.4.3.gem
Fetching actionmailer-5.2.4.3.gem
Fetching actioncable-5.2.4.3.gem
Fetching activestorage-5.2.4.3.gem
Fetching rails-5.2.4.3.gem
Fetching invisible_captcha-0.13.0.gem
Fetching hashie-3.6.0.gem
Fetching omniauth-1.9.0.gem
Fetching omniauth-facebook-5.0.0.gem
Fetching pg-1.1.4.gem
Fetching rails-i18n-5.1.3.gem
Fetching rubyzip-2.0.0.gem
Fetching ffi-1.9.25.gem
Fetching sassc-1.12.1.gem
Fetching sassc-rails-1.3.0.gem
Successfully installed loofah-2.3.1
Successfully installed autoprefixer-rails-8.6.5
Successfully installed browser-2.7.1
Successfully installed carrierwave-1.3.1
Successfully installed cells-rails-0.0.9
Successfully installed date_validator-0.9.0
Successfully installed doorkeeper-i18n-4.0.1
Successfully installed sprockets-3.7.2
Successfully installed sass-3.4.25
Successfully installed foundation-rails-6.4.3.0
Successfully installed activerecord-5.2.4.3
Successfully installed activejob-5.2.4.3
Successfully installed actionmailer-5.2.4.3
Successfully installed actioncable-5.2.4.3
Successfully installed activestorage-5.2.4.3
Successfully installed rails-5.2.4.3
Successfully installed invisible_captcha-0.13.0
Successfully installed hashie-3.6.0
Successfully installed omniauth-1.9.0
Successfully installed omniauth-facebook-5.0.0
Building native extensions. This could take a while...
Successfully installed pg-1.1.4
Successfully installed rails-i18n-5.1.3
Successfully installed rubyzip-2.0.0
Building native extensions. This could take a while...
Successfully installed ffi-1.9.25
Building native extensions. This could take a while...
Successfully installed sassc-1.12.1
Successfully installed sassc-rails-1.3.0
Building native extensions. This could take a while...
ERROR:  Error installing decidim:
	ERROR: Failed to build gem native extension.

    current directory: /home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5/ext/seven_zip_ruby
/home/jfolpf/.rbenv/versions/2.7.1/bin/ruby -I /home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/site_ruby/2.7.0 -r ./siteconf20200618-29068-1cf0t5k.rb extconf.rb
checking for ruby/thread.h... yes
mkdir -p bin
make -C CPP/7zip/Bundles/Format7zFree all
make[1]: Entering directory '/home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5/ext/p7zip/CPP/7zip/Bundles/Format7zFree'
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../myWindows/wine_date_and_time.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../myWindows/myGetTickCount.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/CRC.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/IntToString.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/MyMap.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/MyString.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/MyWindows.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/MyXml.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/StringConvert.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/StringToInt.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/MyVector.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/UTFConvert.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Common/Wildcard.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/FileDir.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/FileFind.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/FileIO.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/PropVariant.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/PropVariantUtils.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/Synchronization.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/System.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../../Windows/Time.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/InBuffer.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/InOutTempBuffer.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/CreateCoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/CWrappers.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/FilterCoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/LimitedStreams.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/LockedStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/MethodId.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/MethodProps.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/MemBlocks.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/OffsetStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/OutBuffer.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/OutMemStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/ProgressMt.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/ProgressUtils.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/StreamBinder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/StreamObjects.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/StreamUtils.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Common/VirtThread.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/ArchiveExports.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/DllExports2.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/ApmHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/ArjHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Bz2Handler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/CpioHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/CramfsHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/DebHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/DeflateProps.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/DmgHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/ElfHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/FatHandler.cpp
../../Archive/FatHandler.cpp:783:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
 };
 ^
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/FlvHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/GzHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/LzhHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/LzmaHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/MachoHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/MbrHandler.cpp
../../Archive/MbrHandler.cpp:347:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
 };
 ^
../../Archive/MbrHandler.cpp:347:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/MbrHandler.cpp:347:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/MslzHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/MubHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/NtfsHandler.cpp
../../Archive/NtfsHandler.cpp: In member function ‘LONG NArchive::Ntfs::CDatabase::Open()’:
../../Archive/NtfsHandler.cpp:1283:78: warning: passing NULL to non-pointer argument 4 of ‘bool NArchive::Ntfs::CMftRec::Parse(Byte*, int, UInt32, UInt32, CObjectVector<NArchive::Ntfs::CAttr>*)’ [-Wconversion-null]
     if (!mftRec.Parse(ByteBuf, Header.SectorSizeLog, numSectorsInRec, NULL, 0))
                                                                              ^
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/PeHandler.cpp
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
 };
 ^
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
../../Archive/PeHandler.cpp:663:1: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/PpmdHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/RpmHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/SplitHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/SwfHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/SquashfsHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/VhdHandler.cpp
../../Archive/VhdHandler.cpp:441:2: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
  };
  ^
../../Archive/VhdHandler.cpp:441:2: warning: deprecated conversion from string constant to ‘LPOLESTR {aka wchar_t*}’ [-Wwrite-strings]
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/XarHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/XzHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/ZHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/CoderMixer2.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/CoderMixer2MT.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/CrossThreadProgress.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/DummyOutStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/FindSignature.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/InStreamWithCRC.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/ItemNameUtils.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/MultiStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/OutStreamWithCRC.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/OutStreamWithSha1.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/HandlerOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Common/ParseProperties.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zCompressionMode.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zDecode.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zEncode.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zExtract.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zFolderInStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zFolderOutStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zHandlerOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zHeader.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zProperties.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zSpecStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zUpdate.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/7z/7zRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Cab/CabBlockInStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Cab/CabHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Cab/CabHeader.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Cab/CabIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Cab/CabRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Chm/ChmHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Chm/ChmHeader.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Chm/ChmIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Chm/ChmRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Com/ComHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Com/ComIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Com/ComRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Hfs/HfsHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Hfs/HfsIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Hfs/HfsRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Iso/IsoHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Iso/IsoHeader.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Iso/IsoIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Iso/IsoRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Nsis/NsisDecode.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Nsis/NsisHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Nsis/NsisIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Nsis/NsisRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Rar/RarHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Rar/RarHeader.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Rar/RarIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Rar/RarItem.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Rar/RarVolumeInStream.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Rar/RarRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Tar/TarHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Tar/TarHandlerOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Tar/TarHeader.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Tar/TarIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Tar/TarOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Tar/TarUpdate.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Tar/TarRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Udf/UdfHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Udf/UdfIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Udf/UdfRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Wim/WimHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Wim/WimHandlerOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Wim/WimIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Wim/WimRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipAddCommon.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipHandler.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipHandlerOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipHeader.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipIn.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipItem.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipOut.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipUpdate.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Zip/ZipRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/CodecExports.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ArjDecoder1.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ArjDecoder2.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/Bcj2Coder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/Bcj2Register.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BcjCoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BcjRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BitlDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BranchCoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BranchMisc.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BranchRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ByteSwap.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BZip2Crc.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BZip2Decoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BZip2Encoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/BZip2Register.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/CopyCoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/CopyRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/Deflate64Register.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/DeflateDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/DeflateEncoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/DeflateRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/DeltaFilter.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/Lzma2Decoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/Lzma2Encoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/Lzma2Register.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ImplodeDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ImplodeHuffmanDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/LzhDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/LzmaDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/LzmaEncoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/LzmaRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/LzOutWindow.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/Lzx86Converter.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/LzxDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/PpmdDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/PpmdEncoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/PpmdRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/PpmdZip.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/QuantumDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ShrinkDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ZlibDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ZlibEncoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Compress/ZDecoder.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/7zAes.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/7zAesRegister.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/HmacSha1.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/MyAes.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/Pbkdf2HmacSha1.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/RandGen.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/Rar20Crypto.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/RarAes.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/Sha1.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/WzAes.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/ZipCrypto.cpp
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Crypto/ZipStrong.cpp
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/7zBuf2.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/7zStream.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Aes.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Alloc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Bra.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Bra86.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/BraIA64.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/BwtSort.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Delta.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/HuffEnc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/LzFind.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/LzFindMt.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Lzma2Dec.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Lzma2Enc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/LzmaDec.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/LzmaEnc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/MtCoder.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Ppmd7.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Ppmd7Dec.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Ppmd7Enc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Ppmd8.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Ppmd8Dec.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Ppmd8Enc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Sha256.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Sort.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Threads.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/Xz.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/XzCrc64.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/XzDec.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/XzEnc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/XzIn.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/7zCrc.c
gcc -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../../C -I../../../myWindows -I../../../include_windows -I../../.. ../../../../C/7zCrcOpt.c
g++ -O -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_REENTRANT -DENV_UNIX  -DNDEBUG -D_7ZIP_LARGE_PAGES -pipe -s  -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -fPIC -shared -o ../../../../bin/7z.so  wine_date_and_time.o myGetTickCount.o CRC.o IntToString.o MyMap.o MyString.o MyWindows.o MyXml.o StringConvert.o StringToInt.o MyVector.o UTFConvert.o Wildcard.o  FileDir.o FileFind.o FileIO.o PropVariant.o PropVariantUtils.o Synchronization.o System.o Time.o  InBuffer.o InOutTempBuffer.o CreateCoder.o CWrappers.o FilterCoder.o LimitedStreams.o LockedStream.o MethodId.o MethodProps.o MemBlocks.o OffsetStream.o OutBuffer.o OutMemStream.o ProgressMt.o ProgressUtils.o StreamBinder.o StreamObjects.o StreamUtils.o VirtThread.o  ArchiveExports.o DllExports2.o ApmHandler.o ArjHandler.o Bz2Handler.o CpioHandler.o CramfsHandler.o DebHandler.o DeflateProps.o DmgHandler.o ElfHandler.o FatHandler.o FlvHandler.o GzHandler.o LzhHandler.o LzmaHandler.o MachoHandler.o MbrHandler.o MslzHandler.o MubHandler.o NtfsHandler.o PeHandler.o PpmdHandler.o RpmHandler.o SplitHandler.o SwfHandler.o SquashfsHandler.o VhdHandler.o XarHandler.o XzHandler.o ZHandler.o  CoderMixer2.o CoderMixer2MT.o CrossThreadProgress.o DummyOutStream.o FindSignature.o InStreamWithCRC.o ItemNameUtils.o MultiStream.o OutStreamWithCRC.o OutStreamWithSha1.o HandlerOut.o ParseProperties.o  7zCompressionMode.o 7zDecode.o 7zEncode.o 7zExtract.o 7zFolderInStream.o 7zFolderOutStream.o 7zHandler.o 7zHandlerOut.o 7zHeader.o 7zIn.o 7zOut.o 7zProperties.o 7zSpecStream.o 7zUpdate.o 7zRegister.o  CabBlockInStream.o CabHandler.o CabHeader.o CabIn.o CabRegister.o  ChmHandler.o ChmHeader.o ChmIn.o ChmRegister.o  ComHandler.o ComIn.o ComRegister.o  HfsHandler.o HfsIn.o HfsRegister.o  IsoHandler.o IsoHeader.o IsoIn.o IsoRegister.o  NsisDecode.o NsisHandler.o NsisIn.o NsisRegister.o  RarHandler.o RarHeader.o RarIn.o RarItem.o RarVolumeInStream.o RarRegister.o  TarHandler.o TarHandlerOut.o TarHeader.o TarIn.o TarOut.o TarUpdate.o TarRegister.o  UdfHandler.o UdfIn.o UdfRegister.o  WimHandler.o WimHandlerOut.o WimIn.o WimRegister.o  ZipAddCommon.o ZipHandler.o ZipHandlerOut.o ZipHeader.o ZipIn.o ZipItem.o ZipOut.o ZipUpdate.o ZipRegister.o  CodecExports.o ArjDecoder1.o ArjDecoder2.o Bcj2Coder.o Bcj2Register.o BcjCoder.o BcjRegister.o BitlDecoder.o BranchCoder.o BranchMisc.o BranchRegister.o ByteSwap.o BZip2Crc.o BZip2Decoder.o BZip2Encoder.o BZip2Register.o CopyCoder.o CopyRegister.o Deflate64Register.o DeflateDecoder.o DeflateEncoder.o DeflateRegister.o DeltaFilter.o Lzma2Decoder.o Lzma2Encoder.o Lzma2Register.o ImplodeDecoder.o ImplodeHuffmanDecoder.o LzhDecoder.o LzmaDecoder.o LzmaEncoder.o LzmaRegister.o LzOutWindow.o Lzx86Converter.o LzxDecoder.o PpmdDecoder.o PpmdEncoder.o PpmdRegister.o PpmdZip.o QuantumDecoder.o ShrinkDecoder.o ZlibDecoder.o ZlibEncoder.o ZDecoder.o  7zAes.o 7zAesRegister.o HmacSha1.o MyAes.o Pbkdf2HmacSha1.o RandGen.o Rar20Crypto.o RarAes.o Sha1.o WzAes.o ZipCrypto.o ZipStrong.o  7zBuf2.o 7zStream.o Aes.o Alloc.o Bra.o Bra86.o BraIA64.o BwtSort.o Delta.o HuffEnc.o LzFind.o LzFindMt.o Lzma2Dec.o Lzma2Enc.o LzmaDec.o LzmaEnc.o MtCoder.o Ppmd7.o Ppmd7Dec.o Ppmd7Enc.o Ppmd8.o Ppmd8Dec.o Ppmd8Enc.o Sha256.o Sort.o Threads.o Xz.o XzCrc64.o XzDec.o XzEnc.o XzIn.o  7zCrc.o 7zCrcOpt.o  -lpthread -ldl
make[1]: Leaving directory '/home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5/ext/p7zip/CPP/7zip/Bundles/Format7zFree'
make -C CPP/7zip/Bundles/Format7zFree clean
make[1]: Entering directory '/home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5/ext/p7zip/CPP/7zip/Bundles/Format7zFree'
make[1]: Leaving directory '/home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5/ext/p7zip/CPP/7zip/Bundles/Format7zFree'
rm -fr bin
creating Makefile

current directory: /home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5/ext/seven_zip_ruby
make "DESTDIR=" clean

current directory: /home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5/ext/seven_zip_ruby
make "DESTDIR="
compiling seven_zip_archive.cpp
seven_zip_archive.cpp: In member function ‘void SevenZip::ArchiveBase::startEventLoopThread()’:
seven_zip_archive.cpp:150:65: warning: ‘VALUE ruby::backward::cxxanyargs::rb_thread_create(VALUE (*)(...), void*)’ is deprecated: Use of ANYARGS in this function is deprecated [-Wdeprecated-declarations]
     rb_thread_create(RUBY_METHOD_FUNC(staticRubyEventLoop), this);
                                                                 ^
In file included from /home/jfolpf/.rbenv/versions/2.7.1/include/ruby-2.7.0/ruby/ruby.h:2863:0,
                 from /home/jfolpf/.rbenv/versions/2.7.1/include/ruby-2.7.0/ruby.h:33,
                 from seven_zip_archive.h:27,
                 from seven_zip_archive.cpp:10:
/home/jfolpf/.rbenv/versions/2.7.1/include/ruby-2.7.0/ruby/backward/cxxanyargs.hpp:340:1: note: declared here
 rb_thread_create(type *q, void *w)
 ^
seven_zip_archive.cpp: In lambda function:
seven_zip_archive.cpp:1539:13: error: ‘ruby_nonempty_memcpy’ is not a member of ‘std’
             std::memcpy(data, RSTRING_PTR(str), RSTRING_LEN(str));
             ^
seven_zip_archive.cpp:1539:13: note: suggested alternative:
In file included from /home/jfolpf/.rbenv/versions/2.7.1/include/ruby-2.7.0/ruby.h:33:0,
                 from seven_zip_archive.h:27,
                 from seven_zip_archive.cpp:10:
/home/jfolpf/.rbenv/versions/2.7.1/include/ruby-2.7.0/ruby/ruby.h:1758:1: note:   ‘ruby_nonempty_memcpy’
 ruby_nonempty_memcpy(void *dest, const void *src, size_t n)
 ^
Makefile:236: recipe for target 'seven_zip_archive.o' failed
make: *** [seven_zip_archive.o] Error 1

make failed, exit code 2

Gem files will remain installed in /home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/gems/seven_zip_ruby-1.2.5 for inspection.
Results logged to /home/jfolpf/.rbenv/versions/2.7.1/lib/ruby/gems/2.7.0/extensions/x86_64-linux/2.7.0/seven_zip_ruby-1.2.5/gem_make.out

from decidim-install.

microstudi avatar microstudi commented on June 11, 2024

I've seen this message before, is because the gem seven_zip_archive is not compatible with ruby 2.7. Use ruby 2.6 for the moment!

from decidim-install.

jfoclpf avatar jfoclpf commented on June 11, 2024

I've seen this message before, is because the gem seven_zip_archive is not compatible with ruby 2.7. Use ruby 2.6 for the moment!

Thank you, it solved the issue.

Nonetheless to let you know that the instructions must be updated because the file ~/decidim-app/config/application.yml does not exist. We need to insert the variables into config/database.yml and config/secrets.yml instead.

I cannot finish the installation because I cannot install passenger for nginx. It is known bug related to dependencies. Check here and here. Is there any other way, like simply using a localhost port?

from decidim-install.

microstudi avatar microstudi commented on June 11, 2024

Currently it says this:
imatge

But if you thing it should be clarified, please feel free to make a contribution.
To be honest I haven't experienced any problem installing passenger. You can use puma instead if you want (actually is a pretty standard configuration). Just google a little about installing a rails application with puma and nginx.

from decidim-install.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.