<div dir="ltr">Hi Deepak,<div><br></div><div>When I see the error log, it looks you are using Tizen WebKit efl source, right ?</div><div>If so, you may not build it by using &quot;<span style="font-family:arial,sans-serif;font-size:13px"> </span><span style="font-family:arial,sans-serif;font-size:13px">./Tools/Scripts/build-webkit --efl --debug&quot;</span></div>
<div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Gyuyoung.</span></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Jan 22, 2014 at 3:09 PM, Deepak Mittal <span dir="ltr">&lt;<a href="mailto:deepak.deepakmittal@gmail.com" target="_blank">deepak.deepakmittal@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div>I have done the following :</div><div> </div><div><pre><code>$ gcc-4.7 --version
gcc-4.7 (Ubuntu/Linaro 4.7.2-22ubuntu4) 4.7.2
[...]

$ gcc-4.6 --version
gcc-4.6 (Ubuntu/Linaro 4.6.3-15ubuntu3) 4.6.3
[...]
</code></pre><pre><code>I have installed 4.7.2 gcc as :</code></pre><pre><code></code> </pre><pre><code>sudo apt-get install gccgo-4.7</code></pre><pre><code>Then I have changed symbolic link..</code></pre>

<p>The easiest way make <code>gcc-4.7</code> the default <code>gcc</code> is to move the symlink of <code>/usr/bin/gcc</code>:</p>

<pre><code>sudo rm /usr/bin/gcc
sudo ln -s /usr/bin/gcc-4.7 /usr/bin/gcc
</code></pre><pre><code></code> </pre><pre><code>After this if I do </code></pre><pre><code>gcc -version , </code></pre><div class="im"><pre><code>gcc (Ubuntu/Linaro 4.7.2-0ubuntu3) 4.7.2<br>Copyright (C) 2012 Free Software Foundation, Inc.<br>

This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</code></pre><pre><code></code> </pre></div><pre><code>plz let me know your opinion..</code></pre>

</div></div><div class="gmail_extra"><div><div class="h5"><br><br><div class="gmail_quote">On Wed, Jan 22, 2014 at 11:08 AM, Gyuyoung Kim <span dir="ltr">&lt;<a href="mailto:gyuyoung.kim@webkit.org" target="_blank">gyuyoung.kim@webkit.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>Though I have used gcc 4.7.3 version, I don&#39;t have similar problem so far. It looks problem occurs when upgrading gcc ver.</div>

<div><br></div><div>Gyuyoung. </div></div><div class="gmail_extra">
<br><br><div class="gmail_quote"><div><div>On Wed, Jan 22, 2014 at 2:30 PM, Deepak Mittal <span dir="ltr">&lt;<a href="mailto:deepak.deepakmittal@gmail.com" target="_blank">deepak.deepakmittal@gmail.com</a>&gt;</span> wrote:<br>

</div></div><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote"><div><div>
<div dir="ltr"><div>Hi,</div><div> </div><div>I have upgraded the gcc version to 4.7 as earlier my gcc is 4.6.</div><div> </div><div>I am trying to build latest build for EFL, But I am getting following error:<br><br><br clear="all">



--------------------------------------------------------------------------------------------------</div><div> </div><div>deepak.m@deepakm-ubuntu:~/slp/webkitefl/WebKit$ gcc --version<br>gcc (Ubuntu/Linaro 4.7.2-0ubuntu3) 4.7.2<br>



Copyright (C) 2012 Free Software Foundation, Inc.<br>This is free software; see the source for copying conditions.  There is NO<br>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</div><div>deepak.m@deepakm-ubuntu:~/slp/webkitefl/WebKit$ ./Tools/Scripts/build-webkit --efl --debug<br>



CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):<br>  The C compiler &quot;/usr/bin/gcc&quot; is not able to compile a simple test program.</div><div>  It fails with the following output:</div>



<div>   Change Dir: /home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp</div><div>  </div><div>  Run Build Command:/usr/bin/make &quot;cmTryCompileExec/fast&quot;</div><div>



  /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make<br>  CMakeFiles/cmTryCompileExec.dir/build</div><div>  make[1]: Entering directory<br>  `/home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp&#39;</div>



<div><br>  /usr/bin/cmake -E cmake_progress_report<br>  /home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp/CMakeFiles<br>  1</div><div>  Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o</div>



<div>  /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -c<br>  /home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp/testCCompiler.c</div><div><br>  gcc: error trying to exec &#39;cc1&#39;: execvp: No such file or directory</div>



<div>  make[1]: Leaving directory<br>  `/home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/__cmake_systeminformation/CMakeFiles/CMakeTmp&#39;</div><div><br>  make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o] Error 1</div>



<div>  make: *** [cmTryCompileExec/fast] Error 2</div><div>  </div><div>  </div><div>  CMake will not be able to correctly generate this project.<br>Call Stack (most recent call first):<br>  CMakeLists.txt:16 (PROJECT)</div>



<div><br>Error: --system-information failed on internal CMake!<br>Not searching for unused variables given on the command line.<br>-- The C compiler identification is unknown<br>-- The CXX compiler identification is GNU<br>



-- Check for working C compiler: /usr/bin/gcc<br>-- Check for working C compiler: /usr/bin/gcc -- broken<br>CMake Error at /usr/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):<br>  The C compiler &quot;/usr/bin/gcc&quot; is not able to compile a simple test program.</div>



<div>  It fails with the following output:</div><div>   Change Dir: /home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/CMakeFiles/CMakeTmp</div><div>  </div><div>  Run Build Command:/usr/bin/make &quot;cmTryCompileExec/fast&quot;</div>



<div>  /usr/bin/make -f CMakeFiles/cmTryCompileExec.dir/build.make<br>  CMakeFiles/cmTryCompileExec.dir/build</div><div>  make[1]: Entering directory<br>  `/home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/CMakeFiles/CMakeTmp&#39;</div>



<div><br>  /usr/bin/cmake -E cmake_progress_report<br>  /home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/CMakeFiles/CMakeTmp/CMakeFiles<br>  1</div><div>  Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o</div>



<div>  /usr/bin/gcc -o CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o -c<br>  /home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/CMakeFiles/CMakeTmp/testCCompiler.c</div><div><br>  gcc: error trying to exec &#39;cc1&#39;: execvp: No such file or directory</div>



<div>  make[1]: Leaving directory<br>  `/home/deepak.m/slp/webkitefl/WebKit/WebKitBuild/Debug/CMakeFiles/CMakeTmp&#39;</div><div><br>  make[1]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.o] Error 1</div><div>  make: *** [cmTryCompileExec/fast] Error 2</div>



<div>  </div><div>  </div><div>  CMake will not be able to correctly generate this project.<br>Call Stack (most recent call first):<br>  CMakeLists.txt:2 (project)</div><div><br>-- Configuring incomplete, errors occurred!<br>



</div><div>-----------------------------------------------------------------------------------------------------------------</div><div>Please let me know If I am missing somthing ...</div><div> </div><div><br> </div><div dir="ltr">



<div> </div><div>Regards</div><span><font color="#888888"><div>Deepak Mittal</div></font></span></div>
</div>
<br></div></div>_______________________________________________<br>
webkit-efl mailing list<br>
<a href="mailto:webkit-efl@lists.webkit.org" target="_blank">webkit-efl@lists.webkit.org</a><br>
<a href="https://lists.webkit.org/mailman/listinfo/webkit-efl" target="_blank">https://lists.webkit.org/mailman/listinfo/webkit-efl</a><br>
<br></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><br></div></div><span class="HOEnZb"><font color="#888888">-- <br><div dir="ltr"><div> </div><div>Regards</div><div>Deepak Mittal</div></div>
</font></span></div>
</blockquote></div><br></div>