hust-marx / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

Unable to build FireBreath on mac OSX 10.5 #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have downloaded firebreath-1.0.0.tar.gz
2. Then in the /FireBreadth did "sh prepmac.sh"

What is the expected output? What do you see instead?
$ sh prepmac.sh
Building projects
CMake Error at cmake/genproject.cmake:21 (include):
  include could not find load file:

    /Users/pd/workspace/versions/mbExpPlugin/exp2/firebreath/cmake/common.cmake

prepmac.sh: line 20: build/xcode_patch_desc.txt: No such file or directory

What version of FireBreath are you using? On what operating system and
browsers?
FireBreadth 1.0 
OS: OSX 10.5
Cmake 2.8

Please provide any additional information below.

I might be missing something silly.
Please guide me to build it.

Advance thanks
-Parimal Das

Original issue reported on code.google.com by parimal....@gmail.com on 29 Apr 2010 at 3:43

GoogleCodeExporter commented 9 years ago
Could you download a more recent snapshot from the downloads and see if the 
problem
persists?

Original comment by georg.fritzsche on 29 Apr 2010 at 6:31

GoogleCodeExporter commented 9 years ago
Hi

Now i am trying with ver-335 from trunk.
The following errors are coming in output.

$ sh prepmac.sh 
Building projects
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Firebreath solution dir: 
/Users/pd/workspace/versions/mbExpPlugin/exp3/firebreath/build
Generating project UnitTest++
Generating project NPAPIHost in
/Users/pd/workspace/versions/mbExpPlugin/exp3/firebreath/build/NpapiHost
Generating project ScriptingCore in
/Users/pd/workspace/versions/mbExpPlugin/exp3/firebreath/build/ScriptingCore
Generating project UnitTest_ScriptingCore in
/Users/pd/workspace/versions/mbExpPlugin/exp3/firebreath/build/ScriptingCoreTest
Generating project PluginCore in
/Users/pd/workspace/versions/mbExpPlugin/exp3/firebreath/build/PluginCore
Searching projects/*: found 

No projects found in projects/.
CMake Error at CMakeLists.txt:62 (MESSAGE):
  To build examples, run 'prep<ver> examples'

-- Configuring incomplete, errors occurred!
prepmac.sh: line 20: build/xcode_patch_desc.txt: No such file or directory

Any ideas? 

Original comment by parimal....@gmail.com on 30 Apr 2010 at 10:32

GoogleCodeExporter commented 9 years ago
After that "$ sh prepmac.sh examples" is creating /Buildex projects.

Original comment by parimal....@gmail.com on 30 Apr 2010 at 10:57

GoogleCodeExporter commented 9 years ago
"No projects found in projects/."
-> you need to create at least one project first using fbgen, see:
http://code.google.com/p/firebreath/wiki/CreatingANewPluginProject

After that fbprepmac.sh should work fine.

Original comment by georg.fritzsche on 30 Apr 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Thanks a lot. It works now.

Original comment by parimal....@gmail.com on 30 Apr 2010 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by georg.fritzsche on 30 Apr 2010 at 2:25