Coder Social home page Coder Social logo

abdelh4di / in-the-box Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 40 MB

Automatically exported from code.google.com/p/in-the-box

Objective-C 0.04% C 30.70% Makefile 0.73% Batchfile 0.01% Shell 0.34% M4 0.10% HTML 0.41% CSS 0.01% Groff 0.07% C++ 17.86% Module Management System 0.01% Inno Setup 0.01% Perl 1.22% Assembly 5.25% Python 0.06% Perl 6 0.01% Java 43.06% DIGITAL Command Language 0.12% XS 0.01% eC 0.01%

in-the-box's People

Watchers

James Cloos avatar

in-the-box's Issues

java_lang_Float.cpp does not compile

java_lang_Float.cpp in InTheBoxSim/libcore/luni/src/main/native does not 
compile.
To try to compile it, add it to the libcore target.
To be used, it should also be registered 
InTheBoxSim/libcore/luni/src/main/native/Register.cpp.


Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 1:45

java_lang_StrictMath.cpp does not compile

java_lang_StrictMath.cpp in InTheBoxSim/libcore/luni/src/main/native does not 
compile.
To try to compile it, add it to the libcore target.
To be used, it should also be registered 
InTheBoxSim/libcore/luni/src/main/native/Register.cpp.


Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 1:48

wish: gnustep support

Just curious, is it planned to support regular desktop also ? i am thinking 
about macos or gnustep (gnu/linux) etc ...

Regards

ps: congratulation for this project it's nice to open the possibilities of non 
android platforms ...

Original issue reported on code.google.com by [email protected] on 13 Jul 2011 at 12:50

Build Failed - expat_config.h file not found in xmlrole.c file.

What steps will reproduce the problem?
1. Open XCode 4.5
2. Download the project from the SVN
3. Try to build

What is the expected output? What do you see instead?
I'd expect to succesfully build the project, an error stating that there's a 
missing file is shown.

What version of the product are you using? On what operating system?
XCode v4.5.
OSX 10.8

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 18 Jan 2013 at 5:08

Attachments:

Build error: missing files in repository

What steps will reproduce the problem?
1. Checkout the fresh copy of the sources from repository
2. Start building the project
3. Compilation fails at mspace.h file with the error message No such file or 
directory in line:
#include "../../../../bionic/libc/bionic/dlmalloc.h"

What version of the product are you using? On what operating system?
r28


Original issue reported on code.google.com by [email protected] on 2 Jun 2011 at 11:51

Problem with NativeCrypto.cpp..

I have to first tell that I am a newbie in iOS/MacOS programming. When I wanted 
to build the sample project without any modifications, there exists too many 
compile errors because of the C Compiler. After I have changed the compiler to 
'Apple LLVM Compiler 4.1' all of those compile errors except one is solved. I 
get the error: 'Variable length array of non-POD element type Unique_X509' in 
the line 1956 of NativeCrypto.cpp. If I write a static integer instead of 
length variable in 'Unique_X509 certificatesX509[length]' the compile error 
disappears. However the code does not work as required then. I don't know what 
to do, I need help..

I am using Xcode 4.5 on MaxOS X 10.7.4 (VMware). I have only iOS6 as deployment 
target choice.

Original issue reported on code.google.com by [email protected] on 12 Jan 2013 at 10:01

org_apache_harmony_luni_util_fltparse does not compile

org_apache_harmony_luni_util_fltparse in 
InTheBoxSim/libcore/luni/src/main/native does not compile.
To try to compile it, add it to the libcore target.
To be used, it should also be registered 
InTheBoxSim/libcore/luni/src/main/native/Register.cpp.

Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 2:10

Can't open

I have xcode 3.2.6 and I can't open the project, I've got a crash windows which 
say "Xcode quit unexpected"

Original issue reported on code.google.com by [email protected] on 6 Jun 2011 at 8:35

error when running.

What steps will reproduce the problem?
1. used eclipse to export a android project to a jar file.
2. got your source code and used xcode to build it
3. add the jar file exclipse made to the xcode
4. discover while the guy in the video said build settings it's actualy build 
stages I'm looking for, you couldn't see what he clicked on in the movie.
5. drag the jar into "Copy Bundle Resources" section 
6. update the start class name and the jar file name

What is the expected output? What do you see instead?
the expected output would be it comming to a screen saying hello world.

it just got stuck on the loading screen.

Please provide any additional information below.
the debug window had alot to say:
java.lang.NoClassDefFoundError: startup
    at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.ClassNotFoundException: startup in loader 
dalvik.system.PathClassLoader[/Users/brownwolf_98/Library/Application 
Support/iPhone 
Simulator/4.0.2/Applications/1AD998A5-4968-4DE6-BE6C-EB84A6D66BDF/InTheBoxSim.ap
p/test.jar]
    at dalvik.system.PathClassLoader.findClass(PathClassLoader.java:240)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:551)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:511)


What version of the product are you using? On what operating system?
I just downloaed your project code yesterday
Version 4.0.2 Build 4A2002a
Mac OS 10.6.8 build 10k540

Original issue reported on code.google.com by [email protected] on 1 Jul 2011 at 4:50

org_apache_harmony_luni_platform_OSMemory does not compile

org_apache_harmony_luni_platform_OSMemory in 
InTheBoxSim/libcore/luni/src/main/native does not compile.
To try to compile it, add it to the libcore target.
To be used, it should also be registered 
InTheBoxSim/libcore/luni/src/main/native/Register.cpp.


Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 2:07

org_apache_harmony_xml_ExpatParser does not compile

org_apache_harmony_xnet_provider_jsse_NativeCrypto in 
InTheBoxSim/libcore/luni/src/main/native does not compile.
To try to compile it, add it to the libcore target.
To be used, it should also be registered 
InTheBoxSim/libcore/luni/src/main/native/Register.cpp.

Original issue reported on code.google.com by [email protected] on 8 Jun 2011 at 2:14

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.