Giter VIP home page Giter VIP logo

executor's People

Contributors

ctm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

executor's Issues

Maybe update files that describe the project

You could update some files that describe the project. For example, src/COPYING says "All Rights Reserved." which contradicts the MIT license. I'm also interested in reading src/ChangeLog, which - like various other files - currently just says "TODO". Also, it's unclear where to look for the current version number. Wikipedia says "2.1". Two files, inno_setup/executor.iss and src/include/rsys/version.h say "2.1pr16". These are usual locations to look for a version number; it would be easier if the version number was clearly stated in a README or ChangeLog file.

Syn68k is installed, but not found?

I have succeeded in building syn68k on Mac os Lion and installed it, but configuring Executor is not working.

...
checking for initialize_68k_emulator in -lsyn68k... no
configure: error: Can't build Executor for i386 without Syn68k

I have libsyn68k.a in usr/local/lib.

Trouble building executor on Ubuntu 15.04 - 64 bit

I'm trying to build on 64 bit linux - as 32 bit (I use CC= -m32 .... )

config params:

CC='gcc -m32 -fno-stack-check -fno-stack-protector' OBJC='gcc -m32 -fno-stack-check -fno-stack-protector -w' ../src/configure --with-front-end=sdl --with-sound=sdl

building - gets stuck as ARCH_TYPE_I386 is not delclared:

make
make  all-am
make[1]: Entering directory '/mnt/data/home/stu/projects/external/executor/build'
gcc -m32 -fno-stack-check -fno-stack-protector -DHAVE_CONFIG_H -I. -I../src  -I../src/include -I../src/config/front-ends/sdl -I../src/config/os/linux -I../src/config/arch/x86_64    -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o ../src/main.c
../src/main.c: In function ‘print_info’:
../src/main.c:1062:7: error: ‘arch_type’ undeclared (first use in this function)
   if (arch_type == ARCH_TYPE_I386)
       ^
../src/main.c:1062:7: note: each undeclared identifier is reported only once for each function it appears in
../src/main.c:1062:20: error: ‘ARCH_TYPE_I386’ undeclared (first use in this function)
   if (arch_type == ARCH_TYPE_I386)
                    ^
../src/main.c: In function ‘setstartdir’:
../src/main.c:694:2: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result]
  pipe((void *) p);
  ^
../src/main.c:698:6: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result]
      dup(p[1]);
      ^
../src/main.c:727:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
     getcwd(savedir, sizeof savedir);
     ^
In file included from ../src/include/rsys/common.h:45:0,
                 from ../src/main.c:14:
../src/include/rsys/slash.h:31:16: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
 #define Uchdir chdir
                ^
../src/main.c:728:5: note: in expansion of macro ‘Uchdir’
     Uchdir(lookhere);
     ^
../src/main.c:731:5: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result]
     getcwd(ROMlib_startdir, sizeof ROMlib_startdir);
     ^
In file included from ../src/include/rsys/common.h:45:0,
                 from ../src/main.c:14:
../src/include/rsys/slash.h:31:16: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
 #define Uchdir chdir
                ^
../src/main.c:732:5: note: in expansion of macro ‘Uchdir’
     Uchdir(savedir);
     ^
Makefile:1993: recipe for target 'main.o' failed
make[1]: *** [main.o] Error 1
make[1]: Leaving directory '/mnt/data/home/stu/projects/external/executor/build'
Makefile:1450: recipe for target 'all' failed
make: *** [all] Error 2

We need to coordinate

I've done extensive hacking on my fork of executor, and it's high time I coordinated with other people who're interested in executor again...

I've tried emailing @ctm and @MaddTheSane, but haven't received a reply, so I guess some spam filter was in the way.

I have...

  • deleted a lot of code
  • ported to 64-bit
  • modernized some things (a lot fewer macros, C++ templates instead of genstubify, ...)
  • added a half-finished, slow SDL2 frontend
  • added a half-finished, even slower Qt forntend with support for rootless mode
  • switched to CMake
  • tried porting to windows again (no success yet)

It's too much to put into a pull request to dump on someone who is not expecting to do any maintenance work on executor any more, but it's high time I talked with everyone else who's interested in hacking on executor.

Cheers,

Wolfgang

Browser source code

Is the source code for the Browser application included in the executor repository still around somewhere?
Can it be made available?
Or is it lost in the depths of history?

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.