[gephex-devel] [Bug 77] New: Compilation error in filesystem.cpp on win32

bugzilla-daemon at sonnenland.kexbox.org bugzilla-daemon at sonnenland.kexbox.org
Wed Jan 19 19:55:24 CET 2005


https://bugs.gephex.org/show_bug.cgi?id=77

           Summary: Compilation error in filesystem.cpp on win32
           Product: GePhex
           Version: 0.4
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P1
         Component: engine
        AssignedTo: georg at gephex.org
        ReportedBy: georg at gephex.org


Because of a small change in the filesystem header
(the type of a file is now an enum utils::DirEntry::FileType
 instead of an int), the file does not compile on win32.

Fix is trivial (change 
  int type;
to
  DirEntry::FileType type;
in base/src/utils/filesystem.cpp:26).



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the gephex-devel mailing list