RE: [Pixil-devel] Compile in cygwin + gcc 3.4.4

"Green Wan" <[email protected]> Mon, 29 May 2006 17:35:06 +0800
Newsgroups gmane.comp.web.viewml.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--===============1427883100==
Content-class: urn:content-classes:message
Content-Type: multipart/alternative;
	boundary="----_=_NextPart_001_01C68303.2BFBE2B0"

This is a multi-part message in MIME format.

------_=_NextPart_001_01C68303.2BFBE2B0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi All,

=20

I've tried to modify Makefile and make some linking problems pass.

I mainly have two issues.

=20

a.       Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x1fb): undefined
reference to `NxApp::GlobalColor(NxApp_Color)'

=20

I found NxApp::GlobalColor is implemented in
./pixil-1.2.3/libs/pim/nxapp.cxx. But this directory should be compiled
after generating libflek.so.=20

=20

b.       Flve_Combo.o:Flve_Combo.cxx:(.rdata$_ZTV9Flvw_Drop[vtable for
Flvw_Drop]+0x20): undefined reference to `Fl_Window::resize_notify(int,
int, int, int)

=20

Again.... This function is implemented in
./pixil-1.2.3/libs/flnx/Fl_window.cxx. It failed to link because these
libraries are not ready yet.

=20

Any idea? To modify Makefile or wrong setting again?

=20

Best regards,

Green

=20

Complete compiling message is below.

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

make[1]: Entering directory `/usr/src/Pixil/pixil-1.2.3/libs'

make[2]: Entering directory `/usr/src/Pixil/pixil-1.2.3/libs/flek/src'

gcc -Wl,-soname,`basename libflek.so` -shared -o libflek.so FDate.o
FSocket.o FFile.o FVector.o FImage.o FSGI.o FPNM.o Fl_App_Window.o
Fl_Better_Window.o Fl_Calendar.o Fl_Dockable_Window.o Fl_Stock.o
Fl_Toggle_Node_Base.o Fl_Toggle_Node.o Fl_Toggle_Tree_Base.o
Fl_Toggle_Tree.o Flv_CStyle.o Flv_Style.o Flv_List.o Flv_Table.o
Flve_Check_Button.o Flve_Input.o Flve_Combo.o Fl_Time.o  -lstdc++
/usr/src/fltk-1.0.11/lib/libfltk.a
/usr/src/Pixil/microwindows-0.90/src/lib/libnano-X.a
/usr/src/Pixil/microwindows-0.90/src/lib/libmwengine.a
/usr/X11R6/lib/libX11.a /usr/X11R6/lib/libXmHTML.a

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x1fb): undefined reference to
`NxApp::GlobalColor(NxApp_Color)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x410): more undefined references
to `NxApp::GlobalColor(NxApp_Color)' follow

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0xdba): undefined reference to
`NxApp::DefaultFont(Fl_Widget*)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x1251): undefined reference to
`NxApp::GlobalColor(NxApp_Color)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x12bc): undefined reference to
`NxApp::GlobalColor(NxApp_Color)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x1815): more undefined references
to `NxApp::GlobalColor(NxApp_Color)' follow

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x184f): undefined reference to
`NxApp::DefaultFont(Fl_Widget*)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x1b76): undefined reference to
`NxButton::NxButton(int, int, int, int, char*)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x1de2): undefined reference to
`NxBox::NxBox(int, int, int, int, char*)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x2274): undefined reference to
`NxApp::GlobalColor(NxApp_Color)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x228f): undefined reference to
`NxApp::DefaultFont(Fl_Widget*)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x2786): undefined reference to
`NxButton::NxButton(int, int, int, int, char*)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x2822): undefined reference to
`NxBox::NxBox(int, int, int, int, char*)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x285c): undefined reference to
`NxApp::GlobalColor(NxApp_Color)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x2881): undefined reference to
`NxApp::GlobalColor(NxApp_Color)'

Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x289f): undefined reference to
`NxApp::GlobalColor(NxApp_Color)'

Fl_Dockable_Window.o:Fl_Dockable_Window.cxx:(.rdata$_ZTV18Fl_Dockable_Wi
ndow[vtable for Fl_Dockable_Window]+0x20): undefined reference to
`Fl_Window::resize_notify(int, int, int, int)'

Flve_Combo.o:Flve_Combo.cxx:(.rdata$_ZTV9Flvw_Drop[vtable for
Flvw_Drop]+0x20): undefined reference to `Fl_Window::resize_notify(int,
int, int, int)'

collect2: ld returned 1 exit status

make[2]: *** [libflek.so] Error 1

make[2]: Leaving directory `/usr/src/Pixil/pixil-1.2.3/libs/flek/src'

make[1]: *** [_subdir_flek/src] Error 2

make[1]: Leaving directory `/usr/src/Pixil/pixil-1.2.3/libs'

make: *** [_subdir_libs] Error 2

=20


------_=_NextPart_001_01C68303.2BFBE2B0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns=3D"http://www.w3.org/TR/REC-html40">

<head>
<meta http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<meta name=3DGenerator content=3D"Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
	{font-family:PMingLiU;
	panose-1:2 2 3 0 0 0 0 0 0 0;}
@font-face
	{font-family:PMingLiU;
	panose-1:2 2 3 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
p
	{mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	font-size:12.0pt;
	font-family:"Times New Roman";}
span.EmailStyle18
	{mso-style-type:personal;
	font-family:Arial;
	color:windowtext;}
span.EmailStyle19
	{mso-style-type:personal;
	font-family:Arial;
	color:navy;}
span.EmailStyle20
	{mso-style-type:personal;
	font-family:Arial;
	color:navy;}
span.EmailStyle21
	{mso-style-type:personal-reply;
	font-family:Arial;
	color:navy;}
@page Section1
	{size:595.3pt 841.9pt;
	margin:72.0pt 90.0pt 72.0pt 90.0pt;
	layout-grid:18.0pt;}
div.Section1
	{page:Section1;}
 /* List Definitions */
 @list l0
	{mso-list-id:1932347817;
	mso-list-type:hybrid;
	mso-list-template-ids:-557688720 -1784091512 67698713 67698715 67698703 =
67698713 67698715 67698703 67698713 67698715;}
@list l0:level1
	{mso-level-number-format:alpha-lower;
	mso-level-tab-stop:18.0pt;
	mso-level-number-position:left;
	margin-left:18.0pt;
	text-indent:-18.0pt;}
@list l0:level2
	{mso-level-tab-stop:72.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level3
	{mso-level-tab-stop:108.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level4
	{mso-level-tab-stop:144.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level5
	{mso-level-tab-stop:180.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level6
	{mso-level-tab-stop:216.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level7
	{mso-level-tab-stop:252.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level8
	{mso-level-tab-stop:288.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
@list l0:level9
	{mso-level-tab-stop:324.0pt;
	mso-level-number-position:left;
	text-indent:-18.0pt;}
ol
	{margin-bottom:0cm;}
ul
	{margin-bottom:0cm;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext=3D"edit">
  <o:idmap v:ext=3D"edit" data=3D"1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body bgcolor=3Dwhite lang=3DZH-TW link=3Dblue vlink=3Dpurple =
style=3D'text-justify-trim:
punctuation'>

<div class=3DSection1 style=3D'layout-grid:18.0pt'>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Hi =
All,<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>I&#8217;ve tried =
to modify
Makefile and make some linking problems =
pass.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>I mainly have two =
issues.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal =
style=3D'margin-left:18.0pt;text-indent:-18.0pt;mso-list:l0 level1 =
lfo2'><![if !supportLists]><font
size=3D1 color=3Dnavy face=3DArial><span lang=3DEN-US =
style=3D'font-size:9.0pt;
font-family:Arial;color:navy'><span style=3D'mso-list:Ignore'>a.<font =
size=3D1
face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><![endif]><font size=3D1 color=3Dnavy
face=3DArial><span lang=3DEN-US =
style=3D'font-size:9.0pt;font-family:Arial;
color:navy'>Fl_Calendar.o:Fl_Calendar.cxx:(.text+0x1fb): undefined =
reference to
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>I found =
NxApp::GlobalColor
is implemented in ./pixil-1.2.3/libs/pim/nxapp.cxx. But this directory =
should
be compiled after generating libflek.so. <o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal =
style=3D'margin-left:18.0pt;text-indent:-18.0pt;mso-list:l0 level1 =
lfo2'><![if !supportLists]><font
size=3D1 color=3Dnavy face=3DArial><span lang=3DEN-US =
style=3D'font-size:9.0pt;
font-family:Arial;color:navy'><span style=3D'mso-list:Ignore'>b.<font =
size=3D1
face=3D"Times New Roman"><span style=3D'font:7.0pt "Times New =
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</span></font></span></span></font><![endif]><font size=3D1 color=3Dnavy
face=3DArial><span lang=3DEN-US =
style=3D'font-size:9.0pt;font-family:Arial;
color:navy'>Flve_Combo.o:Flve_Combo.cxx:(.rdata$_ZTV9Flvw_Drop[vtable =
for
Flvw_Drop]+0x20): undefined reference to `Fl_Window::resize_notify(int, =
int,
int, int)<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Again&#8230;. =
This
function is implemented in ./pixil-1.2.3/libs/flnx/Fl_window.cxx. It =
failed to
link because these libraries are not ready =
yet.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Any idea? To =
modify
Makefile or wrong setting again?<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Best =
regards,<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Green<o:p></o:p></=
span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Complete =
compiling message
is below.<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>------------------=
---------------------<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>make[1]: Entering
directory `/usr/src/Pixil/pixil-1.2.3/libs'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>make[2]: Entering
directory =
`/usr/src/Pixil/pixil-1.2.3/libs/flek/src'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>gcc =
-Wl,-soname,`basename
libflek.so` -shared -o libflek.so FDate.o FSocket.o FFile.o FVector.o =
FImage.o
FSGI.o FPNM.o Fl_App_Window.o Fl_Better_Window.o Fl_Calendar.o
Fl_Dockable_Window.o Fl_Stock.o Fl_Toggle_Node_Base.o Fl_Toggle_Node.o
Fl_Toggle_Tree_Base.o Fl_Toggle_Tree.o Flv_CStyle.o Flv_Style.o =
Flv_List.o
Flv_Table.o Flve_Check_Button.o Flve_Input.o Flve_Combo.o =
Fl_Time.o&nbsp;
-lstdc++ /usr/src/fltk-1.0.11/lib/libfltk.a
/usr/src/Pixil/microwindows-0.90/src/lib/libnano-X.a
/usr/src/Pixil/microwindows-0.90/src/lib/libmwengine.a =
/usr/X11R6/lib/libX11.a
/usr/X11R6/lib/libXmHTML.a<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x1fb):
undefined reference to =
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x410):
more undefined references to `NxApp::GlobalColor(NxApp_Color)' =
follow<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0xdba):
undefined reference to =
`NxApp::DefaultFont(Fl_Widget*)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x1251):
undefined reference to =
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x12bc):
undefined reference to =
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x1815):
more undefined references to `NxApp::GlobalColor(NxApp_Color)' =
follow<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x184f):
undefined reference to =
`NxApp::DefaultFont(Fl_Widget*)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x1b76):
undefined reference to `NxButton::NxButton(int, int, int, int, =
char*)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x1de2):
undefined reference to `NxBox::NxBox(int, int, int, int, =
char*)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x2274):
undefined reference to =
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x228f):
undefined reference to =
`NxApp::DefaultFont(Fl_Widget*)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x2786):
undefined reference to `NxButton::NxButton(int, int, int, int, =
char*)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x2822):
undefined reference to `NxBox::NxBox(int, int, int, int, =
char*)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x285c):
undefined reference to =
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x2881):
undefined reference to =
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Calendar.o:Fl_C=
alendar.cxx:(.text+0x289f):
undefined reference to =
`NxApp::GlobalColor(NxApp_Color)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Fl_Dockable_Window=
.o:Fl_Dockable_Window.cxx:(.rdata$_ZTV18Fl_Dockable_Window[vtable
for Fl_Dockable_Window]+0x20): undefined reference to
`Fl_Window::resize_notify(int, int, int, =
int)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>Flve_Combo.o:Flve_=
Combo.cxx:(.rdata$_ZTV9Flvw_Drop[vtable
for Flvw_Drop]+0x20): undefined reference to =
`Fl_Window::resize_notify(int,
int, int, int)'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>collect2: ld =
returned 1
exit status<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>make[2]: *** =
[libflek.so]
Error 1<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>make[2]: Leaving =
directory
`/usr/src/Pixil/pixil-1.2.3/libs/flek/src'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>make[1]: *** =
[_subdir_flek/src]
Error 2<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>make[1]: Leaving =
directory
`/usr/src/Pixil/pixil-1.2.3/libs'<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'>make: *** =
[_subdir_libs]
Error 2<o:p></o:p></span></font></p>

<p class=3DMsoNormal><font size=3D1 color=3Dnavy face=3DArial><span =
lang=3DEN-US
style=3D'font-size:9.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p><=
/span></font></p>

</div>

</body>

</html>

------_=_NextPart_001_01C68303.2BFBE2B0--


--===============1427883100==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Pixil-devel mailing list
[email protected]
http://www.pixil.org/cgi-bin/mailman/listinfo/pixil-devel

--===============1427883100==--