Giter Club home page Giter Club logo

profuse's Issues

Most mounted disk images look empty

I am having little luck mounting disk images. I have tried with several ones, standard ProDOS or DOS3.3 formatted, but in nearly all cases they are mounted as an empty volume. This is what I do:

  1. Create an empty directory in my home directory;
  2. Mount a disk image using profuse, using the above directory as the mount point.

I have tried with different combinations of the options. Since sometimes I do see an image mounted correctly, I guess that I am either using the wrong options or an unsupported format.

I attach an archive with a few examples: dusthead_v1.1.po and ROGUE.PO can be mounted correctly (without passing any additional options), but the remaining disk images are not. I am not getting any errors from profuse.

Using the current master and FUSE for OS X 2.8.3.
disk_images.zip

Build errors

I am trying to build this on El Capitan. The latest release (v2_2010-03-18) fails early with:

]make
c++  -Wall -O2 -g  -c -o newfs_prodos.o newfs_prodos.cpp
newfs_prodos.cpp:10:10: fatal error: 'BlockDevice.h' file not found
#include "BlockDevice.h"
         ^
1 error generated.
make: *** [newfs_prodos.o] Error 1

The master also fails soon:

]make
c++  -Wall -W -Wno-multichar -I. -O2 -g  -I/usr/local/include/osxfuse/fuse  -c -o bin/apfm.o bin/apfm.cpp
In file included from bin/apfm.cpp:21:
In file included from ./Pascal/Pascal.h:5:
In file included from ./Pascal/Entry.h:4:
./Common/smart_pointers.h:22:10: fatal error: 'tr1/memory' file not found
#include <tr1/memory>
         ^
1 error generated.
make: *** [bin/apfm.o] Error 1

I can get past this by defining CPP0X, but then I get a different error:

]make
c++  -Wall -W -Wno-multichar -I. -O2 -g  -I/usr/local/include/osxfuse/fuse  -c -o bin/apfm.o bin/apfm.cpp
c++  -Wall -W -Wno-multichar -I. -O2 -g  -I/usr/local/include/osxfuse/fuse  -c -o Cache/BlockCache.o Cache/BlockCache.cpp
c++  -Wall -W -Wno-multichar -I. -O2 -g  -I/usr/local/include/osxfuse/fuse  -c -o Cache/ConcreteBlockCache.o Cache/ConcreteBlockCache.cpp
In file included from Cache/ConcreteBlockCache.cpp:2:
In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:628:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:3808:29: error: calling a private constructor of class
      'Device::ConcreteBlockCache'
            :  __data_(__a, _Tp(__a0, __a1)) {}
                            ^

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.