You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "maps_places_language.eliom", line 29, characters 19-55:
Error: Error: Inferred type of client value not found. You need to regenerate _server/maps_places_language.type_mli.
Makefile.os:284 : la recette pour la cible « _client/maps_places_language.cmo » a échouée
make: *** [_client/maps_places_language.cmo] Erreur 2
This is my output of make test.byte, where maps_places is the project name
I have this error, when I try to build a basic project with ocsigen-start. Regenerate the file doesn't seem to help.
After further investigation, the bug seems to be related to my project name... When I use any other name, It works like charm but maps_places always generates the same bug.
I tried to make varie by using _ or not in the project name, but I can't find any pattern.
The text was updated successfully, but these errors were encountered:
remyzorg
changed the title
Inferred of client value not found on '_language.eliom'
Inferred type of client value not found on '_language.eliom'
Apr 12, 2018
Hi,
This is my output of make
test.byte
, wheremaps_places
is the project nameI have this error, when I try to build a basic project with ocsigen-start. Regenerate the file doesn't seem to help.
There is a similar error here : #394
This is what my
_server/maps_places_language.type_mli
looks likeAfter further investigation, the bug seems to be related to my project name... When I use any other name, It works like charm but
maps_places
always generates the same bug.I tried to make varie by using
_
or not in the project name, but I can't find any pattern.The text was updated successfully, but these errors were encountered: