Missing files

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Missing files

David Bolton-2
The nightly builds for Windows started failing yesterday because of a
couple missing files. Is this a new dependence or were they just omitted
during SVN commit?


mingw32-make[3]: Entering directory `C:/mscoreSVN/win32build'
[ 73%] Building CXX object omr/CMakeFiles/omr.dir/pdf.cpp.obj
C:\mscoreSVN\mscore\omr\pdf.cpp:23:18: error: fitz.h: No such file or
directory
C:\mscoreSVN\mscore\omr\pdf.cpp:24:19: error: mupdf.h: No such file or
directory

C:\mscoreSVN\mscore\omr\pdf.cpp:28: error: expected initializer before
'*' token

C:\mscoreSVN\mscore\omr\pdf.cpp:29: error: expected initializer before
'*' token

C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'int Pdf::numPages()
const':

C:\mscoreSVN\mscore\omr\pdf.cpp:37: error: 'pdf_count_pages' was not
declared in
  this scope
C:\mscoreSVN\mscore\omr\pdf.cpp: In constructor 'Pdf::Pdf(const QString&)':
C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'ctx' was not declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_alloc_default' was not
declared i
n this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_new_context' was not
declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'cache' was not declared in
this scop
e
C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'fz_new_glyph_cache' was not
declared
  in this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'ctx' was not declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'pdf_open_xref' was not
declared in t
his scope
C:\mscoreSVN\mscore\omr\pdf.cpp:57: error: 'pdf_load_page_tree' was not
declared
  in this scope
C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'QImage Pdf::page(int)':
C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_page' was not declared
in this s
cope
C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_load_page' was not
declared in t
his scope
C:\mscoreSVN\mscore\omr\pdf.cpp:67: error: invalid use of member (did
you forget
  the '&' ?)
C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: 'fz_matrix' was not declared
in this
scope
C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: expected ';' before 'ctm'
C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'ctm' was not declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_scale' was not declared
in this s
cope
C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_concat' was not declared
in this
scope
C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: invalid use of member (did
you forget
  the '&' ?)
C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: base operand of '->' is not a
pointer

C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: 'fz_rotate' was not declared
in this
scope
C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: 'fz_bbox' was not declared in
this sc
ope
C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: expected ';' before 'bbox'
C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_pixmap' was not declared
in this
scope
C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'pix' was not declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'ctx' was not declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_device_gray' was not
declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'bbox' was not declared in
this scope

C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_new_pixmap_with_rect' was
not dec
lared in this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:80: error: 'fz_clear_pixmap_with_color'
was not
declared in this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_device' was not declared
in this
scope
C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'dev' was not declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'cache' was not declared in
this scop
e
C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_new_draw_device' was not
declared
  in this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:83: error: 'pdf_run_page' was not
declared in th
is scope
C:\mscoreSVN\mscore\omr\pdf.cpp:84: error: 'fz_free_device' was not
declared in
this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:112: error: 'fz_drop_pixmap' was not
declared in
  this scope
C:\mscoreSVN\mscore\omr\pdf.cpp:113: error: 'pdf_free_page' was not
declared in
this scope
mingw32-make[3]: *** [omr/CMakeFiles/omr.dir/pdf.cpp.obj] Error 1
mingw32-make[3]: Leaving directory `C:/mscoreSVN/win32build'
mingw32-make[2]: *** [omr/CMakeFiles/omr.dir/all] Error 2
mingw32-make[2]: Leaving directory `C:/mscoreSVN/win32build'
mingw32-make[1]: *** [all] Error 2
mingw32-make[1]: Leaving directory `C:/mscoreSVN/win32build'
mingw32-make: *** [release] Error 2


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Missing files

Werner Schweer
I replaced the "poppler" lib for reading pdf's with libmupdf.
So if you compile with OMR set to TRUE you need libmupdf which in turn
has its own
dependencies (openjpeg jbig2 and jpeg).

On 01/02/2012 02:28 AM, David Bolton wrote:

> The nightly builds for Windows started failing yesterday because of a
> couple missing files. Is this a new dependence or were they just omitted
> during SVN commit?
>
>
> mingw32-make[3]: Entering directory `C:/mscoreSVN/win32build'
> [ 73%] Building CXX object omr/CMakeFiles/omr.dir/pdf.cpp.obj
> C:\mscoreSVN\mscore\omr\pdf.cpp:23:18: error: fitz.h: No such file or
> directory
> C:\mscoreSVN\mscore\omr\pdf.cpp:24:19: error: mupdf.h: No such file or
> directory
>
> C:\mscoreSVN\mscore\omr\pdf.cpp:28: error: expected initializer before
> '*' token
>
> C:\mscoreSVN\mscore\omr\pdf.cpp:29: error: expected initializer before
> '*' token
>
> C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'int Pdf::numPages()
> const':
>
> C:\mscoreSVN\mscore\omr\pdf.cpp:37: error: 'pdf_count_pages' was not
> declared in
>    this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp: In constructor 'Pdf::Pdf(const QString&)':
> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'ctx' was not declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_alloc_default' was not
> declared i
> n this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_new_context' was not
> declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'cache' was not declared in
> this scop
> e
> C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'fz_new_glyph_cache' was not
> declared
>    in this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'ctx' was not declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'pdf_open_xref' was not
> declared in t
> his scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:57: error: 'pdf_load_page_tree' was not
> declared
>    in this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'QImage Pdf::page(int)':
> C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_page' was not declared
> in this s
> cope
> C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_load_page' was not
> declared in t
> his scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:67: error: invalid use of member (did
> you forget
>    the '&' ?)
> C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: 'fz_matrix' was not declared
> in this
> scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: expected ';' before 'ctm'
> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'ctm' was not declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_scale' was not declared
> in this s
> cope
> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_concat' was not declared
> in this
> scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: invalid use of member (did
> you forget
>    the '&' ?)
> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: base operand of '->' is not a
> pointer
>
> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: 'fz_rotate' was not declared
> in this
> scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: 'fz_bbox' was not declared in
> this sc
> ope
> C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: expected ';' before 'bbox'
> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_pixmap' was not declared
> in this
> scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'pix' was not declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'ctx' was not declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_device_gray' was not
> declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'bbox' was not declared in
> this scope
>
> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_new_pixmap_with_rect' was
> not dec
> lared in this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:80: error: 'fz_clear_pixmap_with_color'
> was not
> declared in this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_device' was not declared
> in this
> scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'dev' was not declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'cache' was not declared in
> this scop
> e
> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_new_draw_device' was not
> declared
>    in this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:83: error: 'pdf_run_page' was not
> declared in th
> is scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:84: error: 'fz_free_device' was not
> declared in
> this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:112: error: 'fz_drop_pixmap' was not
> declared in
>    this scope
> C:\mscoreSVN\mscore\omr\pdf.cpp:113: error: 'pdf_free_page' was not
> declared in
> this scope
> mingw32-make[3]: *** [omr/CMakeFiles/omr.dir/pdf.cpp.obj] Error 1
> mingw32-make[3]: Leaving directory `C:/mscoreSVN/win32build'
> mingw32-make[2]: *** [omr/CMakeFiles/omr.dir/all] Error 2
> mingw32-make[2]: Leaving directory `C:/mscoreSVN/win32build'
> mingw32-make[1]: *** [all] Error 2
> mingw32-make[1]: Leaving directory `C:/mscoreSVN/win32build'
> mingw32-make: *** [release] Error 2
>
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> Mscore-developer mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Missing files

lasconic
Hi,
I deactivated OMR in the default build process on Windows and Mac in r5176.

lasconic

2012/1/2 Werner Schweer <[hidden email]>:

> I replaced the "poppler" lib for reading pdf's with libmupdf.
> So if you compile with OMR set to TRUE you need libmupdf which in turn
> has its own
> dependencies (openjpeg jbig2 and jpeg).
>
> On 01/02/2012 02:28 AM, David Bolton wrote:
>> The nightly builds for Windows started failing yesterday because of a
>> couple missing files. Is this a new dependence or were they just omitted
>> during SVN commit?
>>
>>
>> mingw32-make[3]: Entering directory `C:/mscoreSVN/win32build'
>> [ 73%] Building CXX object omr/CMakeFiles/omr.dir/pdf.cpp.obj
>> C:\mscoreSVN\mscore\omr\pdf.cpp:23:18: error: fitz.h: No such file or
>> directory
>> C:\mscoreSVN\mscore\omr\pdf.cpp:24:19: error: mupdf.h: No such file or
>> directory
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:28: error: expected initializer before
>> '*' token
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:29: error: expected initializer before
>> '*' token
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'int Pdf::numPages()
>> const':
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:37: error: 'pdf_count_pages' was not
>> declared in
>>    this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp: In constructor 'Pdf::Pdf(const QString&)':
>> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'ctx' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_alloc_default' was not
>> declared i
>> n this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_new_context' was not
>> declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'cache' was not declared in
>> this scop
>> e
>> C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'fz_new_glyph_cache' was not
>> declared
>>    in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'ctx' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'pdf_open_xref' was not
>> declared in t
>> his scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:57: error: 'pdf_load_page_tree' was not
>> declared
>>    in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'QImage Pdf::page(int)':
>> C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_page' was not declared
>> in this s
>> cope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_load_page' was not
>> declared in t
>> his scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:67: error: invalid use of member (did
>> you forget
>>    the '&' ?)
>> C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: 'fz_matrix' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: expected ';' before 'ctm'
>> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'ctm' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_scale' was not declared
>> in this s
>> cope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_concat' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: invalid use of member (did
>> you forget
>>    the '&' ?)
>> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: base operand of '->' is not a
>> pointer
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: 'fz_rotate' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: 'fz_bbox' was not declared in
>> this sc
>> ope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: expected ';' before 'bbox'
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_pixmap' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'pix' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'ctx' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_device_gray' was not
>> declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'bbox' was not declared in
>> this scope
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_new_pixmap_with_rect' was
>> not dec
>> lared in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:80: error: 'fz_clear_pixmap_with_color'
>> was not
>> declared in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_device' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'dev' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'cache' was not declared in
>> this scop
>> e
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_new_draw_device' was not
>> declared
>>    in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:83: error: 'pdf_run_page' was not
>> declared in th
>> is scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:84: error: 'fz_free_device' was not
>> declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:112: error: 'fz_drop_pixmap' was not
>> declared in
>>    this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:113: error: 'pdf_free_page' was not
>> declared in
>> this scope
>> mingw32-make[3]: *** [omr/CMakeFiles/omr.dir/pdf.cpp.obj] Error 1
>> mingw32-make[3]: Leaving directory `C:/mscoreSVN/win32build'
>> mingw32-make[2]: *** [omr/CMakeFiles/omr.dir/all] Error 2
>> mingw32-make[2]: Leaving directory `C:/mscoreSVN/win32build'
>> mingw32-make[1]: *** [all] Error 2
>> mingw32-make[1]: Leaving directory `C:/mscoreSVN/win32build'
>> mingw32-make: *** [release] Error 2
>>
>>
>> ------------------------------------------------------------------------------
>> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
>> infrastructure or vast IT resources to deliver seamless, secure access to
>> virtual desktops. With this all-in-one solution, easily deploy virtual
>> desktops for less than the cost of PCs and save 60% on VDI infrastructure
>> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
>> _______________________________________________
>> Mscore-developer mailing list
>> [hidden email]
>> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
>
> ------------------------------------------------------------------------------
> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
> infrastructure or vast IT resources to deliver seamless, secure access to
> virtual desktops. With this all-in-one solution, easily deploy virtual
> desktops for less than the cost of PCs and save 60% on VDI infrastructure
> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
> _______________________________________________
> Mscore-developer mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/mscore-developer

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Missing files

David Bolton-2
In reply to this post by Werner Schweer
I set OMR to FALSE in CMakeLists.txt but now I get a different error
instead:

[ 74%] Building CXX object mscore/CMakeFiles/mscore.dir/file.cpp.obj
C:\mscoreSVN\mscore\mscore\file.cpp: In member function 'bool
MuseScore::readSco
re(Score*, QString)':
C:\mscoreSVN\mscore\mscore\file.cpp:1492: error: 'importMidi' is not a
member of
  'MuseScore'
C:\mscoreSVN\mscore\mscore\file.cpp:1493: error: 'importMidi' is not a
member of
  'MuseScore'
C:\mscoreSVN\mscore\mscore\file.cpp:1494: error: 'importMidi' is not a
member of
  'MuseScore'
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: too many initializers
for 'Muse
Score::readScore(Score*, QString)::ImportDef'
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: too many initializers
for 'Muse
Score::readScore(Score*, QString)::ImportDef'
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: too many initializers
for 'Muse
Score::readScore(Score*, QString)::ImportDef'
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
C:\mscoreSVN\mscore\mscore\file.cpp:1510: error: cannot convert 'bool
(*)(Score*
, const QString&)' to 'bool (MuseScore::*)(Score*, const QString&)' in
initializ
ation
mingw32-make[3]: *** [mscore/CMakeFiles/mscore.dir/file.cpp.obj] Error 1
mingw32-make[3]: Leaving directory `C:/mscoreSVN/win32build'
mingw32-make[2]: *** [mscore/CMakeFiles/mscore.dir/all] Error 2
mingw32-make[2]: Leaving directory `C:/mscoreSVN/win32build'
mingw32-make[1]: *** [all] Error 2
mingw32-make[1]: Leaving directory `C:/mscoreSVN/win32build'
mingw32-make: *** [release] Error 2


On 1/2/2012 3:05 AM, Werner Schweer wrote:

> I replaced the "poppler" lib for reading pdf's with libmupdf.
> So if you compile with OMR set to TRUE you need libmupdf which in turn
> has its own
> dependencies (openjpeg jbig2 and jpeg).
>
> On 01/02/2012 02:28 AM, David Bolton wrote:
>> The nightly builds for Windows started failing yesterday because of a
>> couple missing files. Is this a new dependence or were they just omitted
>> during SVN commit?
>>
>>
>> mingw32-make[3]: Entering directory `C:/mscoreSVN/win32build'
>> [ 73%] Building CXX object omr/CMakeFiles/omr.dir/pdf.cpp.obj
>> C:\mscoreSVN\mscore\omr\pdf.cpp:23:18: error: fitz.h: No such file or
>> directory
>> C:\mscoreSVN\mscore\omr\pdf.cpp:24:19: error: mupdf.h: No such file or
>> directory
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:28: error: expected initializer before
>> '*' token
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:29: error: expected initializer before
>> '*' token
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'int Pdf::numPages()
>> const':
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:37: error: 'pdf_count_pages' was not
>> declared in
>>     this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp: In constructor 'Pdf::Pdf(const QString&)':
>> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'ctx' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_alloc_default' was not
>> declared i
>> n this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:48: error: 'fz_new_context' was not
>> declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'cache' was not declared in
>> this scop
>> e
>> C:\mscoreSVN\mscore\omr\pdf.cpp:53: error: 'fz_new_glyph_cache' was not
>> declared
>>     in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'ctx' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:56: error: 'pdf_open_xref' was not
>> declared in t
>> his scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:57: error: 'pdf_load_page_tree' was not
>> declared
>>     in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp: In member function 'QImage Pdf::page(int)':
>> C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_page' was not declared
>> in this s
>> cope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:66: error: 'pdf_load_page' was not
>> declared in t
>> his scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:67: error: invalid use of member (did
>> you forget
>>     the '&' ?)
>> C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: 'fz_matrix' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:74: error: expected ';' before 'ctm'
>> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'ctm' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_scale' was not declared
>> in this s
>> cope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:75: error: 'fz_concat' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: invalid use of member (did
>> you forget
>>     the '&' ?)
>> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: base operand of '->' is not a
>> pointer
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:76: error: 'fz_rotate' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: 'fz_bbox' was not declared in
>> this sc
>> ope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:77: error: expected ';' before 'bbox'
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_pixmap' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'pix' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'ctx' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_device_gray' was not
>> declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'bbox' was not declared in
>> this scope
>>
>> C:\mscoreSVN\mscore\omr\pdf.cpp:78: error: 'fz_new_pixmap_with_rect' was
>> not dec
>> lared in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:80: error: 'fz_clear_pixmap_with_color'
>> was not
>> declared in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_device' was not declared
>> in this
>> scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'dev' was not declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'cache' was not declared in
>> this scop
>> e
>> C:\mscoreSVN\mscore\omr\pdf.cpp:82: error: 'fz_new_draw_device' was not
>> declared
>>     in this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:83: error: 'pdf_run_page' was not
>> declared in th
>> is scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:84: error: 'fz_free_device' was not
>> declared in
>> this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:112: error: 'fz_drop_pixmap' was not
>> declared in
>>     this scope
>> C:\mscoreSVN\mscore\omr\pdf.cpp:113: error: 'pdf_free_page' was not
>> declared in
>> this scope
>> mingw32-make[3]: *** [omr/CMakeFiles/omr.dir/pdf.cpp.obj] Error 1
>> mingw32-make[3]: Leaving directory `C:/mscoreSVN/win32build'
>> mingw32-make[2]: *** [omr/CMakeFiles/omr.dir/all] Error 2
>> mingw32-make[2]: Leaving directory `C:/mscoreSVN/win32build'
>> mingw32-make[1]: *** [all] Error 2
>> mingw32-make[1]: Leaving directory `C:/mscoreSVN/win32build'
>> mingw32-make: *** [release] Error 2
>>

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual
desktops for less than the cost of PCs and save 60% on VDI infrastructure
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Mscore-developer mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/mscore-developer
Loading...