From: Huub P. <hu...@tr...> - 2006-10-19 08:57:59
|
Hello list (and especially Mark Wardell), I'm having trouble installing Wx-TreeListCtrl. I need to say up front that I have little experience in building modules from scratch so keep it simple :-) I'm doing the normal cpan install dance but it gives me errors on the first step (and offcourse the 2nd step fails): ================================================= D:\Downloads\Perl Modules\Wx-TreeListCtrl-0.03>perl Makefile.PL Note (probably harmless): No library found for wxmsw27_core.lib Note (probably harmless): No library found for wxbase27.lib Note (probably harmless): No library found for wxmsw27_adv.lib Note (probably harmless): No library found for wxmsw27_core.lib Note (probably harmless): No library found for wxbase27.lib Note (probably harmless): No library found for oldnames.lib Note (probably harmless): No library found for kernel32.lib Note (probably harmless): No library found for user32.lib Note (probably harmless): No library found for gdi32.lib Note (probably harmless): No library found for winspool.lib Note (probably harmless): No library found for comdlg32.lib Note (probably harmless): No library found for advapi32.lib Note (probably harmless): No library found for shell32.lib Note (probably harmless): No library found for ole32.lib Note (probably harmless): No library found for oleaut32.lib Note (probably harmless): No library found for netapi32.lib Note (probably harmless): No library found for uuid.lib Note (probably harmless): No library found for ws2_32.lib Note (probably harmless): No library found for mpr.lib Note (probably harmless): No library found for winmm.lib Note (probably harmless): No library found for version.lib Note (probably harmless): No library found for odbc32.lib Note (probably harmless): No library found for odbccp32.lib Note (probably harmless): No library found for msvcrt.lib Writing Makefile for Wx::TreeListCtrl D:\Downloads\Perl Modules\Wx-TreeListCtrl-0.03>nmake Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. NMAKE : fatal error U1073: don't know how to make 'cpp\ovl_const.h' Stop. D:\Downloads\Perl Modules\Wx-TreeListCtrl-0.03> ================================================= I'm using the (excellent) Wx-Bundle-2.7.0 of wxperl.gigi.co.uk which contains ppm's for: Alien::wxWidgets 0.21 Wx 0.57 Wx::GLCanvas 0.04 Wx::ActiveX 0.50 Wx-Demo 0.02 ...compiled against wxWidgets 2.7.0 (My guess is that the problem lies here in me not using my own builds) The best solution (and easy way out) for me is offcourse a ppm but I'm happy with a simple guide through the build process. Regards, Huub Peters |