Thread Auf Windows CPAN-Modul installieren (16 answers)
Opened by Muffi at 2014-09-08 15:30

Muffi
 2014-09-09 10:48
#177177 #177177
User since
2012-07-18
1465 Artikel
BenutzerIn
[default_avatar]
Code: (dl )
cpan AI::NeuralNet::Simple


Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
                 from Simple.xs:2:
Simple.xs:23:3: error: expected identifier or '(' before numeric constant
} ERROR;
^
Simple.xs:25:1: error: expected identifier or '(' before numeric constant
ERROR error;
^
Simple.xs:47:5: error: expected specifier-qualifier-list before numeric constant

ERROR error;
^
Simple.xs: In function 'c_create_network':
Simple.xs:277:35: error: 'NEURAL_NETWORK' has no member named 'size'
int input_layer_with_bias = n->size.input + 1;
^
...
...



Code: (dl )
cpan AI::FANN

Code: (dl )
1
2
FANN.xs:11:24: fatal error: doublefann.h: No such file or directory
#include <doublefann.h>


Code: (dl )
AI::NNEasy

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Error. You have specified 'C' as an Inline programming language.

I currently only know about the following languages:
Foo, foo

If you have installed a support module for this language, try deleting the
config-MSWin32-x64-multi-thread-5.020000 file from the following Inline DIRECTOR
Y, and run again:

C:\Perl\cpan\build\AI-NNEasy-0.06-CmMDft\_Inline

(And if that works, please file a bug report.)

at C:\Perl\cpan\build\AI-NNEasy-0.06-CmMDft\blib\lib/AI/NNEasy/NN/feedforward.p
m line 98.
...
1 + 1 = 10

View full thread Auf Windows CPAN-Modul installieren