"D" annoyances

Ty Tower tytower at hotmail.com.au
Sat Mar 15 17:51:48 PDT 2008


Ty Tower Wrote:

> Take them as things to be fixed or deny their existence 
> 
> Either way I will post here the stupid things I find as I go through bits and pieces .
> The best critic is the most schooled in the subject
> 
 
In Tango examples the dsss.conf is out of date as below new one is further down
dss.conf
                                          - missing no cluster
[concurrency/fiber_test.d]
buildflags += -unittest
[conduits/composite.d]
[conduits/createzip.d]
version (Windows) {
    buildflags += -L"zlib;libbz2"  -  made global
}
version (Posix) {
    buildflags += -L-lz        -made global
}

[conduits/filebubbler.d]
[conduits/filecat.d]   - filebucket missed
[conduits/filecopy.d]
[conduits/fileops.d]
[conduits/filepathname.d]
[conduits/filescan.d]
[conduits/filescanregex.d]
[conduits/lineio.d]
[conduits/mmap.d]
[conduits/paths.d]
[conduits/randomio.d]
[conduits/shuffle.d]
[conduits/unifile.d]
[console/hello.d]
[console/stdout.d]- missing buffered.d
#[external/GlueFlectioned.d]........needs cn.kuehne.flectioned
[logging/chainsaw.d]
[logging/logging.d]
[logging/multilog.d]-context
[manual/chapterStorage.d]
[networking/homepage.d]
[networking/httpget.d]
[networking/selector.d]
[networking/sockethello.d]
[networking/socketserver.d]
[system/arguments.d]       -synchronisation/* missing?
[system/localtime.d]
[system/normpath.d]
[system/process.d]
[text/formatalign.d]
[text/formatindex.d]
[text/formatspec.d]
[text/localetime.d]
[text/properties.d]
[text/token.d]
[text/xmldom.d]
buildflags += -Jtext  -don't know about globalising this ?
[text/xmlpull.d]
buildflags += -Jtext
[text/xmlsax.d]
buildflags += -Jtext
[text/xmlpath.d]
[vfs/vfszip.d]
version (Windows) {
    buildflags += -L"zlib;libbz2"-made global
}
version (Posix) {
    buildflags += -L-lz -made global
}
---------------------------------------------------------------------------------------------------
So new one -tested
[*]
version (Windows) {
    buildflags += -L"zlib;libbz2"
}
version (Posix) {
    buildflags += -L-lz
}
#[cluster/Add.d]...........class no main
[cluster/alert.d]
[cluster/cclient.d]
[cluster/cserver.d]
[cluster/invalidate.d]
[cluster/qclient.d]
[cluster/qlisten.d]
[cluster/qrequest.d]
[cluster/qserver.d]
[cluster/reply.d]
#[cluster/task.d]..........does not compile uses Add
#[cluster/tclient.d].......same
#[cluster/tserver.d].......same


# Perhaps cluster should not compile in case the inexperienced like myself 
# fiddle with them. Already swept my /home/ for all html's with /conduits/filebubbler
# wiped the lot until it filled up and seg faulted !


[concurrency/fiber_test.d]
buildflags += -unittest


[conduits/composite.d]
[conduits/createzip.d]
[conduits/filebubbler.d]
#[conduits/FileBucket.d]  #.......class does not compile
[conduits/filecat.d]
[conduits/filecopy.d]
[conduits/fileops.d]
[conduits/filepathname.d]
[conduits/filescan.d]
[conduits/filescanregex.d]
[conduits/lineio.d]
[conduits/mmap.d]
[conduits/paths.d]
[conduits/randomio.d]
[conduits/shuffle.d]
[conduits/unifile.d]

[console/buffered.d]
[console/hello.d]
[console/stdout.d]

[logging/chainsaw.d]
[logging/logging.d]
[logging/multilog.d]

[manual/chapterStorage.d]

[networking/homepage.d]
[networking/httpget.d]
[networking/selector.d]
[networking/sockethello.d]
[networking/socketserver.d]

[synchronization/barrier.d]
[synchronization/condition.d]
#[synchronization/mutex.d]..........does not compile
[synchronization/readwritemutex.d]
[synchronization/semaphore.d]

[system/arguments.d]
[system/localtime.d]
[system/normpath.d]
[system/process.d]


[text/formatalign.d]
[text/formatindex.d]
[text/formatspec.d]
[text/localetime.d]
[text/properties.d]
[text/token.d]
[text/xmldom.d]
buildflags += -Jtext
[text/xmlpull.d]
buildflags += -Jtext
[text/xmlsax.d]
buildflags += -Jtext
[text/xmlpath.d]

[vfs/vfszip.d]

-------------------------------------------------------------------------------------

It looked like the Jake file for windows needed some work too



More information about the Digitalmars-d mailing list