Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 13446
Status: resolved
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: thoughtcurry [...] yahoo.co.in
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.22
Fixed in: (no value)



Subject: Cant build distro
Distribution: Wx-0.22 Perl Version: v5.8.0 Os: Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux This is the error i get on running Make make[2]: Entering directory `/root/Software/Wx-0.22/ext/stc' g++ -c -I. -I../.. -I/usr/local/lib/wx/include/gtk2-ansi-release-2.6 -I/usr/local/include/wx-2.6 -O2 -march=i386 -mcpu=i68 6 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DWXPL_EXT -DGTK _NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 STC.c STC.c:31:24: wx/stc/stc.h: No such file or directory
Subject: Cant build distro
Distribution: Wx-0.22 Perl Version: v5.8.0 Os: Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux This is the error i get on running Make make[2]: Entering directory `/root/Software/Wx-0.22/ext/stc' g++ -c -I. -I../.. -I/usr/local/lib/wx/include/gtk2-ansi-release-2.6 -I/usr/local/include/wx-2.6 -O2 -march=i386 -mcpu=i68 6 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DWXPL_EXT -DGTK _NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 STC.c STC.c:31:24: wx/stc/stc.h: No such file or directory
From: thoughtcurry [...] yahoo.co.in
[guest - Tue Jun 28 07:39:20 2005]: The contents of contrib/stc werent copied by default into /usr/local/include/wx-2.6. Copying the same solved the problem. Show quoted text
> Distribution: Wx-0.22 > Perl Version: v5.8.0 > Os: Linux localhost.localdomain 2.4.20-8 #1 Thu Mar 13 17:54:28 EST > 2003 i686 i686 i386 GNU/Linux > > This is the error i get on running Make > > make[2]: Entering directory `/root/Software/Wx-0.22/ext/stc' > g++ -c -I. -I../.. -I/usr/local/lib/wx/include/gtk2-ansi-release-2.6 > -I/usr/local/include/wx-2.6 -O2 -march=i386 -mcpu=i68 > 6 -g -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" -fPIC "- > I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" -DWXPL_EXT > -DGTK > _NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES > -D_LARGEFILE_SOURCE=1 STC.c > STC.c:31:24: wx/stc/stc.h: No such file or directory
[guest - Tue Jun 28 07:50:46 2005]: Show quoted text
> [guest - Tue Jun 28 07:39:20 2005]: > The contents of contrib/stc werent copied by default into > /usr/local/include/wx-2.6. Copying the same solved the problem.
You just need to cd contrib/stc make install This is not a bug (maybe the error message could be clearer or it could be emitted at perl Makefile.PL time) Best regards Mattia