maehara-n commented on issue #1455:
URL: https://github.com/apache/age/issues/1455#issuecomment-1918911453

   @jrgemignani  You suggested that building is possible if the generated file 
is placed, but where exactly should it be placed? Can you please provide more 
specific information?
   
   The following steps can reproduce the error when creating the application:
   
   Create a directory named "myapp"
   Execute the following command:
   `go mod init myapp`
   Place the files under the directory 
"https://github.com/apache/age/tree/master/drivers/golang/samples"; into the 
"myapp" directory.
   Run the following command:
   `go mod tidy`
   -> The following go.mod file is created:
   ```
   module myapp
   
   go 1.21.5
   
   require (
        github.com/apache/age/drivers/golang v0.0.0-20240131070327-1e11acb19d14
        github.com/lib/pq v1.10.9
   )
   
   require (
        github.com/antlr/antlr4/runtime/Go/antlr/v4 
v4.0.0-20230321174746-8dcc6526cfb1 // indirect
        golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
   
   )
   ```
   Run the following command:
   `go build -o /out`
   -> An error will be outputted.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to