Thread: [Cppcms-users] Ubuntu 13.10 compile problem
Brought to you by:
artyom-beilis
|
From: Sergei <ser...@gm...> - 2013-10-18 11:46:23
|
http://pastebin.com/d4y3HrYR g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1- 10ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable- languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program- suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib -- without-included-gettext --enable-threads=posix --with-gxx-include- dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ -- enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes -- enable-gnu-unique-object --enable-plugin --with-system-zlib --disable- browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java- home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm- root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar- dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable- multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with- multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release -- build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) |
|
From: Artyom B. <art...@ya...> - 2013-10-18 12:42:32
|
Please open a bug report. I'll take a look on it when I can. Hand't worked with 13.10 yet Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ -------------------------------------------- On Fri, 10/18/13, Sergei <ser...@gm...> wrote: Subject: [Cppcms-users] Ubuntu 13.10 compile problem To: cpp...@li... Date: Friday, October 18, 2013, 1:45 PM http://pastebin.com/d4y3HrYR g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1- 10ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable- languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program- suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib -- without-included-gettext --enable-threads=posix --with-gxx-include- dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ -- enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes -- enable-gnu-unique-object --enable-plugin --with-system-zlib --disable- browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java- home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm- root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar- dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable- multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with- multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release -- build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |
|
From: 陈抒 <csf...@gm...> - 2013-10-20 04:04:36
|
yesterday I built it on Ubuntu 13.10 (64bit) with clang-3.4, it worked. Just got many warnings about no used local variables. You could try clang if you need make it immediately. Dean Chen Best regards http://blog.csdn.net/sheismylife On Fri, Oct 18, 2013 at 8:42 PM, Artyom Beilis <art...@ya...> wrote: > Please open a bug report. > > I'll take a look on it when I can. Hand't worked with 13.10 yet > > Artyom Beilis > -------------- > CppCMS - C++ Web Framework: http://cppcms.com/ > CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ > > -------------------------------------------- > On Fri, 10/18/13, Sergei <ser...@gm...> wrote: > > Subject: [Cppcms-users] Ubuntu 13.10 compile problem > To: cpp...@li... > Date: Friday, October 18, 2013, 1:45 PM > > http://pastebin.com/d4y3HrYR > > > > > > g++ -v > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper > Target: x86_64-linux-gnu > Configured with: ../src/configure -v > --with-pkgversion='Ubuntu/Linaro 4.8.1- > 10ubuntu8' > --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs > --enable- > languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr > --program- > suffix=-4.8 --enable-shared --enable-linker-build-id > --libexecdir=/usr/lib -- > without-included-gettext --enable-threads=posix > --with-gxx-include- > dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls > --with-sysroot=/ -- > enable-clocale=gnu --enable-libstdcxx-debug > --enable-libstdcxx-time=yes -- > enable-gnu-unique-object --enable-plugin --with-system-zlib > --disable- > browser-plugin --enable-java-awt=gtk --enable-gtk-cairo > --with-java- > home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre > --enable-java-home --with-jvm- > root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 > --with-jvm-jar- > dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 > --with-arch-directory=amd64 > --with-ecj-jar=/usr/share/java/eclipse-ecj.jar > --enable-objc-gc --enable- > multiarch --disable-werror --with-arch-32=i686 > --with-abi=m64 --with- > multilib-list=m32,m64,mx32 --with-tune=generic > --enable-checking=release -- > build=x86_64-linux-gnu --host=x86_64-linux-gnu > --target=x86_64-linux-gnu > Thread model: posix > gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application > performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. > Get the most from > the latest Intel processors and coprocessors. See abstracts > and register > > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
|
From: Artyom B. <art...@ya...> - 2013-10-20 04:39:16
|
One point... In the output you posted there was no word error... Am I correct? So it is only warnings? Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ -------------------------------------------- On Sun, 10/20/13, 陈抒 <csf...@gm...> wrote: Subject: Re: [Cppcms-users] Ubuntu 13.10 compile problem To: "cpp...@li..." <cpp...@li...> Date: Sunday, October 20, 2013, 6:04 AM yesterday I built it on Ubuntu 13.10 (64bit) with clang-3.4, it worked. Just got many warnings about no used local variables.You could try clang if you need make it immediately. Dean Chen Best regards http://blog.csdn.net/sheismylife On Fri, Oct 18, 2013 at 8:42 PM, Artyom Beilis <art...@ya...> wrote: Please open a bug report. I'll take a look on it when I can. Hand't worked with 13.10 yet Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ -------------------------------------------- On Fri, 10/18/13, Sergei <ser...@gm...> wrote: Subject: [Cppcms-users] Ubuntu 13.10 compile problem To: cpp...@li... Date: Friday, October 18, 2013, 1:45 PM http://pastebin.com/d4y3HrYR g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.8.1- 10ubuntu8' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs --enable- languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program- suffix=-4.8 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib -- without-included-gettext --enable-threads=posix --with-gxx-include- dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls --with-sysroot=/ -- enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes -- enable-gnu-unique-object --enable-plugin --with-system-zlib --disable- browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java- home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre --enable-java-home --with-jvm- root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 --with-jvm-jar- dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable- multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with- multilib-list=m32,m64,mx32 --with-tune=generic --enable-checking=release -- build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu Thread model: posix gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu8) ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users -----Inline Attachment Follows----- ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk -----Inline Attachment Follows----- _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |